diff options
author | scherkus@chromium.org <scherkus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-07 19:50:16 +0000 |
---|---|---|
committer | scherkus@chromium.org <scherkus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-07 19:50:16 +0000 |
commit | fdcb3545235dda8086a2655652775596a58e2116 (patch) | |
tree | 50d79be901712ff0a94d31e902751a834169b54f /build/all.gyp | |
parent | bbccf6941dff644a9d7bff2622a6f128478535ed (diff) | |
download | chromium_src-fdcb3545235dda8086a2655652775596a58e2116.zip chromium_src-fdcb3545235dda8086a2655652775596a58e2116.tar.gz chromium_src-fdcb3545235dda8086a2655652775596a58e2116.tar.bz2 |
Convert /third_party/ffmpeg to gyp for Windows builds.
To smooth out the transition I left in using_ffmpeg.vsprops until the rest of Windows switches over to gyp. I also took the opportunity to ditch the .bat file in favour of python.
Review URL: http://codereview.chromium.org/63054
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13270 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/all.gyp')
-rw-r--r-- | build/all.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp index 1d65704..fefcc17 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -29,6 +29,7 @@ '../skia/skia.gyp:*', '../testing/gtest.gyp:*', '../third_party/bzip2/bzip2.gyp:*', + '../third_party/ffmpeg/ffmpeg.gyp:*', '../third_party/icu38/icu38.gyp:*', '../third_party/libjpeg/libjpeg.gyp:*', '../third_party/libpng/libpng.gyp:*', |