Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(485)

Unified Diff: skia/skia.gyp

Issue 5575010: Integration of most changes from the GoogleTV project around the convolver/sc... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Latest rounds of changes to address Brett's comments Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « skia/ext/image_operations_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
+ ],
+ },
],
}
« no previous file with comments | « skia/ext/image_operations_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698