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

Unified Diff: DEPS

Issue 1045863002: Make checkdeps.py check third_party. (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 | « no previous file | third_party/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 a4f66574dbe92e232d3b92c154dc2594e2c23ce4..1b842889a824e0f173c96392ee7fbbae6475d5b2 100644
--- a/DEPS
+++ b/DEPS
@@ -495,6 +495,7 @@ deps_os = {
include_rules = [
# Everybody can use some things.
+ # NOTE: THIS HAS TO STAY IN SYNC WITH third_party/DEPS which disallows these.
'+base',
'+build',
'+ipc',
@@ -512,14 +513,11 @@ include_rules = [
# checkdeps.py shouldn't check include paths for files in these dirs:
skip_child_includes = [
'breakpad',
- 'delegate_execute',
- 'metro_driver',
'native_client_sdk',
- 'o3d',
+ 'out',
'sdch',
'skia',
'testing',
- 'third_party',
'v8',
'win8',
]
« no previous file with comments | « no previous file | third_party/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698