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

Unified Diff: third_party/mojo_services/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/nacl_bindings/DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/mojo_services/DEPS
diff --git a/third_party/mojo_services/DEPS b/third_party/mojo_services/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..d715b1f5a25e3ebf3d72f0fe35d538f3ea9d3a3e
--- /dev/null
+++ b/third_party/mojo_services/DEPS
@@ -0,0 +1,20 @@
+include_rules = [
+ # This code is checked into the chromium repo so it's fine to depend on this.
+ "+base",
+ "+testing",
+ "+mojo",
+
+ # internal includes.
+ "+geometry",
+ "+input_events",
+ "+surfaces",
+ "+native_viewport",
+ "+view_manager",
+ "+window_manager",
+]
+
+specific_include_rules = {
+ "view_manager_test_suite\.cc": [
+ "+ui/gfx/x/x11_connection.h",
+ ],
+}
« no previous file with comments | « third_party/mojo/src/nacl_bindings/DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698