diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-08 23:45:29 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-08 23:45:29 +0000 |
commit | 1677984e6a69087de30496b2a9e7cfa21e172a77 (patch) | |
tree | 2dba9cf84b09dae48e511eeadc70ba9bd6610966 /build | |
parent | e7ef2785c24227ec59e5e906d17185ebcaa8af76 (diff) | |
download | chromium_src-1677984e6a69087de30496b2a9e7cfa21e172a77.zip chromium_src-1677984e6a69087de30496b2a9e7cfa21e172a77.tar.gz chromium_src-1677984e6a69087de30496b2a9e7cfa21e172a77.tar.bz2 |
Replace instances of LINUX2 with OS_CHROMEOS and linux2 with chromeos.
Review URL: http://codereview.chromium.org/149367
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20210 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/common.gypi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build/common.gypi b/build/common.gypi index 302a531..af07408 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -80,7 +80,7 @@ # ~/.gyp/include.gypi . 'toolkit_views%': 0, - 'linux2%': 0, + 'chromeos%': 0, 'chrome_personalization%': 0, }, @@ -99,8 +99,8 @@ ['toolkit_views==1', { 'defines': ['TOOLKIT_VIEWS=1'], }], - ['linux2==1', { - 'defines': ['LINUX2=1'], + ['chromeos==1', { + 'defines': ['OS_CHROMEOS=1'], }], ['chrome_personalization==1', { 'defines': ['CHROME_PERSONALIZATION=1'], |