diff options
author | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-09 01:16:57 +0000 |
---|---|---|
committer | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-09 01:16:57 +0000 |
commit | fdc5bed00bdcf59f90777142c44eecde407ef23e (patch) | |
tree | 150f199e6f882943f68c3d3cfbee7ea34f195cda /build | |
parent | 7ffe3aae33df556c298680c8754b76578e93c9eb (diff) | |
download | chromium_src-fdc5bed00bdcf59f90777142c44eecde407ef23e.zip chromium_src-fdc5bed00bdcf59f90777142c44eecde407ef23e.tar.gz chromium_src-fdc5bed00bdcf59f90777142c44eecde407ef23e.tar.bz2 |
official build and buildbots are now chromeos=1
valgrind bots are up (they're still red tho).
I believe it's ready to check this in.
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/487003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35858 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/common.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/common.gypi b/build/common.gypi index c3181b3..45bcd48 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -318,7 +318,7 @@ ['toolkit_views==1 or chromeos==1', { 'defines': ['TOOLKIT_VIEWS=1'], }], - ['chromeos==1 or toolkit_views==1', { + ['chromeos==1', { 'defines': ['OS_CHROMEOS=1'], }], ['fastbuild!=0', { |