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

Unified Diff: DEPS

Issue 872783002: Remove all DEPS files under //mojo. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 11 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 | « no previous file | tools/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 0dd8e351de6617cf7776284339b0070e27f54d9e..2af7b0afb19d41587ab1c0f158feaba16007801c 100644
--- a/DEPS
+++ b/DEPS
@@ -203,6 +203,22 @@ skip_child_includes = [
'sky',
'testing',
'third_party',
+
+ # These directories are copied in from Chromium; however, the top-level
+ # include_rules in Mojo are more restrictive than in Chromium, so checkdeps
blundell 2015/01/23 13:25:12 FYI, the specific problem here is the removal of "
+ # won't necessarily pass on them in Mojo.
+ 'base',
+ 'build',
+ 'cc',
+ 'gin',
+ 'gpu',
+ 'mojo/services/network',
+ 'net',
+ 'sandbox/linux',
+ 'sdch',
+ 'skia',
+ 'ui/gl',
+ 'url',
]
« no previous file with comments | « no previous file | tools/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698