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

Side by Side Diff: chrome/renderer/DEPS

Issue 8100013: Start off the Content API by moving content::ContentRendererClient to content\public\renderer.BU... (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
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 "+content/renderer/public",
Dirk Pranke 2011/10/01 00:24:12 content/public/renderer?
jam 2011/10/01 00:29:45 Done.
4 "+grit", # For generated headers 5 "+grit", # For generated headers
5 "+media/base", # For initializing media library and media switches. 6 "+media/base", # For initializing media library and media switches.
6 "+ppapi/native_client/src/trusted/plugin/nacl_entry_points.h", # For NaCl reg istration. 7 "+ppapi/native_client/src/trusted/plugin/nacl_entry_points.h", # For NaCl reg istration.
7 "+ppapi/c", 8 "+ppapi/c",
8 "+ppapi/proxy", 9 "+ppapi/proxy",
9 "+ppapi/shared_impl", 10 "+ppapi/shared_impl",
10 "+sandbox/src", 11 "+sandbox/src",
11 "+skia", 12 "+skia",
12 "+webkit/extensions", 13 "+webkit/extensions",
13 "+webkit/glue", 14 "+webkit/glue",
14 "+webkit/glue/plugins", 15 "+webkit/glue/plugins",
15 "+webkit/gpu", 16 "+webkit/gpu",
16 "+webkit/plugins", 17 "+webkit/plugins",
17 "+v8/include", 18 "+v8/include",
18 "+third_party/cld/encodings/compact_lang_det/win", 19 "+third_party/cld/encodings/compact_lang_det/win",
19 "+third_party/npapi/bindings", 20 "+third_party/npapi/bindings",
20 "+third_party/sqlite", 21 "+third_party/sqlite",
21 ] 22 ]
22 23
OLDNEW
« no previous file with comments | « no previous file | chrome/renderer/chrome_content_renderer_client.h » ('j') | content/content_api.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698