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

Side by Side Diff: chrome/renderer/DEPS

Issue 20003004: reland crrev.com/212927 Move webkitplatformsupport_impl and related from glue to child (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase & allocator dep for components_unittests in shared_library2 Created 7 years, 5 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/automation_messages.h ('k') | chrome/renderer/chrome_render_process_observer.cc » ('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 "+components/autofill/content/renderer", 2 "+components/autofill/content/renderer",
3 "+components/autofill/core/common", 3 "+components/autofill/core/common",
4 "+components/visitedlink/renderer", 4 "+components/visitedlink/renderer",
5 "+content/public/child",
5 "+content/public/renderer", 6 "+content/public/renderer",
6 "+extensions/common", 7 "+extensions/common",
7 "+grit", # For generated headers 8 "+grit", # For generated headers
8 "+media/base", # For initializing media library and media switches. 9 "+media/base", # For initializing media library and media switches.
9 "+ppapi/native_client/src/trusted/plugin/nacl_entry_points.h", # For NaCl reg istration. 10 "+ppapi/native_client/src/trusted/plugin/nacl_entry_points.h", # For NaCl reg istration.
10 "+ppapi/c", 11 "+ppapi/c",
11 "+ppapi/proxy", 12 "+ppapi/proxy",
12 "+ppapi/shared_impl", 13 "+ppapi/shared_impl",
13 "+sandbox/win/src", 14 "+sandbox/win/src",
14 "+skia", 15 "+skia",
15 16
17 "+webkit/child",
16 "+webkit/common", 18 "+webkit/common",
17 "+webkit/glue", 19 "+webkit/glue",
18 "+webkit/glue/plugins", 20 "+webkit/glue/plugins",
19 "+webkit/plugins", 21 "+webkit/plugins",
20 "+webkit/renderer", 22 "+webkit/renderer",
21 23
22 "+third_party/npapi/bindings", 24 "+third_party/npapi/bindings",
23 "+third_party/re2", 25 "+third_party/re2",
24 "+third_party/smhasher", 26 "+third_party/smhasher",
25 "+third_party/sqlite", 27 "+third_party/sqlite",
26 "+third_party/widevine", 28 "+third_party/widevine",
27 ] 29 ]
OLDNEW
« no previous file with comments | « chrome/common/automation_messages.h ('k') | chrome/renderer/chrome_render_process_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698