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

Unified Diff: chrome/chrome_dll.gypi

Issue 7779018: Get rid of unnecessary chrome_main_ files now that most of the code has been removed from them. I... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 3 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 | « chrome/app/chrome_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_dll.gypi
===================================================================
--- chrome/chrome_dll.gypi (revision 99456)
+++ chrome/chrome_dll.gypi (working copy)
@@ -107,7 +107,6 @@
'app/chrome_dll.rc',
'app/chrome_dll_resource.h',
'app/chrome_main.cc',
- 'app/chrome_main_win.cc',
'<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_dll_version.rc',
@@ -219,7 +218,7 @@
'app/chrome_main.cc',
'app/chrome_main_app_mode_mac.mm',
'app/chrome_main_mac.mm',
- 'app/chrome_main_posix.cc',
+ 'app/chrome_main_mac.h',
],
'include_dirs': [
'<(grit_out_dir)',
@@ -698,7 +697,6 @@
'app/chrome_command_ids.h',
'app/chrome_dll_resource.h',
'app/chrome_main.cc',
- 'app/chrome_main_win.cc',
# Parsing is needed for the UserDataDir policy which is read much
# earlier than the initialization of the policy/pref system.
'browser/policy/policy_path_parser_win.cc',
« no previous file with comments | « chrome/app/chrome_main_win.cc ('k') | chrome/chrome_exe.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698