From 89886fa36bd495d33bcb1dab77ebd1b0aaa84ad2 Mon Sep 17 00:00:00 2001 From: "thestig@chromium.org" Date: Mon, 8 Oct 2012 23:46:33 +0000 Subject: 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 --- chrome/chrome_common.gypi | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'chrome/chrome_common.gypi') 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', ], -- cgit v1.1