From 2ddb2d3e14eef3de7dbd0cef553d669b9ac2361c Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Mon, 9 May 2016 14:22:11 +0200 Subject: BASELINE: Update Chromium to 51.0.2704.41 Also adds in all smaller components by reversing logic for exclusion. Change-Id: Ibf90b506e7da088ea2f65dcf23f2b0992c504422 Reviewed-by: Joerg Bornemann --- chromium/third_party/cld/README.chromium | 1 + chromium/third_party/cld/base/build_config.h | 5 ----- 2 files changed, 1 insertion(+), 5 deletions(-) (limited to 'chromium/third_party/cld') diff --git a/chromium/third_party/cld/README.chromium b/chromium/third_party/cld/README.chromium index 865ba588819..4799d10072d 100644 --- a/chromium/third_party/cld/README.chromium +++ b/chromium/third_party/cld/README.chromium @@ -13,3 +13,4 @@ available from the Chromium tree, and not well-documented otherwise. Local Modifications: * Add support for arm64 architecture + * Remove dead USE_TCMALLOC #define. diff --git a/chromium/third_party/cld/base/build_config.h b/chromium/third_party/cld/base/build_config.h index ef6d40b9667..6fbf5c172e6 100644 --- a/chromium/third_party/cld/base/build_config.h +++ b/chromium/third_party/cld/base/build_config.h @@ -58,11 +58,6 @@ #define USE_BASE_DATA_PACK 1 #endif -// Use tcmalloc -#if defined(OS_WIN) && ! defined(NO_TCMALLOC) -#define USE_TCMALLOC 1 -#endif - // Compiler detection. #if defined(__GNUC__) #define COMPILER_GCC 1 -- cgit v1.2.1