Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(287)

Unified Diff: components/ui_devtools/BUILD.gn

Issue 2468263006: Add UI_DEVTOOLS_EXPORT so tests can mock FrontendChannel (Closed)
Patch Set: Add UI_DEVTOOLS_EXPORT so tests can mock FrontendChannel Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | components/ui_devtools/devtools_export.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | components/ui_devtools/devtools_export.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698