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

Unified Diff: chrome/chrome.gyp

Issue 4451001: chrome_exe_main: name os-specific files according to naming pattern (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome
Patch Set: Created 10 years, 1 month 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 | « chrome/app/chrome_exe_main_win.cc ('k') | chrome/chrome_exe.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 34d546307bd57aabb9f648701fb497ccb63584d9..f8e17cfe56436efe09a85d3288fab6c4ddc4ee99 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -1216,14 +1216,15 @@
'infoplist_strings_tool',
],
'sources': [
- # chrome_exe_main.mm's main() is the entry point for the "chrome"
- # (browser app) target. All it does is jump to chrome_dll's
- # ChromeMain. This is appropriate for helper processes too,
- # because the logic to discriminate between process types at run
- # time is actually directed by the --type command line argument
- # processed by ChromeMain. Sharing chrome_exe_main.mm with the
+ # chrome_exe_main_mac.mm's main() is the entry point for
+ # the "chrome" (browser app) target. All it does is jump
+ # to chrome_dll's ChromeMain. This is appropriate for
+ # helper processes too, because the logic to discriminate
+ # between process types at run time is actually directed
+ # by the --type command line argument processed by
+ # ChromeMain. Sharing chrome_exe_main_mac.mm with the
# browser app will suffice for now.
- 'app/chrome_exe_main.mm',
+ 'app/chrome_exe_main_mac.mm',
'app/helper-Info.plist',
],
# TODO(mark): Come up with a fancier way to do this. It should only
« no previous file with comments | « chrome/app/chrome_exe_main_win.cc ('k') | chrome/chrome_exe.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698