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

Side by Side Diff: src/inspector/inspector.gypi

Issue 2493773003: [inspector] Introduce translation of wasm frames (Closed)
Patch Set: Very last-minute changes Created 4 years, 1 month 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 | « src/inspector/BUILD.gn ('k') | src/inspector/v8-debugger.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 # Copyright 2016 the V8 project authors. All rights reserved. 1 # Copyright 2016 the V8 project authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'inspector_generated_sources': [ 7 'inspector_generated_sources': [
8 '<(SHARED_INTERMEDIATE_DIR)/src/inspector/protocol/Forward.h', 8 '<(SHARED_INTERMEDIATE_DIR)/src/inspector/protocol/Forward.h',
9 '<(SHARED_INTERMEDIATE_DIR)/src/inspector/protocol/Protocol.cpp', 9 '<(SHARED_INTERMEDIATE_DIR)/src/inspector/protocol/Protocol.cpp',
10 '<(SHARED_INTERMEDIATE_DIR)/src/inspector/protocol/Protocol.h', 10 '<(SHARED_INTERMEDIATE_DIR)/src/inspector/protocol/Protocol.h',
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 'inspector/v8-regex.cc', 83 'inspector/v8-regex.cc',
84 'inspector/v8-regex.h', 84 'inspector/v8-regex.h',
85 'inspector/v8-runtime-agent-impl.cc', 85 'inspector/v8-runtime-agent-impl.cc',
86 'inspector/v8-runtime-agent-impl.h', 86 'inspector/v8-runtime-agent-impl.h',
87 'inspector/v8-schema-agent-impl.cc', 87 'inspector/v8-schema-agent-impl.cc',
88 'inspector/v8-schema-agent-impl.h', 88 'inspector/v8-schema-agent-impl.h',
89 'inspector/v8-stack-trace-impl.cc', 89 'inspector/v8-stack-trace-impl.cc',
90 'inspector/v8-stack-trace-impl.h', 90 'inspector/v8-stack-trace-impl.h',
91 'inspector/v8-value-copier.cc', 91 'inspector/v8-value-copier.cc',
92 'inspector/v8-value-copier.h', 92 'inspector/v8-value-copier.h',
93 'inspector/wasm-translation.cc',
94 'inspector/wasm-translation.h',
93 ] 95 ]
94 } 96 }
95 } 97 }
OLDNEW
« no previous file with comments | « src/inspector/BUILD.gn ('k') | src/inspector/v8-debugger.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698