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

Side by Side Diff: src/DEPS

Issue 988893003: Implement tracing interface for v8 (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Update BUILD.gn to include trace_event_common.h Created 5 years 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 | « include/v8-platform.h ('k') | src/d8.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 "+base/trace_event/common/trace_event_common.h",
2 "+src", 3 "+src",
3 "-src/compiler", 4 "-src/compiler",
4 "+src/compiler/pipeline.h", 5 "+src/compiler/pipeline.h",
5 "+src/compiler/code-stub-assembler.h", 6 "+src/compiler/code-stub-assembler.h",
6 "+src/compiler/wasm-compiler.h", 7 "+src/compiler/wasm-compiler.h",
7 "-src/heap", 8 "-src/heap",
8 "+src/heap/heap.h", 9 "+src/heap/heap.h",
9 "+src/heap/heap-inl.h", 10 "+src/heap/heap-inl.h",
10 "-src/interpreter", 11 "-src/interpreter",
11 "+src/interpreter/bytecode-array-iterator.h", 12 "+src/interpreter/bytecode-array-iterator.h",
(...skipping 11 matching lines...) Expand all
23 # and can be removed once the dust has settled. 24 # and can be removed once the dust has settled.
24 "-src/v8.h", 25 "-src/v8.h",
25 ], 26 ],
26 "d8\.cc": [ 27 "d8\.cc": [
27 "+include/libplatform/libplatform.h", 28 "+include/libplatform/libplatform.h",
28 ], 29 ],
29 "api-experimental\.cc": [ 30 "api-experimental\.cc": [
30 "+src/compiler/fast-accessor-assembler.h", 31 "+src/compiler/fast-accessor-assembler.h",
31 ], 32 ],
32 } 33 }
OLDNEW
« no previous file with comments | « include/v8-platform.h ('k') | src/d8.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698