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

Unified Diff: chrome/BUILD.gn

Issue 2907663002: Rename chrome_exe_main_mac.c to chrome_exe_main_mac.cc (Closed)
Patch Set: Created 3 years, 7 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
« no previous file with comments | « no previous file | chrome/app/chrome_exe_main_mac.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/BUILD.gn
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
index 0e6268f6b62c5e52cbb0e3ccef164bd3eae0fcc8..450de1096110d7c34f8de6c2af9fdf4f7f0b90cc 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -549,7 +549,7 @@ if (is_win) {
]
sources = [
- "app/chrome_exe_main_mac.c",
+ "app/chrome_exe_main_mac.cc",
]
extra_configs = [ "//build/config/compiler:wexit_time_destructors" ]
@@ -736,7 +736,7 @@ if (is_win) {
]
sources = [
- "app/chrome_exe_main_mac.c",
+ "app/chrome_exe_main_mac.cc",
]
extra_configs = [ "//build/config/compiler:wexit_time_destructors" ]
« no previous file with comments | « no previous file | chrome/app/chrome_exe_main_mac.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698