| Index: third_party/WebKit/Source/platform/blink_platform.gypi
|
| diff --git a/third_party/WebKit/Source/platform/blink_platform.gypi b/third_party/WebKit/Source/platform/blink_platform.gypi
|
| index f12ede55e8e2918f338e539bcc1b29c115c81d1c..0088d486ce3ff08820b945538b08ed68c80d5901 100644
|
| --- a/third_party/WebKit/Source/platform/blink_platform.gypi
|
| +++ b/third_party/WebKit/Source/platform/blink_platform.gypi
|
| @@ -1130,6 +1130,7 @@
|
| 'transforms/TransformationMatrix.h',
|
| 'transforms/TranslateTransformOperation.cpp',
|
| 'transforms/TranslateTransformOperation.h',
|
| + 'v8_inspector/Allocator.h',
|
| 'v8_inspector/Atomics.h',
|
| 'v8_inspector/InjectedScript.cpp',
|
| 'v8_inspector/InjectedScript.h',
|
| @@ -1139,11 +1140,16 @@
|
| 'v8_inspector/InspectedContext.h',
|
| 'v8_inspector/JavaScriptCallFrame.cpp',
|
| 'v8_inspector/JavaScriptCallFrame.h',
|
| - 'v8_inspector/PlatformWTF.h',
|
| + 'v8_inspector/ProtocolPlatform.h',
|
| 'v8_inspector/RemoteObjectId.cpp',
|
| 'v8_inspector/RemoteObjectId.h',
|
| 'v8_inspector/ScriptBreakpoint.h',
|
| - 'v8_inspector/String16WTF.h',
|
| + 'v8_inspector/SearchUtil.cpp',
|
| + 'v8_inspector/SearchUtil.h',
|
| + 'v8_inspector/String16.cpp',
|
| + 'v8_inspector/String16.h',
|
| + 'v8_inspector/StringUtil.cpp',
|
| + 'v8_inspector/StringUtil.h',
|
| 'v8_inspector/V8Compat.h',
|
| 'v8_inspector/V8ConsoleAgentImpl.cpp',
|
| 'v8_inspector/V8ConsoleAgentImpl.h',
|
| @@ -1179,8 +1185,6 @@
|
| 'v8_inspector/V8RuntimeAgentImpl.h',
|
| 'v8_inspector/V8StackTraceImpl.cpp',
|
| 'v8_inspector/V8StackTraceImpl.h',
|
| - 'v8_inspector/V8StringUtil.cpp',
|
| - 'v8_inspector/V8StringUtil.h',
|
| 'v8_inspector/V8ValueCopier.cpp',
|
| 'v8_inspector/V8ValueCopier.h',
|
| 'v8_inspector/public/StringBuffer.h',
|
| @@ -1306,7 +1310,6 @@
|
| 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
|
| 'image-decoders/webp/WEBPImageDecoderTest.cpp',
|
| 'image-decoders/ico/ICOImageDecoderTest.cpp',
|
| - 'inspector_protocol/ParserTest.cpp',
|
| 'mac/VersionUtilMacTest.mm',
|
| 'mojo/KURLSecurityOriginTest.cpp',
|
| 'network/EncodedFormDataTest.cpp',
|
|
|