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

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

Issue 2008183002: DevTools: generate frontend and backend interfaces under domains. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comment addressed Created 4 years, 7 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 cf30d77804f345790a304ce064ce18b20f56d7c5..fcd85e1ec073393cbbd5402a6383113fbece7674 100644
--- a/third_party/WebKit/Source/platform/blink_platform.gypi
+++ b/third_party/WebKit/Source/platform/blink_platform.gypi
@@ -838,11 +838,14 @@
'image-encoders/WEBPImageEncoder.h',
'inspector_protocol/Allocator.h',
'inspector_protocol/Array.h',
+ 'inspector_protocol/BackendCallback.h',
'inspector_protocol/Collections.h',
'inspector_protocol/CollectionsWTF.h',
'inspector_protocol/ErrorSupport.cpp',
'inspector_protocol/ErrorSupport.h',
'inspector_protocol/Maybe.h',
+ 'inspector_protocol/Object.cpp',
+ 'inspector_protocol/Object.h',
'inspector_protocol/Parser.cpp',
'inspector_protocol/Parser.h',
'inspector_protocol/FrontendChannel.h',

Powered by Google App Engine
This is Rietveld 408576698