From fd1e1a386c679717a6d0d25952dc38360fac3189 Mon Sep 17 00:00:00 2001 From: "fbarchard@chromium.org" Date: Thu, 7 Oct 2010 19:03:42 +0000 Subject: Add libwebp library source and gyp file. BUG=58225 TEST=library should build Review URL: http://codereview.chromium.org/3614010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61828 0039d316-1c4b-4281-b951-d872f2087c98 --- build/all.gyp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'build') diff --git a/build/all.gyp b/build/all.gyp index 5348c74..26ded8e 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -1,4 +1,4 @@ -# Copyright (c) 2009 The Chromium Authors. All rights reserved. +# Copyright (c) 2010 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. @@ -33,6 +33,7 @@ '../third_party/ffmpeg/ffmpeg.gyp:*', '../third_party/icu/icu.gyp:*', '../third_party/libjpeg/libjpeg.gyp:*', + '../third_party/libwebp/libwebp.gyp:*', '../third_party/libpng/libpng.gyp:*', '../third_party/libxml/libxml.gyp:*', '../third_party/libxslt/libxslt.gyp:*', -- cgit v1.1