diff options
author | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-17 16:28:53 +0000 |
---|---|---|
committer | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-17 16:28:53 +0000 |
commit | 1d55de759b5045e74be4912a6b88421176d62fd2 (patch) | |
tree | fc11c650a1447b07093709b3947317c330ad1fe8 /build | |
parent | 56c95a3c11aac1e451b6552acf1647412f38e106 (diff) | |
download | chromium_src-1d55de759b5045e74be4912a6b88421176d62fd2.zip chromium_src-1d55de759b5045e74be4912a6b88421176d62fd2.tar.gz chromium_src-1d55de759b5045e74be4912a6b88421176d62fd2.tar.bz2 |
Fixing gyp syntax
TBR=thakis@chromium.org
BUG=
Review URL: https://codereview.chromium.org/197873023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@257444 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 87efdc3..1dc3dcd 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -2980,7 +2980,7 @@ }, 'conditions': [ # TODO(jochen): Enable this on chromeos. http://crbug.com/353127 - ['os_posix==1 && chromeos==0', { + ['os_posix==1 and chromeos==0', { 'target_defaults': { 'ldflags': [ '-Wl,--fatal-warnings', |