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

Side by Side Diff: src/DEPS

Issue 1662983002: [interpreter] add source positions for call and call-new. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: fix test expectations Created 4 years, 10 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 | « BUILD.gn ('k') | src/interpreter/bytecode-array-builder.h » ('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 "+base/trace_event/common/trace_event_common.h",
3 "+src", 3 "+src",
4 "-src/compiler", 4 "-src/compiler",
5 "+src/compiler/pipeline.h", 5 "+src/compiler/pipeline.h",
6 "+src/compiler/code-stub-assembler.h", 6 "+src/compiler/code-stub-assembler.h",
7 "+src/compiler/wasm-compiler.h", 7 "+src/compiler/wasm-compiler.h",
8 "-src/heap", 8 "-src/heap",
9 "+src/heap/heap.h", 9 "+src/heap/heap.h",
10 "+src/heap/heap-inl.h", 10 "+src/heap/heap-inl.h",
11 "-src/interpreter", 11 "-src/interpreter",
12 "+src/interpreter/bytecode-array-iterator.h", 12 "+src/interpreter/bytecode-array-iterator.h",
13 "+src/interpreter/bytecodes.h", 13 "+src/interpreter/bytecodes.h",
14 "+src/interpreter/interpreter.h", 14 "+src/interpreter/interpreter.h",
15 "+src/interpreter/source-position-table.h",
15 "-src/libplatform", 16 "-src/libplatform",
16 "-include/libplatform" 17 "-include/libplatform"
17 ] 18 ]
18 19
19 specific_include_rules = { 20 specific_include_rules = {
20 "d8\.cc": [ 21 "d8\.cc": [
21 "+include/libplatform/libplatform.h", 22 "+include/libplatform/libplatform.h",
22 ], 23 ],
23 "api-experimental\.cc": [ 24 "api-experimental\.cc": [
24 "+src/compiler/fast-accessor-assembler.h", 25 "+src/compiler/fast-accessor-assembler.h",
25 ], 26 ],
26 } 27 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | src/interpreter/bytecode-array-builder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698