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

Side by Side Diff: src/inspector/BUILD.gn

Issue 2523743003: Roll third_party/inspector_protocol to 73028acaa3646789fd2a3bfd0d79eb2d91b696b3 (Closed)
Patch Set: addressed comments Created 4 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/inspector/injected-script.cc » ('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 import("../../gni/v8.gni") 5 import("../../gni/v8.gni")
6 6
7 _inspector_protocol = v8_path_prefix + "/third_party/inspector_protocol" 7 _inspector_protocol = v8_path_prefix + "/third_party/inspector_protocol"
8 import("$_inspector_protocol/inspector_protocol.gni") 8 import("$_inspector_protocol/inspector_protocol.gni")
9 9
10 _protocol_generated = [ 10 _protocol_generated = [
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 sources += get_target_outputs(":inspector_debugger_script") 133 sources += get_target_outputs(":inspector_debugger_script")
134 sources += [ 134 sources += [
135 "injected-script-native.cc", 135 "injected-script-native.cc",
136 "injected-script-native.h", 136 "injected-script-native.h",
137 "injected-script.cc", 137 "injected-script.cc",
138 "injected-script.h", 138 "injected-script.h",
139 "inspected-context.cc", 139 "inspected-context.cc",
140 "inspected-context.h", 140 "inspected-context.h",
141 "java-script-call-frame.cc", 141 "java-script-call-frame.cc",
142 "java-script-call-frame.h", 142 "java-script-call-frame.h",
143 "protocol-platform.h",
144 "remote-object-id.cc", 143 "remote-object-id.cc",
145 "remote-object-id.h", 144 "remote-object-id.h",
146 "script-breakpoint.h", 145 "script-breakpoint.h",
147 "search-util.cc", 146 "search-util.cc",
148 "search-util.h", 147 "search-util.h",
149 "string-16.cc", 148 "string-16.cc",
150 "string-16.h", 149 "string-16.h",
151 "string-util.cc", 150 "string-util.cc",
152 "string-util.h", 151 "string-util.h",
153 "v8-console-agent-impl.cc", 152 "v8-console-agent-impl.cc",
(...skipping 29 matching lines...) Expand all
183 "v8-schema-agent-impl.cc", 182 "v8-schema-agent-impl.cc",
184 "v8-schema-agent-impl.h", 183 "v8-schema-agent-impl.h",
185 "v8-stack-trace-impl.cc", 184 "v8-stack-trace-impl.cc",
186 "v8-stack-trace-impl.h", 185 "v8-stack-trace-impl.h",
187 "v8-value-copier.cc", 186 "v8-value-copier.cc",
188 "v8-value-copier.h", 187 "v8-value-copier.h",
189 "wasm-translation.cc", 188 "wasm-translation.cc",
190 "wasm-translation.h", 189 "wasm-translation.h",
191 ] 190 ]
192 } 191 }
OLDNEW
« no previous file with comments | « no previous file | src/inspector/injected-script.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698