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

Side by Side Diff: skia/skia.gyp

Issue 12213018: Implementation for cc::Picture::IsCheapInRect(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Respond to skyostil's comments 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
« no previous file with comments | « skia/ext/analysis_canvas.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 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 141
142 '../third_party/skia/include/images/SkImageDecoder.h', 142 '../third_party/skia/include/images/SkImageDecoder.h',
143 '../third_party/skia/include/images/SkImageEncoder.h', 143 '../third_party/skia/include/images/SkImageEncoder.h',
144 '../third_party/skia/include/images/SkImageRef.h', 144 '../third_party/skia/include/images/SkImageRef.h',
145 '../third_party/skia/include/images/SkImageRef_GlobalPool.h', 145 '../third_party/skia/include/images/SkImageRef_GlobalPool.h',
146 '../third_party/skia/include/images/SkMovie.h', 146 '../third_party/skia/include/images/SkMovie.h',
147 '../third_party/skia/include/images/SkPageFlipper.h', 147 '../third_party/skia/include/images/SkPageFlipper.h',
148 148
149 '../third_party/skia/include/utils/SkNullCanvas.h', 149 '../third_party/skia/include/utils/SkNullCanvas.h',
150 '../third_party/skia/include/utils/SkPictureUtils.h', 150 '../third_party/skia/include/utils/SkPictureUtils.h',
151 'ext/analysis_canvas.cc',
152 'ext/analysis_canvas.h',
151 'ext/bitmap_platform_device.h', 153 'ext/bitmap_platform_device.h',
152 'ext/bitmap_platform_device_android.cc', 154 'ext/bitmap_platform_device_android.cc',
153 'ext/bitmap_platform_device_android.h', 155 'ext/bitmap_platform_device_android.h',
154 'ext/bitmap_platform_device_data.h', 156 'ext/bitmap_platform_device_data.h',
155 'ext/bitmap_platform_device_linux.cc', 157 'ext/bitmap_platform_device_linux.cc',
156 'ext/bitmap_platform_device_linux.h', 158 'ext/bitmap_platform_device_linux.h',
157 'ext/bitmap_platform_device_mac.cc', 159 'ext/bitmap_platform_device_mac.cc',
158 'ext/bitmap_platform_device_mac.h', 160 'ext/bitmap_platform_device_mac.h',
159 'ext/bitmap_platform_device_win.cc', 161 'ext/bitmap_platform_device_win.cc',
160 'ext/bitmap_platform_device_win.h', 162 'ext/bitmap_platform_device_win.h',
(...skipping 677 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
« no previous file with comments | « skia/ext/analysis_canvas.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698