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

Side by Side Diff: chrome/renderer/DEPS

Issue 9477002: Support the Syzygy instrumenting profiler. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Move v8 deps exclusion above inclusion rule. Created 8 years, 9 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
« no previous file with comments | « chrome/common/profiling.cc ('k') | chrome/test/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. 2 "+chrome/app", # The plugins use the theme library to get the sad plugin bitm ap.
3 # TODO(jam): remove this once all of chrome doesn't depend on content/common. 3 # TODO(jam): remove this once all of chrome doesn't depend on content/common.
4 "-content/common", 4 "-content/common",
5 "+content/public/renderer", 5 "+content/public/renderer",
6 "+grit", # For generated headers 6 "+grit", # For generated headers
7 "+media/base", # For initializing media library and media switches. 7 "+media/base", # For initializing media library and media switches.
8 "+ppapi/native_client/src/trusted/plugin/nacl_entry_points.h", # For NaCl reg istration. 8 "+ppapi/native_client/src/trusted/plugin/nacl_entry_points.h", # For NaCl reg istration.
9 "+ppapi/c", 9 "+ppapi/c",
10 "+ppapi/proxy", 10 "+ppapi/proxy",
11 "+ppapi/shared_impl", 11 "+ppapi/shared_impl",
12 "+sandbox/src", 12 "+sandbox/src",
13 "+skia", 13 "+skia",
14 "+webkit/extensions", 14 "+webkit/extensions",
15 "+webkit/forms", # Defines some types that are marshalled over IPC. 15 "+webkit/forms", # Defines some types that are marshalled over IPC.
16 "+webkit/glue", 16 "+webkit/glue",
17 "+webkit/glue/plugins", 17 "+webkit/glue/plugins",
18 "+webkit/gpu", 18 "+webkit/gpu",
19 "+webkit/media", 19 "+webkit/media",
20 "+webkit/plugins", 20 "+webkit/plugins",
21 "+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 ]
OLDNEW
« no previous file with comments | « chrome/common/profiling.cc ('k') | chrome/test/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698