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

Unified Diff: ios/web_view/internal/BUILD.gn

Issue 2770633002: Export all CWV* symbols from the ios/web_view dynamic library. (Closed)
Patch Set: Apply review comments. Created 3 years, 9 months 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
Index: ios/web_view/internal/BUILD.gn
diff --git a/ios/web_view/internal/BUILD.gn b/ios/web_view/internal/BUILD.gn
index 444aedad5d739b9c8db3248843b99e6a402ff6b1..cea2734647a1e22521dcd7f3f919e0985cd261a4 100644
--- a/ios/web_view/internal/BUILD.gn
+++ b/ios/web_view/internal/BUILD.gn
@@ -36,6 +36,11 @@ source_set("internal") {
"web_view_web_state_policy_decider.h",
"web_view_web_state_policy_decider.mm",
]
+
+ # Let header files know that it is building ios/web_view library, not using
+ # it.
+ defines = [ "CWV_IMPLEMENTATION" ]
Eugene But (OOO till 7-30) 2017/03/24 16:39:20 Is it possible to avoid duplicating CWV_IMPLEMENTA
Hiroshi Ichikawa 2017/03/27 02:09:25 What do you mean by duplicating? Dup between which
+
deps = [
"//base",
"//components/pref_registry",

Powered by Google App Engine
This is Rietveld 408576698