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

Side by Side Diff: chrome/renderer/DEPS

Issue 4511001: Sanitize checkdeps-checked DEPS a bit. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/gpu/DEPS ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+chrome/app", # The plugins use the theme library to get the sad plugin bitm ap. 2 "+chrome/app", # The plugins use the theme library to get the sad plugin bitm ap.
3 "+chrome/plugin", 3 "+chrome/plugin",
4 "+grit", # For generated headers 4 "+grit", # For generated headers
5 "+media/audio", 5 "+media/audio",
6 "+media/base", 6 "+media/base",
7 "+media/ffmpeg", 7 "+media/ffmpeg",
8 "+media/filters", 8 "+media/filters",
9 "+media/video", 9 "+media/video",
10 "+ppapi/c", 10 "+ppapi/c",
11 "+sandbox/src", 11 "+sandbox/src",
12 "+skia/include", 12 "+skia",
13 "+webkit/extensions", 13 "+webkit/extensions",
14 "+webkit/glue", 14 "+webkit/glue",
15 "+webkit/glue/plugins", 15 "+webkit/glue/plugins",
16 "+v8/include", 16 "+v8/include",
17 "+third_party/cld/encodings/compact_lang_det/win", 17 "+third_party/cld/encodings/compact_lang_det/win",
18 "+third_party/npapi/bindings", 18 "+third_party/npapi/bindings",
19 "+third_party/sqlite", 19 "+third_party/sqlite",
20 "+third_party/tcmalloc", 20 "+third_party/tcmalloc",
21 ] 21 ]
22 22
OLDNEW
« no previous file with comments | « chrome/gpu/DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698