| Index: components/ui_devtools/BUILD.gn
|
| diff --git a/components/ui_devtools/BUILD.gn b/components/ui_devtools/BUILD.gn
|
| index 1f8955822f8ef1f70e013c20e1f756b9f69b195f..72f61846f641c5996c0d6d95fadca72484dab714 100644
|
| --- a/components/ui_devtools/BUILD.gn
|
| +++ b/components/ui_devtools/BUILD.gn
|
| @@ -56,6 +56,7 @@ source_set("ui_devtools") {
|
| "devtools_base_agent.h",
|
| "devtools_client.cc",
|
| "devtools_client.h",
|
| + "devtools_export.h",
|
| "devtools_server.cc",
|
| "devtools_server.h",
|
| "string_util.cc",
|
| @@ -64,6 +65,8 @@ source_set("ui_devtools") {
|
| "switches.h",
|
| ]
|
|
|
| + defines = [ "UI_DEVTOOLS_IMPLEMENTATION" ]
|
| +
|
| cflags = []
|
| if (is_win) {
|
| cflags += [ "/wd4800" ] # Value forced to bool.
|
|
|