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

Side by Side Diff: src/DEPS

Issue 2803903002: Revert of [snapshot] Move builtins generation into mksnapshot (Closed)
Patch Set: rebased Created 3 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 | « gypfiles/features.gypi ('k') | src/api.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-accessor.h",
14 "+src/interpreter/bytecode-array-iterator.h", 14 "+src/interpreter/bytecode-array-iterator.h",
15 "+src/interpreter/bytecode-array-random-iterator.h", 15 "+src/interpreter/bytecode-array-random-iterator.h",
16 "+src/interpreter/bytecode-decoder.h", 16 "+src/interpreter/bytecode-decoder.h",
17 "+src/interpreter/bytecode-flags.h", 17 "+src/interpreter/bytecode-flags.h",
18 "+src/interpreter/bytecode-register.h", 18 "+src/interpreter/bytecode-register.h",
19 "+src/interpreter/bytecodes.h", 19 "+src/interpreter/bytecodes.h",
20 "+src/interpreter/interpreter.h", 20 "+src/interpreter/interpreter.h",
21 "+src/interpreter/setup-interpreter.h",
22 "-src/trap-handler", 21 "-src/trap-handler",
23 "+src/trap-handler/trap-handler.h", 22 "+src/trap-handler/trap-handler.h",
24 "+testing/gtest/include/gtest/gtest_prod.h", 23 "+testing/gtest/include/gtest/gtest_prod.h",
25 "-src/libplatform", 24 "-src/libplatform",
26 "-include/libplatform" 25 "-include/libplatform"
27 ] 26 ]
28 27
29 specific_include_rules = { 28 specific_include_rules = {
30 "d8\.cc": [ 29 "d8\.cc": [
31 "+include/libplatform/libplatform.h", 30 "+include/libplatform/libplatform.h",
32 "+include/libplatform/v8-tracing.h", 31 "+include/libplatform/v8-tracing.h",
33 ], 32 ],
34 } 33 }
OLDNEW
« no previous file with comments | « gypfiles/features.gypi ('k') | src/api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698