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

Side by Side Diff: src/DEPS

Issue 2404663002: DevTools: Do not allow v8 to use inspector. (Closed)
Patch Set: Created 4 years, 2 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 | « no previous file | no next file » | 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/interpreter", 12 "-src/interpreter",
12 "+src/interpreter/bytecode-array-iterator.h", 13 "+src/interpreter/bytecode-array-iterator.h",
13 "+src/interpreter/bytecode-decoder.h", 14 "+src/interpreter/bytecode-decoder.h",
14 "+src/interpreter/bytecode-flags.h", 15 "+src/interpreter/bytecode-flags.h",
15 "+src/interpreter/bytecode-register.h", 16 "+src/interpreter/bytecode-register.h",
16 "+src/interpreter/bytecodes.h", 17 "+src/interpreter/bytecodes.h",
17 "+src/interpreter/interpreter.h", 18 "+src/interpreter/interpreter.h",
18 "+testing/gtest/include/gtest/gtest_prod.h", 19 "+testing/gtest/include/gtest/gtest_prod.h",
19 "-src/libplatform", 20 "-src/libplatform",
20 "-include/libplatform" 21 "-include/libplatform"
21 ] 22 ]
22 23
23 specific_include_rules = { 24 specific_include_rules = {
24 "d8\.cc": [ 25 "d8\.cc": [
25 "+include/libplatform/libplatform.h", 26 "+include/libplatform/libplatform.h",
26 "+include/libplatform/v8-tracing.h", 27 "+include/libplatform/v8-tracing.h",
27 ], 28 ],
28 } 29 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698