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 5ad6722cb27d5ca95f02fb06993d0f6808c03abc..db250d13c9cf268c557a2700c1ed4fe726bb3614 100644 |
--- a/third_party/WebKit/Source/platform/inspector_protocol/sample_config.json |
+++ b/third_party/WebKit/Source/platform/inspector_protocol/sample_config.json |
@@ -1,13 +1,9 @@ |
{ |
"protocol": { |
- "path": "protocol/sample_protocol.json", |
+ "path": "./relative/path/protocol/sample_protocol.json", |
"package": "include/generated/files/like/this", |
- "output": "place/generated/files/here" |
- }, |
- |
- "imported": { |
- "path": "../relative/path/imported_protocol.json", |
- "package": "include/imported/files/like/this" |
+ "output": "place/generated/files/here", |
+ "namespace": ["sample_project", "protocol"] |
}, |
"exported": { |
@@ -15,20 +11,21 @@ |
"output": "place/exported/files/here" |
}, |
- "string": { |
- "class_name": "String16" |
+ "imported": { |
+ "path": "../relative/path/imported_protocol.json", |
+ "package": "include/imported/files/like/this", |
+ "namespace": ["imported_project", "protocol"] |
}, |
"lib": { |
+ "package": "include/lib/files/like/this", |
"output": "place/generated/lib/files/here", |
- "string16_header": "sting16/implementation.h", |
+ "string_header": "string/implementation.h", |
"platform_header": "platform/implementation.h" |
}, |
- "lib_package": "include/lib/files/like/this", |
- |
"class_export": { |
"macro": "LIB_EXPORT", |
- "header": "lib/export.h" |
+ "header": "lib/lib_export.h" |
} |
} |