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

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: Rebased onto latest master 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 7079bbb92234c2179a116e2d1bfa301989e87c61..8990b229b5f1804b8e34d6bd2626f4d8497b9c68 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