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

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: Fix DCHECK failures and rebase to 166129 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/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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 'geometry_binding.cc', 53 'geometry_binding.cc',
54 'geometry_binding.h', 54 'geometry_binding.h',
55 'gl_renderer.cc', 55 'gl_renderer.cc',
56 'gl_renderer.h', 56 'gl_renderer.h',
57 'graphics_context.h', 57 'graphics_context.h',
58 'hash_pair.h', 58 'hash_pair.h',
59 'heads_up_display_layer.cc', 59 'heads_up_display_layer.cc',
60 'heads_up_display_layer.h', 60 'heads_up_display_layer.h',
61 'heads_up_display_layer_impl.cc', 61 'heads_up_display_layer_impl.cc',
62 'heads_up_display_layer_impl.h', 62 'heads_up_display_layer_impl.h',
63 'image_layer_updater.cc',
64 'image_layer_updater.h',
63 'image_layer.cc', 65 'image_layer.cc',
64 'image_layer.h', 66 'image_layer.h',
65 'input_handler.h', 67 'input_handler.h',
66 'io_surface_draw_quad.cc', 68 'io_surface_draw_quad.cc',
67 'io_surface_draw_quad.h', 69 'io_surface_draw_quad.h',
68 'io_surface_layer.cc', 70 'io_surface_layer.cc',
69 'io_surface_layer.h', 71 'io_surface_layer.h',
70 'io_surface_layer_impl.cc', 72 'io_surface_layer_impl.cc',
71 'io_surface_layer_impl.h', 73 'io_surface_layer_impl.h',
72 'keyframed_animation_curve.cc', 74 'keyframed_animation_curve.cc',
(...skipping 19 matching lines...) Expand all
92 'layer_tree_host_common.cc', 94 'layer_tree_host_common.cc',
93 'layer_tree_host_common.h', 95 'layer_tree_host_common.h',
94 'layer_tree_host_impl.cc', 96 'layer_tree_host_impl.cc',
95 'layer_tree_host_impl.h', 97 'layer_tree_host_impl.h',
96 'layer_updater.cc', 98 'layer_updater.cc',
97 'layer_updater.h', 99 'layer_updater.h',
98 'managed_memory_policy.cc', 100 'managed_memory_policy.cc',
99 'managed_memory_policy.h', 101 'managed_memory_policy.h',
100 'math_util.cc', 102 'math_util.cc',
101 'math_util.h', 103 'math_util.h',
104 'nine_patch_layer.cc',
105 'nine_patch_layer.h',
106 'nine_patch_layer_impl.cc',
107 'nine_patch_layer_impl.h',
102 'occlusion_tracker.cc', 108 'occlusion_tracker.cc',
103 'occlusion_tracker.h', 109 'occlusion_tracker.h',
104 'overdraw_metrics.cc', 110 'overdraw_metrics.cc',
105 'overdraw_metrics.h', 111 'overdraw_metrics.h',
106 'page_scale_animation.cc', 112 'page_scale_animation.cc',
107 'page_scale_animation.h', 113 'page_scale_animation.h',
108 'platform_color.h', 114 'platform_color.h',
109 'prioritized_texture.cc', 115 'prioritized_texture.cc',
110 'prioritized_texture.h', 116 'prioritized_texture.h',
111 'prioritized_texture_manager.cc', 117 'prioritized_texture_manager.cc',
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 '<@(cc_source_files)', 265 '<@(cc_source_files)',
260 'stubs/Region.h', 266 'stubs/Region.h',
261 'stubs/UnitBezier.h', 267 'stubs/UnitBezier.h',
262 268
263 'stubs/config.h', 269 'stubs/config.h',
264 'stubs/unit_bezier.h', 270 'stubs/unit_bezier.h',
265 ], 271 ],
266 }, 272 },
267 ], 273 ],
268 } 274 }
OLDNEW
« no previous file with comments | « no previous file | cc/cc_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698