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

Unified Diff: chrome/BUILD.gn

Issue 1412803002: Switch Chrome to dlopen() the Google Chrome Framework.framework. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add a shim so that Chrome does not link chrome_dll Created 5 years, 2 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 8816e81abbcb867fffad8d78c5c0cbed1bc8be27..58b1995ed953feb573a3f0e24514363b04a229cc 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -209,7 +209,7 @@ if (!is_android) {
}
if (is_mac) {
- sources += [ "app/chrome_exe_main_mac.cc" ]
+ sources += [ "app/chrome_exe_main_mac.c" ]
deps += [ ":chrome_dll" ]
# TODO(GYP) lots more stuff in the is_mac block.

Powered by Google App Engine
This is Rietveld 408576698