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

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

Issue 2340763003: [inspector] replaced inspector/Atomics.h with base atomicops.h (Closed)
Patch Set: Created 4 years, 3 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 | « src/inspector/Atomics.h ('k') | src/inspector/DEPS » ('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 = "//third_party/WebKit/Source/platform/inspector_protocol" 7 _inspector_protocol = "//third_party/WebKit/Source/platform/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 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 ] 128 ]
129 sources = rebase_path(_protocol_generated, ".", target_gen_dir) 129 sources = rebase_path(_protocol_generated, ".", target_gen_dir)
130 sources += [ 130 sources += [
131 "../../include/v8-inspector-protocol.h", 131 "../../include/v8-inspector-protocol.h",
132 "../../include/v8-inspector.h", 132 "../../include/v8-inspector.h",
133 ] 133 ]
134 sources += get_target_outputs(":inspector_injected_script") 134 sources += get_target_outputs(":inspector_injected_script")
135 sources += get_target_outputs(":inspector_debugger_script") 135 sources += get_target_outputs(":inspector_debugger_script")
136 sources += [ 136 sources += [
137 "Allocator.h", 137 "Allocator.h",
138 "Atomics.h",
139 "InjectedScript.cpp", 138 "InjectedScript.cpp",
140 "InjectedScript.h", 139 "InjectedScript.h",
141 "InjectedScriptNative.cpp", 140 "InjectedScriptNative.cpp",
142 "InjectedScriptNative.h", 141 "InjectedScriptNative.h",
143 "InspectedContext.cpp", 142 "InspectedContext.cpp",
144 "InspectedContext.h", 143 "InspectedContext.h",
145 "JavaScriptCallFrame.cpp", 144 "JavaScriptCallFrame.cpp",
146 "JavaScriptCallFrame.h", 145 "JavaScriptCallFrame.h",
147 "ProtocolPlatform.h", 146 "ProtocolPlatform.h",
148 "RemoteObjectId.cpp", 147 "RemoteObjectId.cpp",
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 "V8RuntimeAgentImpl.cpp", 184 "V8RuntimeAgentImpl.cpp",
186 "V8RuntimeAgentImpl.h", 185 "V8RuntimeAgentImpl.h",
187 "V8SchemaAgentImpl.cpp", 186 "V8SchemaAgentImpl.cpp",
188 "V8SchemaAgentImpl.h", 187 "V8SchemaAgentImpl.h",
189 "V8StackTraceImpl.cpp", 188 "V8StackTraceImpl.cpp",
190 "V8StackTraceImpl.h", 189 "V8StackTraceImpl.h",
191 "V8ValueCopier.cpp", 190 "V8ValueCopier.cpp",
192 "V8ValueCopier.h", 191 "V8ValueCopier.h",
193 ] 192 ]
194 } 193 }
OLDNEW
« no previous file with comments | « src/inspector/Atomics.h ('k') | src/inspector/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698