OLD | NEW |
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 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
116 'layers/heads_up_display_layer_impl.cc', | 116 'layers/heads_up_display_layer_impl.cc', |
117 'layers/heads_up_display_layer_impl.h', | 117 'layers/heads_up_display_layer_impl.h', |
118 'layers/image_layer.cc', | 118 'layers/image_layer.cc', |
119 'layers/image_layer.h', | 119 'layers/image_layer.h', |
120 'layers/io_surface_layer.cc', | 120 'layers/io_surface_layer.cc', |
121 'layers/io_surface_layer.h', | 121 'layers/io_surface_layer.h', |
122 'layers/io_surface_layer_impl.cc', | 122 'layers/io_surface_layer_impl.cc', |
123 'layers/io_surface_layer_impl.h', | 123 'layers/io_surface_layer_impl.h', |
124 'layers/layer.cc', | 124 'layers/layer.cc', |
125 'layers/layer.h', | 125 'layers/layer.h', |
| 126 'layers/layer_client.h', |
126 'layers/layer_impl.cc', | 127 'layers/layer_impl.cc', |
127 'layers/layer_impl.h', | 128 'layers/layer_impl.h', |
128 'layers/layer_iterator.cc', | 129 'layers/layer_iterator.cc', |
129 'layers/layer_iterator.h', | 130 'layers/layer_iterator.h', |
130 'layers/layer_lists.cc', | 131 'layers/layer_lists.cc', |
131 'layers/layer_lists.h', | 132 'layers/layer_lists.h', |
132 'layers/layer_position_constraint.cc', | 133 'layers/layer_position_constraint.cc', |
133 'layers/layer_position_constraint.h', | 134 'layers/layer_position_constraint.h', |
134 'layers/nine_patch_layer.cc', | 135 'layers/nine_patch_layer.cc', |
135 'layers/nine_patch_layer.h', | 136 'layers/nine_patch_layer.h', |
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
382 'trees/thread_proxy.cc', | 383 'trees/thread_proxy.cc', |
383 'trees/thread_proxy.h', | 384 'trees/thread_proxy.h', |
384 'trees/tree_synchronizer.cc', | 385 'trees/tree_synchronizer.cc', |
385 'trees/tree_synchronizer.h', | 386 'trees/tree_synchronizer.h', |
386 ], | 387 ], |
387 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 388 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
388 'msvs_disabled_warnings': [ 4267, ], | 389 'msvs_disabled_warnings': [ 4267, ], |
389 }, | 390 }, |
390 ], | 391 ], |
391 } | 392 } |
OLD | NEW |