summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-08 23:45:29 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-08 23:45:29 +0000
commit1677984e6a69087de30496b2a9e7cfa21e172a77 (patch)
tree2dba9cf84b09dae48e511eeadc70ba9bd6610966 /build
parente7ef2785c24227ec59e5e906d17185ebcaa8af76 (diff)
downloadchromium_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.gypi6
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'],