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

Unified Diff: third_party/WebKit/Source/platform/inspector_protocol/sample_config.json

Issue 2248783003: [DevTools] Refactor CodeGenerator. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: up_to_date fix 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/inspector_protocol/sample_config.json
diff --git a/third_party/WebKit/Source/platform/inspector_protocol/sample_config.json b/third_party/WebKit/Source/platform/inspector_protocol/sample_config.json
index 48cad2e0fc7d2a1255e611ef15fe11c930788821..5ad6722cb27d5ca95f02fb06993d0f6808c03abc 100644
--- a/third_party/WebKit/Source/platform/inspector_protocol/sample_config.json
+++ b/third_party/WebKit/Source/platform/inspector_protocol/sample_config.json
@@ -5,12 +5,12 @@
"output": "place/generated/files/here"
},
- "import": {
+ "imported": {
"path": "../relative/path/imported_protocol.json",
"package": "include/imported/files/like/this"
},
- "export": {
+ "exported": {
"package": "include/exported/files/like/this",
"output": "place/exported/files/here"
},
@@ -21,14 +21,14 @@
"lib": {
"output": "place/generated/lib/files/here",
- "string16_impl_header_path": "sting16/implementation.h",
- "platform_impl_header_path": "platform/implementation.h"
+ "string16_header": "sting16/implementation.h",
+ "platform_header": "platform/implementation.h"
},
"lib_package": "include/lib/files/like/this",
"class_export": {
"macro": "LIB_EXPORT",
- "header_path": "lib/export.h"
+ "header": "lib/export.h"
}
}

Powered by Google App Engine
This is Rietveld 408576698