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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
114 'layers/heads_up_display_layer_impl.cc', | 114 'layers/heads_up_display_layer_impl.cc', |
115 'layers/heads_up_display_layer_impl.h', | 115 'layers/heads_up_display_layer_impl.h', |
116 'layers/image_layer.cc', | 116 'layers/image_layer.cc', |
117 'layers/image_layer.h', | 117 'layers/image_layer.h', |
118 'layers/io_surface_layer.cc', | 118 'layers/io_surface_layer.cc', |
119 'layers/io_surface_layer.h', | 119 'layers/io_surface_layer.h', |
120 'layers/io_surface_layer_impl.cc', | 120 'layers/io_surface_layer_impl.cc', |
121 'layers/io_surface_layer_impl.h', | 121 'layers/io_surface_layer_impl.h', |
122 'layers/layer.cc', | 122 'layers/layer.cc', |
123 'layers/layer.h', | 123 'layers/layer.h', |
| 124 'layers/layer_client.h', |
124 'layers/layer_impl.cc', | 125 'layers/layer_impl.cc', |
125 'layers/layer_impl.h', | 126 'layers/layer_impl.h', |
126 'layers/layer_iterator.cc', | 127 'layers/layer_iterator.cc', |
127 'layers/layer_iterator.h', | 128 'layers/layer_iterator.h', |
128 'layers/layer_lists.cc', | 129 'layers/layer_lists.cc', |
129 'layers/layer_lists.h', | 130 'layers/layer_lists.h', |
130 'layers/layer_position_constraint.cc', | 131 'layers/layer_position_constraint.cc', |
131 'layers/layer_position_constraint.h', | 132 'layers/layer_position_constraint.h', |
132 'layers/nine_patch_layer.cc', | 133 'layers/nine_patch_layer.cc', |
133 'layers/nine_patch_layer.h', | 134 'layers/nine_patch_layer.h', |
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
378 'trees/thread_proxy.cc', | 379 'trees/thread_proxy.cc', |
379 'trees/thread_proxy.h', | 380 'trees/thread_proxy.h', |
380 'trees/tree_synchronizer.cc', | 381 'trees/tree_synchronizer.cc', |
381 'trees/tree_synchronizer.h', | 382 'trees/tree_synchronizer.h', |
382 ], | 383 ], |
383 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 384 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
384 'msvs_disabled_warnings': [ 4267, ], | 385 'msvs_disabled_warnings': [ 4267, ], |
385 }, | 386 }, |
386 ], | 387 ], |
387 } | 388 } |
OLD | NEW |