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 1504713014: Initial import of v8-native WASM. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 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 | « no previous file | src/compiler/wasm-compiler.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 "+src", 2 "+src",
3 "-src/compiler", 3 "-src/compiler",
4 "+src/compiler/pipeline.h", 4 "+src/compiler/pipeline.h",
5 "+src/compiler/code-stub-assembler.h", 5 "+src/compiler/code-stub-assembler.h",
6 "+src/compiler/wasm-compiler.h",
6 "-src/heap", 7 "-src/heap",
7 "+src/heap/heap.h", 8 "+src/heap/heap.h",
8 "+src/heap/heap-inl.h", 9 "+src/heap/heap-inl.h",
9 "-src/interpreter", 10 "-src/interpreter",
10 "+src/interpreter/bytecode-array-iterator.h", 11 "+src/interpreter/bytecode-array-iterator.h",
11 "+src/interpreter/bytecodes.h", 12 "+src/interpreter/bytecodes.h",
12 "+src/interpreter/interpreter.h", 13 "+src/interpreter/interpreter.h",
13 "-src/libplatform", 14 "-src/libplatform",
14 "-include/libplatform" 15 "-include/libplatform"
15 ] 16 ]
16 17
17 specific_include_rules = { 18 specific_include_rules = {
18 ".*\.h": [ 19 ".*\.h": [
19 # Note that src/v8.h by now is a regular header file, it doesn't provide 20 # Note that src/v8.h by now is a regular header file, it doesn't provide
20 # any special declarations besides the V8 class. There should be no need 21 # any special declarations besides the V8 class. There should be no need
21 # for including it in any .h files though. This rule is just a reminder, 22 # for including it in any .h files though. This rule is just a reminder,
22 # and can be removed once the dust has settled. 23 # and can be removed once the dust has settled.
23 "-src/v8.h", 24 "-src/v8.h",
24 ], 25 ],
25 "d8\.cc": [ 26 "d8\.cc": [
26 "+include/libplatform/libplatform.h", 27 "+include/libplatform/libplatform.h",
27 ], 28 ],
28 } 29 }
OLDNEW
« no previous file with comments | « no previous file | src/compiler/wasm-compiler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698