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

Unified Diff: third_party/WebKit/Source/core/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 | « no previous file | third_party/WebKit/Source/platform/inspector_protocol/CodeGenerator.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/inspector/inspector_protocol_config.json
diff --git a/third_party/WebKit/Source/core/inspector/inspector_protocol_config.json b/third_party/WebKit/Source/core/inspector/inspector_protocol_config.json
index 2a5f9096acd72132a6e610ec23f8be537df0b985..b469cbae0c3b312bbdcaef935e5e334ff63d7789 100644
--- a/third_party/WebKit/Source/core/inspector/inspector_protocol_config.json
+++ b/third_party/WebKit/Source/core/inspector/inspector_protocol_config.json
@@ -3,7 +3,9 @@
"path": "browser_protocol.json",
"package": "core/inspector/protocol",
"output": "inspector/protocol",
- "namespace": ["blink", "protocol"]
+ "namespace": ["blink", "protocol"],
+ "export_macro": "CORE_EXPORT",
+ "export_header": "core/CoreExport.h"
},
"imported": {
@@ -18,11 +20,8 @@
"package": "core/inspector/protocol",
"output": "inspector/protocol",
"string_header": "core/inspector/V8InspectorString.h",
- "platform_header": "core/inspector/ProtocolPlatform.h"
- },
-
- "class_export": {
- "macro": "CORE_EXPORT",
- "header": "core/CoreExport.h"
+ "platform_header": "core/inspector/ProtocolPlatform.h",
+ "export_macro": "CORE_EXPORT",
+ "export_header": "core/CoreExport.h"
}
}
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/inspector_protocol/CodeGenerator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698