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

Side by Side Diff: cc/cc.gyp

Issue 11369109: cc: Rename PrioritizedTexture to PrioritizedResource. (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 | « cc/bitmap_skpicture_content_layer_updater.cc ('k') | cc/cc_tests.gyp » ('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 '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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 'platform_color.h', 114 'platform_color.h',
115 'prioritized_texture.cc', 115 'prioritized_resource.cc',
116 'prioritized_texture.h', 116 'prioritized_resource.h',
117 'prioritized_texture_manager.cc', 117 'prioritized_resource_manager.cc',
118 'prioritized_texture_manager.h', 118 'prioritized_resource_manager.h',
119 'priority_calculator.cc', 119 'priority_calculator.cc',
120 'priority_calculator.h', 120 'priority_calculator.h',
121 'program_binding.cc', 121 'program_binding.cc',
122 'program_binding.h', 122 'program_binding.h',
123 'proxy.cc', 123 'proxy.cc',
124 'proxy.h', 124 'proxy.h',
125 'quad_culler.cc', 125 'quad_culler.cc',
126 'quad_culler.h', 126 'quad_culler.h',
127 'quad_sink.h', 127 'quad_sink.h',
128 'rate_limiter.cc', 128 'rate_limiter.cc',
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 '<@(cc_source_files)', 265 '<@(cc_source_files)',
266 'stubs/Region.h', 266 'stubs/Region.h',
267 'stubs/UnitBezier.h', 267 'stubs/UnitBezier.h',
268 268
269 'stubs/config.h', 269 'stubs/config.h',
270 'stubs/unit_bezier.h', 270 'stubs/unit_bezier.h',
271 ], 271 ],
272 }, 272 },
273 ], 273 ],
274 } 274 }
OLDNEW
« no previous file with comments | « cc/bitmap_skpicture_content_layer_updater.cc ('k') | cc/cc_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698