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

Side by Side Diff: chrome/browser/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/DEPS ('k') | chrome/common/profiling.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", 2 "+chrome/app",
3 "+chrome/app/locales", 3 "+chrome/app/locales",
4 "+chrome/installer", 4 "+chrome/installer",
5 "+chrome/personalization", 5 "+chrome/personalization",
6 "+chrome/profile_import", 6 "+chrome/profile_import",
7 "+chrome/tools/profiles", # For history unit tests. 7 "+chrome/tools/profiles", # For history unit tests.
8 "+chrome/views", 8 "+chrome/views",
9 "+content/plugin/plugin_interpose_util_mac.h", 9 "+content/plugin/plugin_interpose_util_mac.h",
10 "+content/public/browser", 10 "+content/public/browser",
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 "+third_party/apple_sample_code", # Apple code ImageAndTextCell. 100 "+third_party/apple_sample_code", # Apple code ImageAndTextCell.
101 "+third_party/cld", 101 "+third_party/cld",
102 "+third_party/expat", 102 "+third_party/expat",
103 "+third_party/iaccessible2", 103 "+third_party/iaccessible2",
104 "+third_party/isimpledom", 104 "+third_party/isimpledom",
105 "+third_party/libevent", # For the remote V8 debugging server 105 "+third_party/libevent", # For the remote V8 debugging server
106 "+third_party/libjingle", 106 "+third_party/libjingle",
107 "+third_party/protobuf/src/google/protobuf", 107 "+third_party/protobuf/src/google/protobuf",
108 "+third_party/sqlite", 108 "+third_party/sqlite",
109 "+third_party/undoview", 109 "+third_party/undoview",
110 "+v8/include", # Browser uses V8 to get the version and run the debugger.
111 110
112 # FIXME: these should probably not be here, we need to find a better 111 # FIXME: these should probably not be here, we need to find a better
113 # structure for these includes. 112 # structure for these includes.
114 "+chrome/renderer", 113 "+chrome/renderer",
115 ] 114 ]
OLDNEW
« no previous file with comments | « chrome/DEPS ('k') | chrome/common/profiling.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698