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', |
| 248 'output/bsp_controller.cc', |
| 249 'output/bsp_controller.h', |
| 250 'output/bsp_tree.cc', |
| 251 'output/bsp_tree.h', |
| 252 'output/bsp_walk_action.cc', |
| 253 'output/bsp_walk_action.h', |
247 'output/compositor_frame.cc', | 254 'output/compositor_frame.cc', |
248 'output/compositor_frame.h', | 255 'output/compositor_frame.h', |
249 'output/compositor_frame_ack.cc', | 256 'output/compositor_frame_ack.cc', |
250 'output/compositor_frame_ack.h', | 257 'output/compositor_frame_ack.h', |
251 'output/compositor_frame_metadata.cc', | 258 'output/compositor_frame_metadata.cc', |
252 'output/compositor_frame_metadata.h', | 259 'output/compositor_frame_metadata.h', |
253 'output/context_provider.cc', | 260 'output/context_provider.cc', |
254 'output/context_provider.h', | 261 'output/context_provider.h', |
255 'output/copy_output_request.cc', | 262 'output/copy_output_request.cc', |
256 'output/copy_output_request.h', | 263 'output/copy_output_request.h', |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
301 'output/software_renderer.cc', | 308 'output/software_renderer.cc', |
302 'output/software_renderer.h', | 309 'output/software_renderer.h', |
303 'output/viewport_selection_bound.cc', | 310 'output/viewport_selection_bound.cc', |
304 'output/viewport_selection_bound.h', | 311 'output/viewport_selection_bound.h', |
305 'quads/checkerboard_draw_quad.cc', | 312 'quads/checkerboard_draw_quad.cc', |
306 'quads/checkerboard_draw_quad.h', | 313 'quads/checkerboard_draw_quad.h', |
307 'quads/content_draw_quad_base.cc', | 314 'quads/content_draw_quad_base.cc', |
308 'quads/content_draw_quad_base.h', | 315 'quads/content_draw_quad_base.h', |
309 'quads/debug_border_draw_quad.cc', | 316 'quads/debug_border_draw_quad.cc', |
310 'quads/debug_border_draw_quad.h', | 317 'quads/debug_border_draw_quad.h', |
| 318 'quads/draw_polygon.cc', |
| 319 'quads/draw_polygon.h', |
311 'quads/draw_quad.cc', | 320 'quads/draw_quad.cc', |
312 'quads/draw_quad.h', | 321 'quads/draw_quad.h', |
313 'quads/io_surface_draw_quad.cc', | 322 'quads/io_surface_draw_quad.cc', |
314 'quads/io_surface_draw_quad.h', | 323 'quads/io_surface_draw_quad.h', |
315 'quads/picture_draw_quad.cc', | 324 'quads/picture_draw_quad.cc', |
316 'quads/picture_draw_quad.h', | 325 'quads/picture_draw_quad.h', |
317 'quads/render_pass.cc', | 326 'quads/render_pass.cc', |
318 'quads/render_pass.h', | 327 'quads/render_pass.h', |
319 'quads/render_pass_draw_quad.cc', | 328 'quads/render_pass_draw_quad.cc', |
320 'quads/render_pass_draw_quad.h', | 329 'quads/render_pass_draw_quad.h', |
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
512 'surfaces/surface_id_allocator.h', | 521 'surfaces/surface_id_allocator.h', |
513 'surfaces/surface_manager.cc', | 522 'surfaces/surface_manager.cc', |
514 'surfaces/surface_manager.h', | 523 'surfaces/surface_manager.h', |
515 'surfaces/surface_resource_holder.cc', | 524 'surfaces/surface_resource_holder.cc', |
516 'surfaces/surface_resource_holder.h', | 525 'surfaces/surface_resource_holder.h', |
517 'surfaces/surfaces_export.h', | 526 'surfaces/surfaces_export.h', |
518 ], | 527 ], |
519 }, | 528 }, |
520 ], | 529 ], |
521 } | 530 } |
OLD | NEW |