Chromium Code Reviews| Index: components/ui_devtools/BUILD.gn |
| diff --git a/components/ui_devtools/BUILD.gn b/components/ui_devtools/BUILD.gn |
| index b08929af38765a4b17b09d78a2bd446dbd85adee..a1ec26db9d8151c65647408b4e524808ff024bee 100644 |
| --- a/components/ui_devtools/BUILD.gn |
| +++ b/components/ui_devtools/BUILD.gn |
| @@ -65,6 +65,8 @@ source_set("ui_devtools") { |
| "switches.h", |
|
sadrul
2016/11/09 15:46:23
Add the _export.h file here too.
Sarmad Hashmi
2016/11/09 17:05:12
Done.
|
| ] |
| + defines = [ "UI_DEVTOOLS_IMPLEMENTATION" ] |
| + |
| cflags = [] |
| if (is_win) { |
| cflags += [ "/wd4800" ] # Value forced to bool. |