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

Unified Diff: mojo/public/bindings/lib/DEPS

Issue 218043002: Mojo: Move public/environment to public/cpp/environment. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 6 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 | « mojo/mojo_public.gypi ('k') | mojo/public/bindings/lib/buffer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/bindings/lib/DEPS
diff --git a/mojo/public/bindings/lib/DEPS b/mojo/public/bindings/lib/DEPS
index 7f810b1f31ab661a2ed8da272dba15e115003340..0a519d50477c4a6c0dd321581763a8f00ea402fc 100644
--- a/mojo/public/bindings/lib/DEPS
+++ b/mojo/public/bindings/lib/DEPS
@@ -1,5 +1,6 @@
include_rules = [
- "-mojo"
- "+mojo/public/environment"
- "+mojo/public/system"
+ "-mojo",
+ "+mojo/public/bindings",
+ "+mojo/public/cpp/environment",
+ "+mojo/public/cpp/system",
]
« no previous file with comments | « mojo/mojo_public.gypi ('k') | mojo/public/bindings/lib/buffer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698