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 76f22fc3d64d697c33ce20d6b28e4bf48ec58a1d..383fb9c9904df0f2416bc1ff14553a4097bb132e 100644 |
--- a/third_party/WebKit/Source/platform/blink_platform.gypi |
+++ b/third_party/WebKit/Source/platform/blink_platform.gypi |
@@ -821,7 +821,11 @@ |
'image-encoders/skia/PNGImageEncoder.h', |
'image-encoders/skia/WEBPImageEncoder.cpp', |
'image-encoders/skia/WEBPImageEncoder.h', |
+ 'inspector_protocol/Parser.cpp', |
+ 'inspector_protocol/Parser.h', |
'inspector_protocol/FrontendChannel.h', |
+ 'inspector_protocol/Values.cpp', |
+ 'inspector_protocol/Values.h', |
'mac/BlockExceptions.h', |
'mac/BlockExceptions.mm', |
'mac/ColorMac.h', |
@@ -1073,6 +1077,8 @@ |
'v8_inspector/public/V8ProfilerAgent.h', |
'v8_inspector/public/V8RuntimeAgent.h', |
'v8_inspector/public/V8StackTrace.h', |
+ 'v8_inspector/public/V8ToProtocolValue.cpp', |
+ 'v8_inspector/public/V8ToProtocolValue.h', |
'web_memory_allocator_dump_impl.cc', |
'web_memory_allocator_dump_impl.h', |
'web_memory_dump_provider_adapter.cc', |
@@ -1172,6 +1178,7 @@ |
'graphics/paint/PaintControllerTest.cpp', |
'image-decoders/FastSharedBufferReaderTest.cpp', |
'image-decoders/ImageDecoderTest.cpp', |
+ 'inspector_protocol/ParserTest.cpp', |
'mac/VersionUtilMacTest.mm', |
'network/EncodedFormDataTest.cpp', |
'network/HTTPParsersTest.cpp', |