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 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
157 'layers/video_layer.h', | 157 'layers/video_layer.h', |
158 'layers/video_layer_impl.cc', | 158 'layers/video_layer_impl.cc', |
159 'layers/video_layer_impl.h', | 159 'layers/video_layer_impl.h', |
160 'output/compositor_frame.cc', | 160 'output/compositor_frame.cc', |
161 'output/compositor_frame.h', | 161 'output/compositor_frame.h', |
162 'output/compositor_frame_ack.cc', | 162 'output/compositor_frame_ack.cc', |
163 'output/compositor_frame_ack.h', | 163 'output/compositor_frame_ack.h', |
164 'output/compositor_frame_metadata.cc', | 164 'output/compositor_frame_metadata.cc', |
165 'output/compositor_frame_metadata.h', | 165 'output/compositor_frame_metadata.h', |
166 'output/context_provider.h', | 166 'output/context_provider.h', |
| 167 'output/copy_output_request.cc', |
| 168 'output/copy_output_request.h', |
167 'output/delegated_frame_data.h', | 169 'output/delegated_frame_data.h', |
168 'output/delegated_frame_data.cc', | 170 'output/delegated_frame_data.cc', |
169 'output/delegating_renderer.cc', | 171 'output/delegating_renderer.cc', |
170 'output/delegating_renderer.h', | 172 'output/delegating_renderer.h', |
171 'output/direct_renderer.cc', | 173 'output/direct_renderer.cc', |
172 'output/direct_renderer.h', | 174 'output/direct_renderer.h', |
173 'output/geometry_binding.cc', | 175 'output/geometry_binding.cc', |
174 'output/geometry_binding.h', | 176 'output/geometry_binding.h', |
175 'output/gl_frame_data.h', | 177 'output/gl_frame_data.h', |
176 'output/gl_frame_data.cc', | 178 'output/gl_frame_data.cc', |
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
364 'CC_IMPLEMENTATION=1', | 366 'CC_IMPLEMENTATION=1', |
365 ], | 367 ], |
366 'sources': [ | 368 'sources': [ |
367 '<@(cc_source_files)', | 369 '<@(cc_source_files)', |
368 ], | 370 ], |
369 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 371 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
370 'msvs_disabled_warnings': [ 4267, ], | 372 'msvs_disabled_warnings': [ 4267, ], |
371 }, | 373 }, |
372 ], | 374 ], |
373 } | 375 } |
OLD | NEW |