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

Side by Side Diff: chrome/renderer/DEPS

Issue 16256015: Fix up deps files in src\chrome to remove incorrect and unneeded inclusions. Also comment an inclus… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « chrome/common/DEPS ('k') | chrome/utility/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 include_rules = [ 1 include_rules = [
2 "+chrome/app", # The plugins use the theme library to get the sad plugin bitm ap.
3 "+components/autofill/common", 2 "+components/autofill/common",
4 "+components/autofill/renderer", 3 "+components/autofill/renderer",
5 "+components/visitedlink/renderer", 4 "+components/visitedlink/renderer",
6 "+content/public/renderer", 5 "+content/public/renderer",
7 "+extensions/common", 6 "+extensions/common",
8 "+grit", # For generated headers 7 "+grit", # For generated headers
9 "+media/base", # For initializing media library and media switches. 8 "+media/base", # For initializing media library and media switches.
10 "+ppapi/native_client/src/trusted/plugin/nacl_entry_points.h", # For NaCl reg istration. 9 "+ppapi/native_client/src/trusted/plugin/nacl_entry_points.h", # For NaCl reg istration.
11 "+ppapi/c", 10 "+ppapi/c",
12 "+ppapi/proxy", 11 "+ppapi/proxy",
13 "+ppapi/shared_impl", 12 "+ppapi/shared_impl",
14 "+sandbox/win/src", 13 "+sandbox/win/src",
15 "+skia", 14 "+skia",
16 15
17 "+webkit/common", 16 "+webkit/common",
18 "+webkit/glue", 17 "+webkit/glue",
19 "+webkit/glue/plugins", 18 "+webkit/glue/plugins",
20 "+webkit/plugins", 19 "+webkit/plugins",
21 "+webkit/renderer", 20 "+webkit/renderer",
22 21
23 "+third_party/cld/encodings/compact_lang_det/win", 22 "+third_party/cld/encodings/compact_lang_det/win",
24 "+third_party/npapi/bindings", 23 "+third_party/npapi/bindings",
25 "+third_party/re2", 24 "+third_party/re2",
26 "+third_party/smhasher", 25 "+third_party/smhasher",
27 "+third_party/sqlite", 26 "+third_party/sqlite",
28 "+third_party/widevine", 27 "+third_party/widevine",
29 ] 28 ]
OLDNEW
« no previous file with comments | « chrome/common/DEPS ('k') | chrome/utility/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698