summaryrefslogtreecommitdiffstats
path: root/third_party/mach_override/mach_override.gyp
diff options
context:
space:
mode:
authorJohn Abd-El-Malek <jam@chromium.org>2015-04-01 12:44:14 -0700
committerJohn Abd-El-Malek <jam@chromium.org>2015-04-01 19:45:52 +0000
commit5b6373fbaed471c766ec691ad2c816abbc482d29 (patch)
tree8a53c8f3afd97fc837c5ff1305fc474d4215acdc /third_party/mach_override/mach_override.gyp
parent6932a19f6429d867eab2114a6a3019484c0f20b3 (diff)
downloadchromium_src-5b6373fbaed471c766ec691ad2c816abbc482d29.zip
chromium_src-5b6373fbaed471c766ec691ad2c816abbc482d29.tar.gz
chromium_src-5b6373fbaed471c766ec691ad2c816abbc482d29.tar.bz2
Make checkdeps.py check third_party.
For this first cl, it's only checking checked in code. I've had to add DEPS files to make it pass, since some of this code legitimately uses base etc... BUG=469692 R=brettw@chromium.org Review URL: https://codereview.chromium.org/1045863002 Cr-Commit-Position: refs/heads/master@{#323302}
Diffstat (limited to 'third_party/mach_override/mach_override.gyp')
-rw-r--r--third_party/mach_override/mach_override.gyp3
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/mach_override/mach_override.gyp b/third_party/mach_override/mach_override.gyp
index bba04de..b16df0b 100644
--- a/third_party/mach_override/mach_override.gyp
+++ b/third_party/mach_override/mach_override.gyp
@@ -60,6 +60,9 @@
'mach_override.c',
'mach_override.h',
],
+ 'include_dirs': [
+ '../..',
+ ],
},
],
}],