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

Unified Diff: third_party/mojo/src/mojo/public/DEPS

Issue 1053853002: Make checkdeps.py check third_party/mojo and third_party/mojo_services. (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 | « third_party/mojo/src/mojo/edk/DEPS ('k') | third_party/mojo/src/mojo/public/platform/nacl/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/mojo/src/mojo/public/DEPS
diff --git a/third_party/mojo/src/mojo/public/DEPS b/third_party/mojo/src/mojo/public/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..48e89aafe4f75cba316a578ceefb0a591009ad5b
--- /dev/null
+++ b/third_party/mojo/src/mojo/public/DEPS
@@ -0,0 +1,8 @@
+include_rules = [
+ # This code is checked into the chromium repo so it's fine to depend on this.
+ "+base",
+ "+testing",
+
+ # internal includes.
+ "+mojo",
+]
« no previous file with comments | « third_party/mojo/src/mojo/edk/DEPS ('k') | third_party/mojo/src/mojo/public/platform/nacl/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698