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 291 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
302 'output/output_surface.cc', | 302 'output/output_surface.cc', |
303 'output/output_surface.h', | 303 'output/output_surface.h', |
304 'output/output_surface_client.h', | 304 'output/output_surface_client.h', |
305 'output/overlay_candidate.cc', | 305 'output/overlay_candidate.cc', |
306 'output/overlay_candidate.h', | 306 'output/overlay_candidate.h', |
307 'output/overlay_candidate_validator.h', | 307 'output/overlay_candidate_validator.h', |
308 'output/overlay_processor.cc', | 308 'output/overlay_processor.cc', |
309 'output/overlay_processor.h', | 309 'output/overlay_processor.h', |
310 'output/overlay_strategy_common.cc', | 310 'output/overlay_strategy_common.cc', |
311 'output/overlay_strategy_common.h', | 311 'output/overlay_strategy_common.h', |
| 312 'output/overlay_strategy_sandwich.cc', |
| 313 'output/overlay_strategy_sandwich.h', |
312 'output/overlay_strategy_single_on_top.cc', | 314 'output/overlay_strategy_single_on_top.cc', |
313 'output/overlay_strategy_single_on_top.h', | 315 'output/overlay_strategy_single_on_top.h', |
314 'output/overlay_strategy_underlay.cc', | 316 'output/overlay_strategy_underlay.cc', |
315 'output/overlay_strategy_underlay.h', | 317 'output/overlay_strategy_underlay.h', |
316 'output/program_binding.cc', | 318 'output/program_binding.cc', |
317 'output/program_binding.h', | 319 'output/program_binding.h', |
318 'output/render_surface_filters.cc', | 320 'output/render_surface_filters.cc', |
319 'output/render_surface_filters.h', | 321 'output/render_surface_filters.h', |
320 'output/renderer.cc', | 322 'output/renderer.cc', |
321 'output/renderer.h', | 323 'output/renderer.h', |
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
614 'surfaces/surface_resource_holder.cc', | 616 'surfaces/surface_resource_holder.cc', |
615 'surfaces/surface_resource_holder.h', | 617 'surfaces/surface_resource_holder.h', |
616 'surfaces/surfaces_export.h', | 618 'surfaces/surfaces_export.h', |
617 ], | 619 ], |
618 'includes': [ | 620 'includes': [ |
619 '../build/android/increase_size_for_speed.gypi', | 621 '../build/android/increase_size_for_speed.gypi', |
620 ], | 622 ], |
621 }, | 623 }, |
622 ], | 624 ], |
623 } | 625 } |
OLD | NEW |