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

Unified Diff: third_party/WebKit/Source/platform/v8_inspector/inspector_protocol_config.json

Issue 2238423002: [DevTools] Generate all files in inspector_protocol. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2240663003
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/inspector_protocol_config.json
diff --git a/third_party/WebKit/Source/platform/v8_inspector/inspector_protocol_config.json b/third_party/WebKit/Source/platform/v8_inspector/inspector_protocol_config.json
index cb90bb1836a6419cda19c2d2491fd28df841aaed..fce10693167c0f91cc95677243b1e987baa21f2c 100644
--- a/third_party/WebKit/Source/platform/v8_inspector/inspector_protocol_config.json
+++ b/third_party/WebKit/Source/platform/v8_inspector/inspector_protocol_config.json
@@ -14,5 +14,16 @@
"class_name": "String16"
},
- "export_macro": "PLATFORM_EXPORT"
+ "lib": {
+ "output": "inspector_protocol",
+ "string16_impl_header_path": "platform/v8_inspector/String16WTF.h",
+ "platform_impl_header_path": "platform/v8_inspector/PlatformWTF.h"
+ },
+
+ "lib_package": "platform/inspector_protocol",
+
+ "class_export": {
+ "macro": "PLATFORM_EXPORT",
+ "header_path": "platform/PlatformExport.h"
+ }
}

Powered by Google App Engine
This is Rietveld 408576698