| Index: components/ui_devtools/inspector_protocol_config.json
|
| diff --git a/components/ui_devtools/inspector_protocol_config.json b/components/ui_devtools/inspector_protocol_config.json
|
| index e50083490c417a4a459e47ba42e5c61d6a763ce7..9ad3815a2b964c444cd4d20c258468000fc13650 100644
|
| --- a/components/ui_devtools/inspector_protocol_config.json
|
| +++ b/components/ui_devtools/inspector_protocol_config.json
|
| @@ -3,11 +3,15 @@
|
| "path": "protocol.json",
|
| "package": "components/ui_devtools",
|
| "output": "",
|
| - "namespace": ["ui", "devtools", "protocol"]
|
| + "namespace": ["ui", "devtools", "protocol"],
|
| + "export_macro": "UI_DEVTOOLS_EXPORT",
|
| + "export_header": "components/ui_devtools/devtools_export.h"
|
| },
|
| "lib": {
|
| "package": "components/ui_devtools",
|
| "output": "",
|
| - "string_header": "components/ui_devtools/string_util.h"
|
| + "string_header": "components/ui_devtools/string_util.h",
|
| + "export_macro": "UI_DEVTOOLS_EXPORT",
|
| + "export_header": "components/ui_devtools/devtools_export.h"
|
| }
|
| }
|
|
|