| 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 12d7e8b8fca73ac56dac4f025cced11254ae3d4b..48cad2e0fc7d2a1255e611ef15fe11c930788821 100644
|
| --- a/third_party/WebKit/Source/platform/inspector_protocol/sample_config.json
|
| +++ b/third_party/WebKit/Source/platform/inspector_protocol/sample_config.json
|
| @@ -19,5 +19,16 @@
|
| "class_name": "String16"
|
| },
|
|
|
| - "export_macro": "PLATFORM_EXPORT"
|
| + "lib": {
|
| + "output": "place/generated/lib/files/here",
|
| + "string16_impl_header_path": "sting16/implementation.h",
|
| + "platform_impl_header_path": "platform/implementation.h"
|
| + },
|
| +
|
| + "lib_package": "include/lib/files/like/this",
|
| +
|
| + "class_export": {
|
| + "macro": "LIB_EXPORT",
|
| + "header_path": "lib/export.h"
|
| + }
|
| }
|
|
|