Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(397)

Unified Diff: trunk/src/chrome_elf/blacklist.gypi

Issue 132043005: Revert 243967 "Use a Finch Experiment to control the Browser Bla..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « trunk/src/chrome/chrome_tests_unit.gypi ('k') | trunk/src/chrome_elf/blacklist/blacklist.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/chrome_elf/blacklist.gypi
===================================================================
--- trunk/src/chrome_elf/blacklist.gypi (revision 244024)
+++ trunk/src/chrome_elf/blacklist.gypi (working copy)
@@ -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',
],
},
{
« no previous file with comments | « trunk/src/chrome/chrome_tests_unit.gypi ('k') | trunk/src/chrome_elf/blacklist/blacklist.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698