summaryrefslogtreecommitdiffstats
path: root/third_party
diff options
context:
space:
mode:
authorfbarchard@chromium.org <fbarchard@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-08 17:38:03 +0000
committerfbarchard@chromium.org <fbarchard@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-08 17:38:03 +0000
commita0e583154cfe9f5ea17517b9cec489c4a600fa8c (patch)
treed60c0fe73137c28f7f54cdba2535d4a6716782aa /third_party
parent8f108167cb72a03c8b6461e45810f6d01bcbf6d8 (diff)
downloadchromium_src-a0e583154cfe9f5ea17517b9cec489c4a600fa8c.zip
chromium_src-a0e583154cfe9f5ea17517b9cec489c4a600fa8c.tar.gz
chromium_src-a0e583154cfe9f5ea17517b9cec489c4a600fa8c.tar.bz2
style fixes in ffmpeg gyp
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34062 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party')
-rwxr-xr-xthird_party/ffmpeg/ffmpeg.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/ffmpeg/ffmpeg.gyp b/third_party/ffmpeg/ffmpeg.gyp
index 578b785..af4c0916 100755
--- a/third_party/ffmpeg/ffmpeg.gyp
+++ b/third_party/ffmpeg/ffmpeg.gyp
@@ -25,9 +25,9 @@
# Allow overridding the selection of which FFmpeg binaries to copy via an
# environment variable. Affects the ffmpeg_binaries target.
'conditions': [
- [ 'chromeos==1', {
+ ['chromeos!=0', {
'ffmpeg_branding%': '<(branding)OS',
- }, { # else ChromeOS!="1", assume Chrome/Chromium.
+ },{ # else chromeos==0, assume Chrome/Chromium.
'ffmpeg_branding%': '<(branding)',
}],
],