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

Side by Side Diff: third_party/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, 8 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 unified diff | Download patch
« no previous file with comments | « no previous file | third_party/mojo/src/mojo/edk/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Undo everything in the include_rules section of src/DEPS.
1 include_rules = [ 2 include_rules = [
2 '-base', 3 '-base',
3 '-build', 4 '-build',
4 '-ipc', 5 '-ipc',
5 '-library_loaders', 6 '-library_loaders',
6 '-testing', 7 '-testing',
7 '-third_party/icu/source/common/unicode', 8 '-third_party/icu/source/common/unicode',
8 '-third_party/icu/source/i18n/unicode', 9 '-third_party/icu/source/i18n/unicode',
9 '-url', 10 '-url',
10 ] 11 ]
11
12
13 # TODO(jam): bring down to 0. http://crbug.com/469692
14 skip_child_includes = [
15 'mojo',
16 'mojo_services',
17 ]
OLDNEW
« no previous file with comments | « no previous file | third_party/mojo/src/mojo/edk/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698