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

Side by Side Diff: cc/cc.gyp

Issue 11304020: cc: Nine patch layer. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fixed rebase to 165291 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
« no previous file with comments | « no previous file | cc/image_layer.cc » ('j') | cc/nine_patch_layer.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 'hash_pair.h', 8 'hash_pair.h',
9 'scoped_ptr_deque.h', 9 'scoped_ptr_deque.h',
10 'scoped_ptr_hash_map.h', 10 'scoped_ptr_hash_map.h',
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 'delegated_renderer_layer.cc', 179 'delegated_renderer_layer.cc',
180 'delegated_renderer_layer.h', 180 'delegated_renderer_layer.h',
181 'geometry_binding.cc', 181 'geometry_binding.cc',
182 'geometry_binding.h', 182 'geometry_binding.h',
183 'heads_up_display_layer.cc', 183 'heads_up_display_layer.cc',
184 'heads_up_display_layer.h', 184 'heads_up_display_layer.h',
185 'io_surface_layer.cc', 185 'io_surface_layer.cc',
186 'io_surface_layer.h', 186 'io_surface_layer.h',
187 'image_layer.cc', 187 'image_layer.cc',
188 'image_layer.h', 188 'image_layer.h',
189 'image_layer_updater.cc',
190 'image_layer_updater.h',
189 'layer.cc', 191 'layer.cc',
190 'layer.h', 192 'layer.h',
191 'layer_painter.h', 193 'layer_painter.h',
192 'layer_updater.cc', 194 'layer_updater.cc',
193 'layer_updater.h', 195 'layer_updater.h',
196 'nine_patch_layer.cc',
197 'nine_patch_layer.h',
198 'nine_patch_layer_impl.cc',
199 'nine_patch_layer_impl.h',
194 'platform_color.h', 200 'platform_color.h',
195 'program_binding.cc', 201 'program_binding.cc',
196 'program_binding.h', 202 'program_binding.h',
197 'rate_limiter.cc', 203 'rate_limiter.cc',
198 'rate_limiter.h', 204 'rate_limiter.h',
199 'render_surface.cc', 205 'render_surface.cc',
200 'render_surface.h', 206 'render_surface.h',
201 'scrollbar_layer.cc', 207 'scrollbar_layer.cc',
202 'scrollbar_layer.h', 208 'scrollbar_layer.h',
203 'shader.cc', 209 'shader.cc',
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
278 'stubs/int_rect.h', 284 'stubs/int_rect.h',
279 'stubs/int_size.h', 285 'stubs/int_size.h',
280 'stubs/not_implemented.h', 286 'stubs/not_implemented.h',
281 'stubs/skia_utils.h', 287 'stubs/skia_utils.h',
282 'stubs/tiling_data.h', 288 'stubs/tiling_data.h',
283 'stubs/unit_bezier.h', 289 'stubs/unit_bezier.h',
284 ], 290 ],
285 }, 291 },
286 ], 292 ],
287 } 293 }
OLDNEW
« no previous file with comments | « no previous file | cc/image_layer.cc » ('j') | cc/nine_patch_layer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698