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

Side by Side Diff: cc/cc.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 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 | « no previous file | cc/cc_tests.gyp » ('j') | cc/skia_refptr.h » ('J')
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 'variables': { 6 'variables': {
7 'cc_source_files': [ 7 'cc_source_files': [
8 'active_animation.cc', 8 'active_animation.cc',
9 'active_animation.h', 9 'active_animation.h',
10 'animation_curve.cc', 10 'animation_curve.cc',
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 'scrollbar_layer.cc', 191 'scrollbar_layer.cc',
192 'scrollbar_layer.h', 192 'scrollbar_layer.h',
193 'scrollbar_layer_impl.cc', 193 'scrollbar_layer_impl.cc',
194 'scrollbar_layer_impl.h', 194 'scrollbar_layer_impl.h',
195 'shader.cc', 195 'shader.cc',
196 'shader.h', 196 'shader.h',
197 'shared_quad_state.cc', 197 'shared_quad_state.cc',
198 'shared_quad_state.h', 198 'shared_quad_state.h',
199 'single_thread_proxy.cc', 199 'single_thread_proxy.cc',
200 'single_thread_proxy.h', 200 'single_thread_proxy.h',
201 'skia_refptr.h',
201 'skpicture_content_layer_updater.cc', 202 'skpicture_content_layer_updater.cc',
202 'skpicture_content_layer_updater.h', 203 'skpicture_content_layer_updater.h',
203 'software_renderer.cc', 204 'software_renderer.cc',
204 'software_renderer.h', 205 'software_renderer.h',
205 'solid_color_draw_quad.cc', 206 'solid_color_draw_quad.cc',
206 'solid_color_draw_quad.h', 207 'solid_color_draw_quad.h',
207 'solid_color_layer.cc', 208 'solid_color_layer.cc',
208 'solid_color_layer.h', 209 'solid_color_layer.h',
209 'solid_color_layer_impl.cc', 210 'solid_color_layer_impl.cc',
210 'solid_color_layer_impl.h', 211 'solid_color_layer_impl.h',
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
284 ], 285 ],
285 'all_dependent_settings': { 286 'all_dependent_settings': {
286 'include_dirs': [ 287 'include_dirs': [
287 # Needed for <public/WebTransformationMatrix.h> in layer.h 288 # Needed for <public/WebTransformationMatrix.h> in layer.h
288 '<(webkit_src_dir)/Source/Platform/chromium', 289 '<(webkit_src_dir)/Source/Platform/chromium',
289 ], 290 ],
290 } 291 }
291 }, 292 },
292 ], 293 ],
293 } 294 }
OLDNEW
« no previous file with comments | « no previous file | cc/cc_tests.gyp » ('j') | cc/skia_refptr.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698