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

Side by Side Diff: skia/skia.gyp

Issue 12210081: Paint low-res tiles without expensive filters. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix filter() return value bug, change low-res scale Created 7 years, 10 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 unified diff | Download patch | Annotate | Revision Log
« skia/ext/paint_simplifier.cc ('K') | « skia/ext/paint_simplifier.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'skia', 8 'target_name': 'skia',
9 'type': '<(component)', 9 'type': '<(component)',
10 'variables': { 10 'variables': {
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 'ext/bitmap_platform_device_win.cc', 159 'ext/bitmap_platform_device_win.cc',
160 'ext/bitmap_platform_device_win.h', 160 'ext/bitmap_platform_device_win.h',
161 'ext/convolver.cc', 161 'ext/convolver.cc',
162 'ext/convolver.h', 162 'ext/convolver.h',
163 'ext/google_logging.cc', 163 'ext/google_logging.cc',
164 'ext/image_operations.cc', 164 'ext/image_operations.cc',
165 'ext/image_operations.h', 165 'ext/image_operations.h',
166 'ext/lazy_pixel_ref.cc', 166 'ext/lazy_pixel_ref.cc',
167 'ext/lazy_pixel_ref.h', 167 'ext/lazy_pixel_ref.h',
168 'ext/SkThread_chrome.cc', 168 'ext/SkThread_chrome.cc',
169 'ext/paint_simplifier.cc',
170 'ext/paint_simplifier.h',
169 'ext/platform_canvas.cc', 171 'ext/platform_canvas.cc',
170 'ext/platform_canvas.h', 172 'ext/platform_canvas.h',
171 'ext/platform_device.cc', 173 'ext/platform_device.cc',
172 'ext/platform_device.h', 174 'ext/platform_device.h',
173 'ext/platform_device_linux.cc', 175 'ext/platform_device_linux.cc',
174 'ext/platform_device_mac.cc', 176 'ext/platform_device_mac.cc',
175 'ext/platform_device_win.cc', 177 'ext/platform_device_win.cc',
176 'ext/refptr.h', 178 'ext/refptr.h',
177 'ext/SkMemory_new_handler.cpp', 179 'ext/SkMemory_new_handler.cpp',
178 'ext/skia_sandbox_support_win.h', 180 'ext/skia_sandbox_support_win.h',
(...skipping 659 matching lines...) Expand 10 before | Expand all | Expand 10 after
838 'sources': [ 840 'sources': [
839 '../third_party/skia/src/opts/SkBitmapProcState_opts_none.cpp', 841 '../third_party/skia/src/opts/SkBitmapProcState_opts_none.cpp',
840 '../third_party/skia/src/opts/SkBlitRow_opts_none.cpp', 842 '../third_party/skia/src/opts/SkBlitRow_opts_none.cpp',
841 '../third_party/skia/src/opts/SkUtils_opts_none.cpp', 843 '../third_party/skia/src/opts/SkUtils_opts_none.cpp',
842 ], 844 ],
843 }, 845 },
844 ], 846 ],
845 }], 847 }],
846 ], 848 ],
847 } 849 }
OLDNEW
« skia/ext/paint_simplifier.cc ('K') | « skia/ext/paint_simplifier.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698