summaryrefslogtreecommitdiffstats
path: root/chrome_elf/blacklist.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'chrome_elf/blacklist.gypi')
-rw-r--r--chrome_elf/blacklist.gypi6
1 files changed, 1 insertions, 5 deletions
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',
],
},
{