Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Side by Side Diff: cc/cc.gyp

Issue 979693005: Add underlays and split off common overlay functionality (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add test + check quad switching Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 'output/managed_memory_policy.cc', 296 'output/managed_memory_policy.cc',
297 'output/managed_memory_policy.h', 297 'output/managed_memory_policy.h',
298 'output/output_surface.cc', 298 'output/output_surface.cc',
299 'output/output_surface.h', 299 'output/output_surface.h',
300 'output/output_surface_client.h', 300 'output/output_surface_client.h',
301 'output/overlay_candidate.cc', 301 'output/overlay_candidate.cc',
302 'output/overlay_candidate.h', 302 'output/overlay_candidate.h',
303 'output/overlay_candidate_validator.h', 303 'output/overlay_candidate_validator.h',
304 'output/overlay_processor.cc', 304 'output/overlay_processor.cc',
305 'output/overlay_processor.h', 305 'output/overlay_processor.h',
306 'output/overlay_strategy_common.cc',
307 'output/overlay_strategy_common.h',
306 'output/overlay_strategy_single_on_top.cc', 308 'output/overlay_strategy_single_on_top.cc',
307 'output/overlay_strategy_single_on_top.h', 309 'output/overlay_strategy_single_on_top.h',
310 'output/overlay_strategy_underlay.cc',
311 'output/overlay_strategy_underlay.h',
308 'output/program_binding.cc', 312 'output/program_binding.cc',
309 'output/program_binding.h', 313 'output/program_binding.h',
310 'output/render_surface_filters.cc', 314 'output/render_surface_filters.cc',
311 'output/render_surface_filters.h', 315 'output/render_surface_filters.h',
312 'output/renderer.cc', 316 'output/renderer.cc',
313 'output/renderer.h', 317 'output/renderer.h',
314 'output/renderer_settings.cc', 318 'output/renderer_settings.cc',
315 'output/renderer_settings.h', 319 'output/renderer_settings.h',
316 'output/shader.cc', 320 'output/shader.cc',
317 'output/shader.h', 321 'output/shader.h',
(...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after
613 'surfaces/surface_resource_holder.cc', 617 'surfaces/surface_resource_holder.cc',
614 'surfaces/surface_resource_holder.h', 618 'surfaces/surface_resource_holder.h',
615 'surfaces/surfaces_export.h', 619 'surfaces/surfaces_export.h',
616 ], 620 ],
617 'includes': [ 621 'includes': [
618 '../build/android/increase_size_for_speed.gypi', 622 '../build/android/increase_size_for_speed.gypi',
619 ], 623 ],
620 }, 624 },
621 ], 625 ],
622 } 626 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698