| Index: skia/skia.gyp
|
| ===================================================================
|
| --- skia/skia.gyp (revision 72357)
|
| +++ skia/skia.gyp (working copy)
|
| @@ -1,4 +1,4 @@
|
| -# Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +# Copyright (c) 2011 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.
|
|
|
| @@ -430,8 +430,8 @@
|
| #'../third_party/skia/src/images/SkImageDecoder_libpng.cpp',
|
| #'../third_party/skia/src/images/SkImageDecoder_libpvjpeg.cpp',
|
| #'../third_party/skia/src/images/SkImageDecoder_wbmp.cpp',
|
| - #'../third_party/skia/src/images/SKImageEncoder.cpp',
|
| - #'../third_party/skia/src/images/SKImageEncoder_Factory.cpp',
|
| + #'../third_party/skia/src/images/SkImageEncoder.cpp',
|
| + #'../third_party/skia/src/images/SkImageEncoder_Factory.cpp',
|
| #'../third_party/skia/src/images/SkImageRef.cpp',
|
| #'../third_party/skia/src/images/SkImageRefPool.cpp',
|
| #'../third_party/skia/src/images/SkImageRefPool.h',
|
| @@ -846,6 +846,20 @@
|
| }],
|
| ],
|
| },
|
| + {
|
| + 'target_name': 'image_operations_bench',
|
| + 'type': 'executable',
|
| + 'dependencies': [
|
| + '../base/base.gyp:base',
|
| + 'skia',
|
| + ],
|
| + 'include_dirs': [
|
| + '..',
|
| + ],
|
| + 'sources': [
|
| + 'ext/image_operations_bench.cc',
|
| + ],
|
| + },
|
| ],
|
| }
|
|
|
|
|