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

Unified Diff: chrome/chrome_common.gypi

Issue 7249003: Move GetVersionStringModifier() and GetChannel() from platform_util_* to chrome_version_info_* (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Move GetVersionStringModifier() and GetChannel() from platform_util_* to chrome_version_info.cc Created 9 years, 6 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/chrome_common.gypi
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index 2d174f42ecd299474396180a4e63df9274fa1322..bfbb26b5c1a0311441d837eac7aff6102cdb2bd3 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -38,6 +38,9 @@
'common/child_process_logging_mac.mm',
'common/child_process_logging_win.cc',
'common/chrome_version_info.cc',
+ 'common/chrome_version_info_win.cc',
+ 'common/chrome_version_info_linux.cc',
+ 'common/chrome_version_info_mac.mm',
tony 2011/06/23 16:54:54 Nit: sort alphabetically
haraken1 2011/06/23 23:57:14 Done.
'common/chrome_version_info.h',
'common/content_settings.cc',
'common/content_settings.h',

Powered by Google App Engine
This is Rietveld 408576698