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

Side by Side Diff: src/DEPS

Issue 2149093002: Reland "[interpreter] Reduce dependencies in bytecodes.{h,cc}" (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 5 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/compiler/bytecode-graph-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-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/interpreter", 11 "-src/interpreter",
12 "+src/interpreter/bytecode-array-iterator.h", 12 "+src/interpreter/bytecode-array-iterator.h",
13 "+src/interpreter/bytecode-decoder.h",
14 "+src/interpreter/bytecode-flags.h",
15 "+src/interpreter/bytecode-register.h",
13 "+src/interpreter/bytecodes.h", 16 "+src/interpreter/bytecodes.h",
14 "+src/interpreter/interpreter.h", 17 "+src/interpreter/interpreter.h",
15 "-src/libplatform", 18 "-src/libplatform",
16 "-include/libplatform" 19 "-include/libplatform"
17 ] 20 ]
18 21
19 specific_include_rules = { 22 specific_include_rules = {
20 "d8\.cc": [ 23 "d8\.cc": [
21 "+include/libplatform/libplatform.h", 24 "+include/libplatform/libplatform.h",
22 ], 25 ],
23 } 26 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | src/compiler/bytecode-graph-builder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698