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

Unified 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: better 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/platform/v8_inspector/v8_inspector.gyp
diff --git a/third_party/WebKit/Source/platform/v8_inspector/v8_inspector.gyp b/third_party/WebKit/Source/platform/v8_inspector/v8_inspector.gyp
index 3c496be8f6252b226fcca829b1d00b39422dc14b..75cc3631ef0cfe981f5c18ec7c02174fac1929ae 100644
--- a/third_party/WebKit/Source/platform/v8_inspector/v8_inspector.gyp
+++ b/third_party/WebKit/Source/platform/v8_inspector/v8_inspector.gyp
@@ -296,11 +296,10 @@
'V8StringUtil.h',
'V8ValueCopier.cpp',
'V8ValueCopier.h',
- 'public/V8EventListenerInfo.h',
+ 'public/StringView.h',
'public/V8ContextInfo.h',
'public/V8Inspector.h',
'public/V8InspectorClient.h',
- 'public/V8HeapProfilerAgent.h',
'public/V8InspectorSession.h',
'public/V8StackTrace.h',

Powered by Google App Engine
This is Rietveld 408576698