diff options
author | fbarchard@chromium.org <fbarchard@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-08 17:38:03 +0000 |
---|---|---|
committer | fbarchard@chromium.org <fbarchard@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-08 17:38:03 +0000 |
commit | a0e583154cfe9f5ea17517b9cec489c4a600fa8c (patch) | |
tree | d60c0fe73137c28f7f54cdba2535d4a6716782aa /third_party | |
parent | 8f108167cb72a03c8b6461e45810f6d01bcbf6d8 (diff) | |
download | chromium_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-x | third_party/ffmpeg/ffmpeg.gyp | 4 |
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)', }], ], |