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

Unified Diff: third_party/WebKit/Source/platform/v8_inspector/v8_inspector.gyp

Issue 2251343003: [DevTools] Generate separate copies of inspector_protocol. (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 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..cca3ec68c0ba97e4170115a78d4900cf3d3d07f5 100644
--- a/third_party/WebKit/Source/platform/v8_inspector/v8_inspector.gyp
+++ b/third_party/WebKit/Source/platform/v8_inspector/v8_inspector.gyp
@@ -39,8 +39,6 @@
'../inspector_protocol/Parser_cpp.template',
'../inspector_protocol/Parser_h.template',
'../inspector_protocol/Platform_h.template',
- '../inspector_protocol/String16_cpp.template',
- '../inspector_protocol/String16_h.template',
'../inspector_protocol/TypeBuilder_cpp.template',
'../inspector_protocol/TypeBuilder_h.template',
'../inspector_protocol/ValueConversions_h.template',
@@ -176,8 +174,6 @@
'../inspector_protocol/Parser_cpp.template',
'../inspector_protocol/Parser_h.template',
'../inspector_protocol/Platform_h.template',
- '../inspector_protocol/String16_cpp.template',
- '../inspector_protocol/String16_h.template',
'../inspector_protocol/TypeBuilder_cpp.template',
'../inspector_protocol/TypeBuilder_h.template',
'../inspector_protocol/ValueConversions_h.template',
@@ -258,8 +254,8 @@
'RemoteObjectId.cpp',
'RemoteObjectId.h',
'ScriptBreakpoint.h',
- 'String16STL.cpp',
- 'String16STL.h',
+ 'String16.cpp',
+ 'String16.h',
'V8Console.cpp',
'V8Console.h',
'V8ConsoleAgentImpl.cpp',

Powered by Google App Engine
This is Rietveld 408576698