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

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

Issue 2296043004: [DevTools] Various tweaks to inspector_protocol. (Closed)
Patch Set: optional exports 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
« no previous file with comments | « third_party/WebKit/Source/platform/inspector_protocol/templates/TypeBuilder_h.template ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 d2115b1c408c089db667fa9452633eefd325de0f..e627d5ef0439deb0a4d4590699bbfbf764b99c0b 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
@@ -3,7 +3,9 @@
"path": "js_protocol.json",
"package": "platform/v8_inspector/protocol",
"output": "v8_inspector/protocol",
- "namespace": ["v8_inspector", "protocol"]
+ "namespace": ["v8_inspector", "protocol"],
+ "export_macro": "PLATFORM_EXPORT",
+ "export_header": "platform/PlatformExport.h"
},
"exported": {
@@ -12,18 +14,17 @@
"string_header": "platform/v8_inspector/public/StringBuffer.h",
"string_in": "StringView",
"string_out": "std::unique_ptr<StringBuffer>",
- "to_string_out": "StringBufferImpl::adopt(%s)"
+ "to_string_out": "StringBufferImpl::adopt(%s)",
+ "export_macro": "PLATFORM_EXPORT",
+ "export_header": "platform/PlatformExport.h"
},
"lib": {
"package": "platform/v8_inspector/protocol",
"output": "v8_inspector/protocol",
"string_header": "platform/v8_inspector/StringUtil.h",
- "platform_header": "platform/v8_inspector/ProtocolPlatform.h"
- },
-
- "class_export": {
- "macro": "PLATFORM_EXPORT",
- "header": "platform/PlatformExport.h"
+ "platform_header": "platform/v8_inspector/ProtocolPlatform.h",
+ "export_macro": "PLATFORM_EXPORT",
+ "export_header": "platform/PlatformExport.h"
}
}
« no previous file with comments | « third_party/WebKit/Source/platform/inspector_protocol/templates/TypeBuilder_h.template ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698