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 8220006: Rename RenderView to RenderViewImpl. Update Chrome's DEPS so that it can't include the RenderView... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 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 | « no previous file | chrome/renderer/chrome_content_renderer_client.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 "+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 "+content/public/renderer", 3 "+content/public/renderer",
4 # DO NOT ADD ANY content/renderer includes, we're working on removing these! 4 # DO NOT ADD ANY content/renderer includes, we're working on removing these!
5 "+content/renderer/mock_render_process.h", 5 "+content/renderer/mock_render_process.h",
6 "+content/renderer/render_view.h",
7 "+content/renderer/render_widget_browsertest.h", 6 "+content/renderer/render_widget_browsertest.h",
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/src", 13 "+sandbox/src",
15 "+skia", 14 "+skia",
16 "+webkit/extensions", 15 "+webkit/extensions",
17 "+webkit/glue", 16 "+webkit/glue",
18 "+webkit/glue/plugins", 17 "+webkit/glue/plugins",
19 "+webkit/gpu", 18 "+webkit/gpu",
20 "+webkit/plugins", 19 "+webkit/plugins",
21 "+v8/include", 20 "+v8/include",
22 "+third_party/cld/encodings/compact_lang_det/win", 21 "+third_party/cld/encodings/compact_lang_det/win",
23 "+third_party/npapi/bindings", 22 "+third_party/npapi/bindings",
24 "+third_party/sqlite", 23 "+third_party/sqlite",
25 ] 24 ]
26 25
OLDNEW
« no previous file with comments | « no previous file | chrome/renderer/chrome_content_renderer_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698