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

Unified Diff: chrome/BUILD.gn

Issue 2135323002: Add support for fat build to "ios_framework_bundle" target. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fat-build-enable
Patch Set: multi_arch_toolchains -> additional_toolchains & mac build fix. Created 4 years, 5 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: chrome/BUILD.gn
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
index 1c26c3f29012af6f22a4709c98c11ea97376a6b7..ae4896c44e1eff0ef816e0ad2f86bfcfdcffbd2c 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -889,7 +889,7 @@ if (is_win) {
target(_dll_target_type, "chrome_dll") {
visibility = [
":chrome_framework",
- ":chrome_framework_shared_library",
+ ":chrome_framework_link_shared_library",
Robert Sesek 2016/07/12 23:57:16 Why this name change? I think it may be a little c
sdefresne 2016/07/13 10:57:50 Done.
]
sources = [
@@ -1279,7 +1279,7 @@ if (is_chrome_branded) {
if (is_mac) {
visibility += [
":chrome_framework",
- ":chrome_framework_shared_library",
+ ":chrome_framework_link_shared_library",
]
}

Powered by Google App Engine
This is Rietveld 408576698