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

Unified Diff: chrome/chrome_exe.gypi

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/chrome.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_exe.gypi
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
index 29da6860b401e173846bf1cd31f0fdb37c24471a..424ae78d08cd1ec3d72294506a170f3a4f9574d7 100644
--- a/chrome/chrome_exe.gypi
+++ b/chrome/chrome_exe.gypi
@@ -15,9 +15,9 @@
# Test files are not included.
'app/breakpad_win.cc',
'app/breakpad_win.h',
- 'app/chrome_exe_main.cc',
- 'app/chrome_exe_main.mm',
'app/chrome_exe_main_gtk.cc',
+ 'app/chrome_exe_main_mac.mm',
+ 'app/chrome_exe_main_win.cc',
'app/chrome_exe_resource.h',
'app/client_util.cc',
'app/client_util.h',
@@ -126,7 +126,6 @@
],
}, { # 'OS!="win"
'sources!': [
- 'app/chrome_exe_main.cc',
'app/client_util.cc',
]
}],
« no previous file with comments | « chrome/chrome.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698