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

Side by Side Diff: src/DEPS

Issue 2523893003: Reland of [ignition/turbo] Perform liveness analysis on the bytecodes (Closed)
Patch Set: Export handler table for tests Created 4 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 | « BUILD.gn ('k') | src/compiler/bytecode-analysis.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-assembler.h", 6 "+src/compiler/code-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/inspector", 11 "-src/inspector",
12 "-src/interpreter", 12 "-src/interpreter",
13 "+src/interpreter/bytecode-array-accessor.h",
13 "+src/interpreter/bytecode-array-iterator.h", 14 "+src/interpreter/bytecode-array-iterator.h",
14 "+src/interpreter/bytecode-array-reverse-iterator.h", 15 "+src/interpreter/bytecode-array-reverse-iterator.h",
15 "+src/interpreter/bytecode-decoder.h", 16 "+src/interpreter/bytecode-decoder.h",
16 "+src/interpreter/bytecode-flags.h", 17 "+src/interpreter/bytecode-flags.h",
17 "+src/interpreter/bytecode-register.h", 18 "+src/interpreter/bytecode-register.h",
18 "+src/interpreter/bytecodes.h", 19 "+src/interpreter/bytecodes.h",
19 "+src/interpreter/interpreter.h", 20 "+src/interpreter/interpreter.h",
20 "+testing/gtest/include/gtest/gtest_prod.h", 21 "+testing/gtest/include/gtest/gtest_prod.h",
21 "-src/libplatform", 22 "-src/libplatform",
22 "-include/libplatform" 23 "-include/libplatform"
23 ] 24 ]
24 25
25 specific_include_rules = { 26 specific_include_rules = {
26 "d8\.cc": [ 27 "d8\.cc": [
27 "+include/libplatform/libplatform.h", 28 "+include/libplatform/libplatform.h",
28 "+include/libplatform/v8-tracing.h", 29 "+include/libplatform/v8-tracing.h",
29 ], 30 ],
30 } 31 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | src/compiler/bytecode-analysis.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698