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

Side by Side Diff: src/DEPS

Issue 1875583003: Separate CodeAssembler and CodeStubAssembler (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix gn build. Again. Created 4 years, 8 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/builtins.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-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/interpreter/source-position-table.h",
16 "-src/libplatform", 16 "-src/libplatform",
17 "-include/libplatform" 17 "-include/libplatform"
18 ] 18 ]
19 19
20 specific_include_rules = { 20 specific_include_rules = {
21 "d8\.cc": [ 21 "d8\.cc": [
22 "+include/libplatform/libplatform.h", 22 "+include/libplatform/libplatform.h",
23 ], 23 ],
24 } 24 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | src/builtins.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698