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

Side by Side Diff: third_party/WebKit/Source/platform/v8_inspector/v8_inspector.gyp

Issue 2199943004: [DevTools] Rename V8Debugger to V8Inspector. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 The Chromium 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 'blink_platform_output_dir': '<(SHARED_INTERMEDIATE_DIR)/blink/platform', 7 'blink_platform_output_dir': '<(SHARED_INTERMEDIATE_DIR)/blink/platform',
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 'RemoteObjectId.cpp', 200 'RemoteObjectId.cpp',
201 'RemoteObjectId.h', 201 'RemoteObjectId.h',
202 'V8Console.cpp', 202 'V8Console.cpp',
203 'V8Console.h', 203 'V8Console.h',
204 'V8ConsoleAgentImpl.cpp', 204 'V8ConsoleAgentImpl.cpp',
205 'V8ConsoleAgentImpl.h', 205 'V8ConsoleAgentImpl.h',
206 'V8ConsoleMessage.cpp', 206 'V8ConsoleMessage.cpp',
207 'V8ConsoleMessage.h', 207 'V8ConsoleMessage.h',
208 'V8DebuggerAgentImpl.cpp', 208 'V8DebuggerAgentImpl.cpp',
209 'V8DebuggerAgentImpl.h', 209 'V8DebuggerAgentImpl.h',
210 'V8DebuggerImpl.cpp', 210 'V8InspectorImpl.cpp',
211 'V8DebuggerImpl.h', 211 'V8InspectorImpl.h',
212 'V8DebuggerScript.cpp', 212 'V8DebuggerScript.cpp',
213 'V8DebuggerScript.h', 213 'V8DebuggerScript.h',
214 'V8FunctionCall.cpp', 214 'V8FunctionCall.cpp',
215 'V8FunctionCall.h', 215 'V8FunctionCall.h',
216 'V8HeapProfilerAgentImpl.cpp', 216 'V8HeapProfilerAgentImpl.cpp',
217 'V8HeapProfilerAgentImpl.h', 217 'V8HeapProfilerAgentImpl.h',
218 'V8InjectedScriptHost.cpp', 218 'V8InjectedScriptHost.cpp',
219 'V8InjectedScriptHost.h', 219 'V8InjectedScriptHost.h',
220 'V8InspectorSessionImpl.cpp', 220 'V8InspectorSessionImpl.cpp',
221 'V8InspectorSessionImpl.h', 221 'V8InspectorSessionImpl.h',
222 'V8InternalValueType.cpp', 222 'V8InternalValueType.cpp',
223 'V8InternalValueType.h', 223 'V8InternalValueType.h',
224 'V8ProfilerAgentImpl.cpp', 224 'V8ProfilerAgentImpl.cpp',
225 'V8ProfilerAgentImpl.h', 225 'V8ProfilerAgentImpl.h',
226 'V8Regex.cpp', 226 'V8Regex.cpp',
227 'V8Regex.h', 227 'V8Regex.h',
228 'V8RuntimeAgentImpl.cpp', 228 'V8RuntimeAgentImpl.cpp',
229 'V8RuntimeAgentImpl.h', 229 'V8RuntimeAgentImpl.h',
230 'V8StackTraceImpl.cpp', 230 'V8StackTraceImpl.cpp',
231 'V8StackTraceImpl.h', 231 'V8StackTraceImpl.h',
232 'V8StringUtil.cpp', 232 'V8StringUtil.cpp',
233 'V8StringUtil.h', 233 'V8StringUtil.h',
234 'public/V8EventListenerInfo.h', 234 'public/V8EventListenerInfo.h',
235 'public/V8ContextInfo.h', 235 'public/V8ContextInfo.h',
236 'public/V8Debugger.h', 236 'public/V8Inspector.h',
237 'public/V8DebuggerClient.h', 237 'public/V8InspectorClient.h',
238 'public/V8HeapProfilerAgent.h', 238 'public/V8HeapProfilerAgent.h',
239 'public/V8Inspector.cpp', 239 'public/SimpleInspector.cpp',
240 'public/V8Inspector.h', 240 'public/SimpleInspector.h',
241 'public/V8InspectorSession.h', 241 'public/V8InspectorSession.h',
242 'public/V8StackTrace.h', 242 'public/V8StackTrace.h',
243 243
244 '<(blink_platform_output_dir)/v8_inspector/DebuggerScript.h', 244 '<(blink_platform_output_dir)/v8_inspector/DebuggerScript.h',
245 '<(blink_platform_output_dir)/v8_inspector/InjectedScriptSource.h', 245 '<(blink_platform_output_dir)/v8_inspector/InjectedScriptSource.h',
246 ], 246 ],
247 }, 247 },
248 ], # targets 248 ], # targets
249 } 249 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698