From 86ba1fe0d2582adf113f68a32532277017c4449f Mon Sep 17 00:00:00 2001 From: "noamsml@google.com" Date: Fri, 10 Jan 2014 00:07:02 +0000 Subject: Revert 243967 "Use a Finch Experiment to control the Browser Bla..." > Use a Finch Experiment to control the Browser Blacklist > > Also increase the states stored in the register to prevent > the setup code from running multiple times per version if > it fails to start one time. > > BUG=329023 > > Review URL: https://codereview.chromium.org/120963002 TBR=csharp@chromium.org Review URL: https://codereview.chromium.org/132043005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244026 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome_elf/blacklist.gypi | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'chrome_elf/blacklist.gypi') diff --git a/chrome_elf/blacklist.gypi b/chrome_elf/blacklist.gypi index 2db4941..ab5597d 100644 --- a/chrome_elf/blacklist.gypi +++ b/chrome_elf/blacklist.gypi @@ -6,9 +6,6 @@ { 'target_name': 'blacklist', 'type': 'static_library', - 'include_dirs': [ - '<(SHARED_INTERMEDIATE_DIR)', - ], 'sources': [ 'blacklist/blacklist.cc', 'blacklist/blacklist.h', @@ -20,8 +17,7 @@ # as that would risk pulling in base's link-time dependencies which # chrome_elf cannot do. '../base/base.gyp:base_static', - '../chrome/chrome.gyp:chrome_version_header', - '../sandbox/sandbox.gyp:sandbox', + '../sandbox/sandbox.gyp:sandbox', ], }, { -- cgit v1.1