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

Side by Side Diff: cc/cc.gyp

Issue 11265046: cc: Add some impl-side painting stub classes and APIs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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/picture.h » ('j') | cc/picture.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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 'nine_patch_layer.cc', 104 'nine_patch_layer.cc',
105 'nine_patch_layer.h', 105 'nine_patch_layer.h',
106 'nine_patch_layer_impl.cc', 106 'nine_patch_layer_impl.cc',
107 'nine_patch_layer_impl.h', 107 'nine_patch_layer_impl.h',
108 'occlusion_tracker.cc', 108 'occlusion_tracker.cc',
109 'occlusion_tracker.h', 109 'occlusion_tracker.h',
110 'overdraw_metrics.cc', 110 'overdraw_metrics.cc',
111 'overdraw_metrics.h', 111 'overdraw_metrics.h',
112 'page_scale_animation.cc', 112 'page_scale_animation.cc',
113 'page_scale_animation.h', 113 'page_scale_animation.h',
114 'picture.cc',
115 'picture.h',
116 'picture_layer.cc',
117 'picture_layer.h',
118 'picture_layer_impl.cc',
119 'picture_layer_impl.h',
120 'picture_record.cc',
121 'picture_record.h',
114 'platform_color.h', 122 'platform_color.h',
115 'prioritized_texture.cc', 123 'prioritized_texture.cc',
116 'prioritized_texture.h', 124 'prioritized_texture.h',
117 'prioritized_texture_manager.cc', 125 'prioritized_texture_manager.cc',
118 'prioritized_texture_manager.h', 126 'prioritized_texture_manager.h',
119 'priority_calculator.cc', 127 'priority_calculator.cc',
120 'priority_calculator.h', 128 'priority_calculator.h',
121 'program_binding.cc', 129 'program_binding.cc',
122 'program_binding.h', 130 'program_binding.h',
123 'proxy.cc', 131 'proxy.cc',
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 ], 271 ],
264 'sources': [ 272 'sources': [
265 '<@(cc_source_files)', 273 '<@(cc_source_files)',
266 'stubs/Region.h', 274 'stubs/Region.h',
267 275
268 'stubs/config.h', 276 'stubs/config.h',
269 ], 277 ],
270 }, 278 },
271 ], 279 ],
272 } 280 }
OLDNEW
« no previous file with comments | « no previous file | cc/picture.h » ('j') | cc/picture.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698