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

Unified Diff: chrome/DEPS

Issue 1410053006: Move third_party/mojo/src/mojo/public to mojo/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 years, 1 month 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 | « .gitignore ('k') | chrome/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/DEPS
diff --git a/chrome/DEPS b/chrome/DEPS
index c9bf84e684239ba13fdcf1ba8df624cfcbb820d3..f1c8af72ced925cf7ad8c730ac4ba18babc37989 100644
--- a/chrome/DEPS
+++ b/chrome/DEPS
@@ -26,6 +26,7 @@ include_rules = [
"+content/public/test",
"+mojo/common",
"+mojo/message_pump",
+ "+mojo/public",
# Don't allow inclusion of these other libs we shouldn't be calling directly.
"-webkit",
@@ -39,7 +40,6 @@ include_rules = [
# Allow inclusion of third-party code:
"+third_party/hunspell",
- "+third_party/mojo/src/mojo/public",
"+third_party/skia",
"+ui",
« no previous file with comments | « .gitignore ('k') | chrome/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698