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

Unified Diff: chrome/chrome_common.gypi

Issue 8883043: Chrome version info getter for Chrome OS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years 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
===================================================================
--- chrome/chrome_common.gypi (revision 113742)
+++ chrome/chrome_common.gypi (working copy)
@@ -81,6 +81,7 @@
'common/chrome_sandbox_type_mac.h',
'common/chrome_utility_messages.h',
'common/chrome_version_info.cc',
+ 'common/chrome_version_info_chromeos.cc',
'common/chrome_version_info_linux.cc',
'common/chrome_version_info_mac.mm',
'common/chrome_version_info_win.cc',
@@ -281,6 +282,15 @@
'../build/linux/system.gyp:selinux',
],
}],
+ ['chromeos==0', {
+ 'sources!': [
+ 'common/chrome_version_info_chromeos.cc',
+ ],
+ }, {
+ 'sources!': [
+ 'common/chrome_version_info_linux.cc',
+ ],
+ }],
['OS=="mac"', {
'dependencies': [
'../third_party/mach_override/mach_override.gyp:mach_override',
« no previous file with comments | « no previous file | chrome/common/chrome_version_info_chromeos.cc » ('j') | chrome/common/chrome_version_info_chromeos.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698