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 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
237 'layers/ui_resource_layer_impl.h', | 237 'layers/ui_resource_layer_impl.h', |
238 'layers/video_frame_provider.h', | 238 'layers/video_frame_provider.h', |
239 'layers/video_frame_provider_client_impl.cc', | 239 'layers/video_frame_provider_client_impl.cc', |
240 'layers/video_frame_provider_client_impl.h', | 240 'layers/video_frame_provider_client_impl.h', |
241 'layers/video_layer.cc', | 241 'layers/video_layer.cc', |
242 'layers/video_layer.h', | 242 'layers/video_layer.h', |
243 'layers/video_layer_impl.cc', | 243 'layers/video_layer_impl.cc', |
244 'layers/video_layer_impl.h', | 244 'layers/video_layer_impl.h', |
245 'output/begin_frame_args.cc', | 245 'output/begin_frame_args.cc', |
246 'output/begin_frame_args.h', | 246 'output/begin_frame_args.h', |
247 'output/bsp_compare_result.h', | 247 'output/bsp_tree.cc', |
| 248 'output/bsp_tree.h', |
| 249 'output/bsp_walk_action.cc', |
| 250 'output/bsp_walk_action.h', |
248 'output/compositor_frame.cc', | 251 'output/compositor_frame.cc', |
249 'output/compositor_frame.h', | 252 'output/compositor_frame.h', |
250 'output/compositor_frame_ack.cc', | 253 'output/compositor_frame_ack.cc', |
251 'output/compositor_frame_ack.h', | 254 'output/compositor_frame_ack.h', |
252 'output/compositor_frame_metadata.cc', | 255 'output/compositor_frame_metadata.cc', |
253 'output/compositor_frame_metadata.h', | 256 'output/compositor_frame_metadata.h', |
254 'output/context_provider.cc', | 257 'output/context_provider.cc', |
255 'output/context_provider.h', | 258 'output/context_provider.h', |
256 'output/copy_output_request.cc', | 259 'output/copy_output_request.cc', |
257 'output/copy_output_request.h', | 260 'output/copy_output_request.h', |
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
519 'surfaces/surface_id_allocator.h', | 522 'surfaces/surface_id_allocator.h', |
520 'surfaces/surface_manager.cc', | 523 'surfaces/surface_manager.cc', |
521 'surfaces/surface_manager.h', | 524 'surfaces/surface_manager.h', |
522 'surfaces/surface_resource_holder.cc', | 525 'surfaces/surface_resource_holder.cc', |
523 'surfaces/surface_resource_holder.h', | 526 'surfaces/surface_resource_holder.h', |
524 'surfaces/surfaces_export.h', | 527 'surfaces/surfaces_export.h', |
525 ], | 528 ], |
526 }, | 529 }, |
527 ], | 530 ], |
528 } | 531 } |
OLD | NEW |