| 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 283 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 294 'output/managed_memory_policy.cc', | 294 'output/managed_memory_policy.cc', |
| 295 'output/managed_memory_policy.h', | 295 'output/managed_memory_policy.h', |
| 296 'output/output_surface.cc', | 296 'output/output_surface.cc', |
| 297 'output/output_surface.h', | 297 'output/output_surface.h', |
| 298 'output/output_surface_client.h', | 298 'output/output_surface_client.h', |
| 299 'output/overlay_candidate.cc', | 299 'output/overlay_candidate.cc', |
| 300 'output/overlay_candidate.h', | 300 'output/overlay_candidate.h', |
| 301 'output/overlay_candidate_validator.h', | 301 'output/overlay_candidate_validator.h', |
| 302 'output/overlay_processor.cc', | 302 'output/overlay_processor.cc', |
| 303 'output/overlay_processor.h', | 303 'output/overlay_processor.h', |
| 304 'output/overlay_strategy_common.cc', |
| 305 'output/overlay_strategy_common.h', |
| 304 'output/overlay_strategy_single_on_top.cc', | 306 'output/overlay_strategy_single_on_top.cc', |
| 305 'output/overlay_strategy_single_on_top.h', | 307 'output/overlay_strategy_single_on_top.h', |
| 308 'output/overlay_strategy_underlay.cc', |
| 309 'output/overlay_strategy_underlay.h', |
| 306 'output/program_binding.cc', | 310 'output/program_binding.cc', |
| 307 'output/program_binding.h', | 311 'output/program_binding.h', |
| 308 'output/render_surface_filters.cc', | 312 'output/render_surface_filters.cc', |
| 309 'output/render_surface_filters.h', | 313 'output/render_surface_filters.h', |
| 310 'output/renderer.cc', | 314 'output/renderer.cc', |
| 311 'output/renderer.h', | 315 'output/renderer.h', |
| 312 'output/renderer_settings.cc', | 316 'output/renderer_settings.cc', |
| 313 'output/renderer_settings.h', | 317 'output/renderer_settings.h', |
| 314 'output/shader.cc', | 318 'output/shader.cc', |
| 315 'output/shader.h', | 319 'output/shader.h', |
| (...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 608 'surfaces/surface_resource_holder.cc', | 612 'surfaces/surface_resource_holder.cc', |
| 609 'surfaces/surface_resource_holder.h', | 613 'surfaces/surface_resource_holder.h', |
| 610 'surfaces/surfaces_export.h', | 614 'surfaces/surfaces_export.h', |
| 611 ], | 615 ], |
| 612 'includes': [ | 616 'includes': [ |
| 613 '../build/android/increase_size_for_speed.gypi', | 617 '../build/android/increase_size_for_speed.gypi', |
| 614 ], | 618 ], |
| 615 }, | 619 }, |
| 616 ], | 620 ], |
| 617 } | 621 } |
| OLD | NEW |