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

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: overlay test changes 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
« no previous file with comments | « cc/BUILD.gn ('k') | cc/output/overlay_strategy_common.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 'output/managed_memory_policy.cc', 291 'output/managed_memory_policy.cc',
292 'output/managed_memory_policy.h', 292 'output/managed_memory_policy.h',
293 'output/output_surface.cc', 293 'output/output_surface.cc',
294 'output/output_surface.h', 294 'output/output_surface.h',
295 'output/output_surface_client.h', 295 'output/output_surface_client.h',
296 'output/overlay_candidate.cc', 296 'output/overlay_candidate.cc',
297 'output/overlay_candidate.h', 297 'output/overlay_candidate.h',
298 'output/overlay_candidate_validator.h', 298 'output/overlay_candidate_validator.h',
299 'output/overlay_processor.cc', 299 'output/overlay_processor.cc',
300 'output/overlay_processor.h', 300 'output/overlay_processor.h',
301 'output/overlay_strategy_common.cc',
302 'output/overlay_strategy_common.h',
301 'output/overlay_strategy_single_on_top.cc', 303 'output/overlay_strategy_single_on_top.cc',
302 'output/overlay_strategy_single_on_top.h', 304 'output/overlay_strategy_single_on_top.h',
305 'output/overlay_strategy_underlay.cc',
306 'output/overlay_strategy_underlay.h',
303 'output/program_binding.cc', 307 'output/program_binding.cc',
304 'output/program_binding.h', 308 'output/program_binding.h',
305 'output/render_surface_filters.cc', 309 'output/render_surface_filters.cc',
306 'output/render_surface_filters.h', 310 'output/render_surface_filters.h',
307 'output/renderer.cc', 311 'output/renderer.cc',
308 'output/renderer.h', 312 'output/renderer.h',
309 'output/renderer_capabilities.cc', 313 'output/renderer_capabilities.cc',
310 'output/renderer_capabilities.h', 314 'output/renderer_capabilities.h',
311 'output/renderer_settings.cc', 315 'output/renderer_settings.cc',
312 'output/renderer_settings.h', 316 'output/renderer_settings.h',
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
615 'surfaces/surface_resource_holder.cc', 619 'surfaces/surface_resource_holder.cc',
616 'surfaces/surface_resource_holder.h', 620 'surfaces/surface_resource_holder.h',
617 'surfaces/surfaces_export.h', 621 'surfaces/surfaces_export.h',
618 ], 622 ],
619 'includes': [ 623 'includes': [
620 '../build/android/increase_size_for_speed.gypi', 624 '../build/android/increase_size_for_speed.gypi',
621 ], 625 ],
622 }, 626 },
623 ], 627 ],
624 } 628 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/output/overlay_strategy_common.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698