diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-08 23:46:33 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-08 23:46:33 +0000 |
commit | 89886fa36bd495d33bcb1dab77ebd1b0aaa84ad2 (patch) | |
tree | e9f4c29d973a68b1a21fbaaffd5290714c369e5b /chrome/chrome_common.gypi | |
parent | 624e4b57677e02f2706979f1284fe75696c35fd8 (diff) | |
download | chromium_src-89886fa36bd495d33bcb1dab77ebd1b0aaa84ad2.zip chromium_src-89886fa36bd495d33bcb1dab77ebd1b0aaa84ad2.tar.gz chromium_src-89886fa36bd495d33bcb1dab77ebd1b0aaa84ad2.tar.bz2 |
Cleanup: Simplify chrome gyp files.
Review URL: https://chromiumcodereview.appspot.com/11065031
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@160747 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r-- | chrome/chrome_common.gypi | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi index 592fb64..800afc3 100644 --- a/chrome/chrome_common.gypi +++ b/chrome/chrome_common.gypi @@ -367,11 +367,7 @@ '../build/linux/system.gyp:selinux', ], }], - ['chromeos==0', { - 'sources!': [ - 'common/chrome_version_info_chromeos.cc', - ], - }, { # chromeos==1 + ['chromeos==1', { 'sources!': [ 'common/chrome_version_info_linux.cc', ], |