summaryrefslogtreecommitdiffstats
path: root/chromium/base/DEPS
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/base/DEPS')
-rw-r--r--chromium/base/DEPS7
1 files changed, 5 insertions, 2 deletions
diff --git a/chromium/base/DEPS b/chromium/base/DEPS
index e1545aee519..2407baaa53c 100644
--- a/chromium/base/DEPS
+++ b/chromium/base/DEPS
@@ -1,15 +1,18 @@
include_rules = [
"+jni",
- "+native_client/src/untrusted/irt/irt.h",
"+third_party/ashmem",
"+third_party/apple_apsl",
"+third_party/libevent",
"+third_party/dmg_fp",
- "+third_party/GTM",
+ "+third_party/google_toolbox_for_mac/src",
"+third_party/mach_override",
"+third_party/modp_b64",
"+third_party/tcmalloc",
+ # These are implicitly brought in from the root, and we don't want them.
+ "-ipc",
+ "-url",
+
# ICU dependendencies must be separate from the rest of base.
"-i18n",
]