| 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 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 258 'layers/video_layer_impl.cc', | 258 'layers/video_layer_impl.cc', |
| 259 'layers/video_layer_impl.h', | 259 'layers/video_layer_impl.h', |
| 260 'layers/viewport.cc', | 260 'layers/viewport.cc', |
| 261 'layers/viewport.h', | 261 'layers/viewport.h', |
| 262 'output/begin_frame_args.cc', | 262 'output/begin_frame_args.cc', |
| 263 'output/begin_frame_args.h', | 263 'output/begin_frame_args.h', |
| 264 'output/bsp_tree.cc', | 264 'output/bsp_tree.cc', |
| 265 'output/bsp_tree.h', | 265 'output/bsp_tree.h', |
| 266 'output/bsp_walk_action.cc', | 266 'output/bsp_walk_action.cc', |
| 267 'output/bsp_walk_action.h', | 267 'output/bsp_walk_action.h', |
| 268 'output/ca_layer_overlay.cc', |
| 269 'output/ca_layer_overlay.h', |
| 268 'output/compositor_frame.cc', | 270 'output/compositor_frame.cc', |
| 269 'output/compositor_frame.h', | 271 'output/compositor_frame.h', |
| 270 'output/compositor_frame_ack.cc', | 272 'output/compositor_frame_ack.cc', |
| 271 'output/compositor_frame_ack.h', | 273 'output/compositor_frame_ack.h', |
| 272 'output/compositor_frame_metadata.cc', | 274 'output/compositor_frame_metadata.cc', |
| 273 'output/compositor_frame_metadata.h', | 275 'output/compositor_frame_metadata.h', |
| 274 'output/context_provider.cc', | 276 'output/context_provider.cc', |
| 275 'output/context_provider.h', | 277 'output/context_provider.h', |
| 276 'output/copy_output_request.cc', | 278 'output/copy_output_request.cc', |
| 277 'output/copy_output_request.h', | 279 'output/copy_output_request.h', |
| (...skipping 26 matching lines...) Expand all Loading... |
| 304 'output/managed_memory_policy.cc', | 306 'output/managed_memory_policy.cc', |
| 305 'output/managed_memory_policy.h', | 307 'output/managed_memory_policy.h', |
| 306 'output/output_surface.cc', | 308 'output/output_surface.cc', |
| 307 'output/output_surface.h', | 309 'output/output_surface.h', |
| 308 'output/output_surface_client.h', | 310 'output/output_surface_client.h', |
| 309 'output/overlay_candidate.cc', | 311 'output/overlay_candidate.cc', |
| 310 'output/overlay_candidate.h', | 312 'output/overlay_candidate.h', |
| 311 'output/overlay_candidate_validator.h', | 313 'output/overlay_candidate_validator.h', |
| 312 'output/overlay_processor.cc', | 314 'output/overlay_processor.cc', |
| 313 'output/overlay_processor.h', | 315 'output/overlay_processor.h', |
| 314 'output/overlay_strategy_all_or_nothing.cc', | |
| 315 'output/overlay_strategy_all_or_nothing.h', | |
| 316 'output/overlay_strategy_sandwich.cc', | 316 'output/overlay_strategy_sandwich.cc', |
| 317 'output/overlay_strategy_sandwich.h', | 317 'output/overlay_strategy_sandwich.h', |
| 318 'output/overlay_strategy_single_on_top.cc', | 318 'output/overlay_strategy_single_on_top.cc', |
| 319 'output/overlay_strategy_single_on_top.h', | 319 'output/overlay_strategy_single_on_top.h', |
| 320 'output/overlay_strategy_underlay.cc', | 320 'output/overlay_strategy_underlay.cc', |
| 321 'output/overlay_strategy_underlay.h', | 321 'output/overlay_strategy_underlay.h', |
| 322 'output/program_binding.cc', | 322 'output/program_binding.cc', |
| 323 'output/program_binding.h', | 323 'output/program_binding.h', |
| 324 'output/render_surface_filters.cc', | 324 'output/render_surface_filters.cc', |
| 325 'output/render_surface_filters.h', | 325 'output/render_surface_filters.h', |
| (...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 655 'surfaces/surface_resource_holder.cc', | 655 'surfaces/surface_resource_holder.cc', |
| 656 'surfaces/surface_resource_holder.h', | 656 'surfaces/surface_resource_holder.h', |
| 657 'surfaces/surfaces_export.h', | 657 'surfaces/surfaces_export.h', |
| 658 ], | 658 ], |
| 659 'includes': [ | 659 'includes': [ |
| 660 '../build/android/increase_size_for_speed.gypi', | 660 '../build/android/increase_size_for_speed.gypi', |
| 661 ], | 661 ], |
| 662 }, | 662 }, |
| 663 ], | 663 ], |
| 664 } | 664 } |
| OLD | NEW |