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

Unified Diff: third_party/DEPS

Issue 1045863002: Make checkdeps.py check third_party. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 | « DEPS ('k') | third_party/android_platform/bionic/tools/relocation_packer/src/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/DEPS
diff --git a/third_party/DEPS b/third_party/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..7a25e8018fd1f2a9210a7dd4d45b2cb6916f1779
--- /dev/null
+++ b/third_party/DEPS
@@ -0,0 +1,17 @@
+include_rules = [
+ '-base',
+ '-build',
+ '-ipc',
+ '-library_loaders',
+ '-testing',
+ '-third_party/icu/source/common/unicode',
+ '-third_party/icu/source/i18n/unicode',
+ '-url',
+]
+
+
+# TODO(jam): bring down to 0. http://crbug.com/469692
+skip_child_includes = [
+ 'mojo',
+ 'mojo_services',
+]
« no previous file with comments | « DEPS ('k') | third_party/android_platform/bionic/tools/relocation_packer/src/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698