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

Side by Side Diff: chrome/test/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/renderer/DEPS ('k') | no next file » | 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 # The test directory can do whatever it wants in chrome and content. 2 # The test directory can do whatever it wants in chrome and content.
3 "+chrome", 3 "+chrome",
4 "+content", 4 "+content",
5 "+grit", # For generated headers 5 "+grit", # For generated headers
6 "+sandbox/src", 6 "+sandbox/src",
7 "+sandbox/tests", 7 "+sandbox/tests",
8 "+webkit/glue", 8 "+webkit/glue",
9 "+webkit/plugins", 9 "+webkit/plugins",
10 "+v8/include", # We have unit tests which use v8 to exercise JavaScript.
11 ] 10 ]
OLDNEW
« no previous file with comments | « chrome/renderer/DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698