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

Side by Side Diff: skia/skia.gyp

Issue 11418217: Add skia::RefPtr class to wrap ref counted classes from Skia. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nit+rebase Created 8 years 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/vector_platform_device_skia.cc ('k') | ui/gfx/blit_unittest.cc » ('j') | 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 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 'ext/image_operations.h', 169 'ext/image_operations.h',
170 'ext/lazy_pixel_ref.h', 170 'ext/lazy_pixel_ref.h',
171 'ext/SkThread_chrome.cc', 171 'ext/SkThread_chrome.cc',
172 'ext/platform_canvas.cc', 172 'ext/platform_canvas.cc',
173 'ext/platform_canvas.h', 173 'ext/platform_canvas.h',
174 'ext/platform_device.cc', 174 'ext/platform_device.cc',
175 'ext/platform_device.h', 175 'ext/platform_device.h',
176 'ext/platform_device_linux.cc', 176 'ext/platform_device_linux.cc',
177 'ext/platform_device_mac.cc', 177 'ext/platform_device_mac.cc',
178 'ext/platform_device_win.cc', 178 'ext/platform_device_win.cc',
179 'ext/refptr.h',
179 'ext/SkMemory_new_handler.cpp', 180 'ext/SkMemory_new_handler.cpp',
180 'ext/skia_sandbox_support_win.h', 181 'ext/skia_sandbox_support_win.h',
181 'ext/skia_sandbox_support_win.cc', 182 'ext/skia_sandbox_support_win.cc',
182 'ext/skia_trace_shim.h', 183 'ext/skia_trace_shim.h',
183 'ext/skia_utils_ios.mm', 184 'ext/skia_utils_ios.mm',
184 'ext/skia_utils_ios.h', 185 'ext/skia_utils_ios.h',
185 'ext/skia_utils_mac.mm', 186 'ext/skia_utils_mac.mm',
186 'ext/skia_utils_mac.h', 187 'ext/skia_utils_mac.h',
187 'ext/skia_utils_win.cc', 188 'ext/skia_utils_win.cc',
188 'ext/skia_utils_win.h', 189 'ext/skia_utils_win.h',
(...skipping 649 matching lines...) Expand 10 before | Expand all | Expand 10 after
838 'sources': [ 839 'sources': [
839 '../third_party/skia/src/opts/SkBitmapProcState_opts_none.cpp', 840 '../third_party/skia/src/opts/SkBitmapProcState_opts_none.cpp',
840 '../third_party/skia/src/opts/SkBlitRow_opts_none.cpp', 841 '../third_party/skia/src/opts/SkBlitRow_opts_none.cpp',
841 '../third_party/skia/src/opts/SkUtils_opts_none.cpp', 842 '../third_party/skia/src/opts/SkUtils_opts_none.cpp',
842 ], 843 ],
843 }, 844 },
844 ], 845 ],
845 }], 846 }],
846 ], 847 ],
847 } 848 }
OLDNEW
« no previous file with comments | « skia/ext/vector_platform_device_skia.cc ('k') | ui/gfx/blit_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698