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

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

Issue 2260233002: [DevTools] Migrate v8_inspector/public from String16 to String{View,Buffer}. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: styling 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 | « third_party/WebKit/Source/platform/v8_inspector/public/V8StackTrace.h ('k') | 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 # 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 'conditions': [ 9 'conditions': [
10 ['v8_inspector!="true"', 10 ['v8_inspector!="true"',
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 'V8RuntimeAgentImpl.cpp', 300 'V8RuntimeAgentImpl.cpp',
301 'V8RuntimeAgentImpl.h', 301 'V8RuntimeAgentImpl.h',
302 'V8SchemaAgentImpl.cpp', 302 'V8SchemaAgentImpl.cpp',
303 'V8SchemaAgentImpl.h', 303 'V8SchemaAgentImpl.h',
304 'V8StackTraceImpl.cpp', 304 'V8StackTraceImpl.cpp',
305 'V8StackTraceImpl.h', 305 'V8StackTraceImpl.h',
306 'V8StringUtil.cpp', 306 'V8StringUtil.cpp',
307 'V8StringUtil.h', 307 'V8StringUtil.h',
308 'V8ValueCopier.cpp', 308 'V8ValueCopier.cpp',
309 'V8ValueCopier.h', 309 'V8ValueCopier.h',
310 'public/V8EventListenerInfo.h', 310 'public/StringBuffer.h',
311 'public/StringView.h',
311 'public/V8ContextInfo.h', 312 'public/V8ContextInfo.h',
312 'public/V8Inspector.h', 313 'public/V8Inspector.h',
313 'public/V8InspectorClient.h', 314 'public/V8InspectorClient.h',
314 'public/V8HeapProfilerAgent.h',
315 'public/V8InspectorSession.h', 315 'public/V8InspectorSession.h',
316 'public/V8StackTrace.h', 316 'public/V8StackTrace.h',
317 317
318 '<(blink_platform_output_dir)/v8_inspector/DebuggerScript.h', 318 '<(blink_platform_output_dir)/v8_inspector/DebuggerScript.h',
319 '<(blink_platform_output_dir)/v8_inspector/InjectedScriptSource.h', 319 '<(blink_platform_output_dir)/v8_inspector/InjectedScriptSource.h',
320 ], 320 ],
321 }, 321 },
322 ], # targets 322 ], # targets
323 } 323 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/platform/v8_inspector/public/V8StackTrace.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698