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

Unified Diff: third_party/WebKit/Source/platform/blink_platform.gypi

Issue 1738073002: DevTools: introduce protocol::Value, baseline for hierarchical data in remote debugging protocol. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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/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',

Powered by Google App Engine
This is Rietveld 408576698