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