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 'cc_source_files': [ | 8 'cc_source_files': [ |
9 'animation/animation.cc', | 9 'animation/animation.cc', |
10 'animation/animation.h', | 10 'animation/animation.h', |
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
147 'layers/tiled_layer.h', | 147 'layers/tiled_layer.h', |
148 'layers/tiled_layer_impl.cc', | 148 'layers/tiled_layer_impl.cc', |
149 'layers/tiled_layer_impl.h', | 149 'layers/tiled_layer_impl.h', |
150 'layers/video_frame_provider.h', | 150 'layers/video_frame_provider.h', |
151 'layers/video_frame_provider_client_impl.cc', | 151 'layers/video_frame_provider_client_impl.cc', |
152 'layers/video_frame_provider_client_impl.h', | 152 'layers/video_frame_provider_client_impl.h', |
153 'layers/video_layer.cc', | 153 'layers/video_layer.cc', |
154 'layers/video_layer.h', | 154 'layers/video_layer.h', |
155 'layers/video_layer_impl.cc', | 155 'layers/video_layer_impl.cc', |
156 'layers/video_layer_impl.h', | 156 'layers/video_layer_impl.h', |
| 157 'output/begin_frame_args.cc', |
| 158 'output/begin_frame_args.h', |
157 'output/compositor_frame.cc', | 159 'output/compositor_frame.cc', |
158 'output/compositor_frame.h', | 160 'output/compositor_frame.h', |
159 'output/compositor_frame_ack.cc', | 161 'output/compositor_frame_ack.cc', |
160 'output/compositor_frame_ack.h', | 162 'output/compositor_frame_ack.h', |
161 'output/compositor_frame_metadata.cc', | 163 'output/compositor_frame_metadata.cc', |
162 'output/compositor_frame_metadata.h', | 164 'output/compositor_frame_metadata.h', |
163 'output/context_provider.h', | 165 'output/context_provider.h', |
164 'output/copy_output_request.cc', | 166 'output/copy_output_request.cc', |
165 'output/copy_output_request.h', | 167 'output/copy_output_request.h', |
166 'output/delegated_frame_data.h', | 168 'output/delegated_frame_data.h', |
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
368 'CC_IMPLEMENTATION=1', | 370 'CC_IMPLEMENTATION=1', |
369 ], | 371 ], |
370 'sources': [ | 372 'sources': [ |
371 '<@(cc_source_files)', | 373 '<@(cc_source_files)', |
372 ], | 374 ], |
373 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 375 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
374 'msvs_disabled_warnings': [ 4267, ], | 376 'msvs_disabled_warnings': [ 4267, ], |
375 }, | 377 }, |
376 ], | 378 ], |
377 } | 379 } |
OLD | NEW |