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

Side by Side Diff: chrome/renderer/DEPS

Issue 8171015: Rename RenderThread to RenderThreadImpl (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/safe_browsing/render_view_fake_resources_test.h » ('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", 6 "+content/renderer/render_view.h",
7 "+content/renderer/render_thread.h", 7 "+content/renderer/render_thread_impl.h", # for phishing browsertest
8 "+content/renderer/render_widget_browsertest.h", 8 "+content/renderer/render_widget_browsertest.h",
9 "+grit", # For generated headers 9 "+grit", # For generated headers
10 "+media/base", # For initializing media library and media switches. 10 "+media/base", # For initializing media library and media switches.
11 "+ppapi/native_client/src/trusted/plugin/nacl_entry_points.h", # For NaCl reg istration. 11 "+ppapi/native_client/src/trusted/plugin/nacl_entry_points.h", # For NaCl reg istration.
12 "+ppapi/c", 12 "+ppapi/c",
13 "+ppapi/proxy", 13 "+ppapi/proxy",
14 "+ppapi/shared_impl", 14 "+ppapi/shared_impl",
15 "+sandbox/src", 15 "+sandbox/src",
16 "+skia", 16 "+skia",
17 "+webkit/extensions", 17 "+webkit/extensions",
18 "+webkit/glue", 18 "+webkit/glue",
19 "+webkit/glue/plugins", 19 "+webkit/glue/plugins",
20 "+webkit/gpu", 20 "+webkit/gpu",
21 "+webkit/plugins", 21 "+webkit/plugins",
22 "+v8/include", 22 "+v8/include",
23 "+third_party/cld/encodings/compact_lang_det/win", 23 "+third_party/cld/encodings/compact_lang_det/win",
24 "+third_party/npapi/bindings", 24 "+third_party/npapi/bindings",
25 "+third_party/sqlite", 25 "+third_party/sqlite",
26 ] 26 ]
27 27
OLDNEW
« no previous file with comments | « no previous file | chrome/renderer/safe_browsing/render_view_fake_resources_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698