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 287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
298 'output/managed_memory_policy.cc', | 298 'output/managed_memory_policy.cc', |
299 'output/managed_memory_policy.h', | 299 'output/managed_memory_policy.h', |
300 'output/output_surface.cc', | 300 'output/output_surface.cc', |
301 'output/output_surface.h', | 301 'output/output_surface.h', |
302 'output/output_surface_client.h', | 302 'output/output_surface_client.h', |
303 'output/overlay_candidate.cc', | 303 'output/overlay_candidate.cc', |
304 'output/overlay_candidate.h', | 304 'output/overlay_candidate.h', |
305 'output/overlay_candidate_validator.h', | 305 'output/overlay_candidate_validator.h', |
306 'output/overlay_processor.cc', | 306 'output/overlay_processor.cc', |
307 'output/overlay_processor.h', | 307 'output/overlay_processor.h', |
| 308 'output/overlay_strategy_fullscreen.cc', |
| 309 'output/overlay_strategy_fullscreen.h', |
308 'output/overlay_strategy_single_on_top.cc', | 310 'output/overlay_strategy_single_on_top.cc', |
309 'output/overlay_strategy_single_on_top.h', | 311 'output/overlay_strategy_single_on_top.h', |
310 'output/overlay_strategy_underlay.cc', | 312 'output/overlay_strategy_underlay.cc', |
311 'output/overlay_strategy_underlay.h', | 313 'output/overlay_strategy_underlay.h', |
312 'output/program_binding.cc', | 314 'output/program_binding.cc', |
313 'output/program_binding.h', | 315 'output/program_binding.h', |
314 'output/render_surface_filters.cc', | 316 'output/render_surface_filters.cc', |
315 'output/render_surface_filters.h', | 317 'output/render_surface_filters.h', |
316 'output/renderer.cc', | 318 'output/renderer.cc', |
317 'output/renderer.h', | 319 'output/renderer.h', |
(...skipping 394 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
712 'surfaces/surface_resource_holder.h', | 714 'surfaces/surface_resource_holder.h', |
713 'surfaces/surface_sequence.h', | 715 'surfaces/surface_sequence.h', |
714 'surfaces/surfaces_export.h', | 716 'surfaces/surfaces_export.h', |
715 ], | 717 ], |
716 'includes': [ | 718 'includes': [ |
717 '../build/android/increase_size_for_speed.gypi', | 719 '../build/android/increase_size_for_speed.gypi', |
718 ], | 720 ], |
719 }, | 721 }, |
720 ], | 722 ], |
721 } | 723 } |
OLD | NEW |