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

Side by Side Diff: cc/cc.gyp

Issue 1304303002: Mac Overlays: Add sandwich strategy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@overlay_debug
Patch Set: Ready for pre-review Created 5 years, 4 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 294 matching lines...) Expand 10 before | Expand all | Expand 10 after
305 'output/output_surface.cc', 305 'output/output_surface.cc',
306 'output/output_surface.h', 306 'output/output_surface.h',
307 'output/output_surface_client.h', 307 'output/output_surface_client.h',
308 'output/overlay_candidate.cc', 308 'output/overlay_candidate.cc',
309 'output/overlay_candidate.h', 309 'output/overlay_candidate.h',
310 'output/overlay_candidate_validator.h', 310 'output/overlay_candidate_validator.h',
311 'output/overlay_processor.cc', 311 'output/overlay_processor.cc',
312 'output/overlay_processor.h', 312 'output/overlay_processor.h',
313 'output/overlay_strategy_common.cc', 313 'output/overlay_strategy_common.cc',
314 'output/overlay_strategy_common.h', 314 'output/overlay_strategy_common.h',
315 'output/overlay_strategy_sandwich.cc',
316 'output/overlay_strategy_sandwich.h',
315 'output/overlay_strategy_single_on_top.cc', 317 'output/overlay_strategy_single_on_top.cc',
316 'output/overlay_strategy_single_on_top.h', 318 'output/overlay_strategy_single_on_top.h',
317 'output/overlay_strategy_underlay.cc', 319 'output/overlay_strategy_underlay.cc',
318 'output/overlay_strategy_underlay.h', 320 'output/overlay_strategy_underlay.h',
319 'output/program_binding.cc', 321 'output/program_binding.cc',
320 'output/program_binding.h', 322 'output/program_binding.h',
321 'output/render_surface_filters.cc', 323 'output/render_surface_filters.cc',
322 'output/render_surface_filters.h', 324 'output/render_surface_filters.h',
323 'output/renderer.cc', 325 'output/renderer.cc',
324 'output/renderer.h', 326 'output/renderer.h',
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
617 'surfaces/surface_resource_holder.cc', 619 'surfaces/surface_resource_holder.cc',
618 'surfaces/surface_resource_holder.h', 620 'surfaces/surface_resource_holder.h',
619 'surfaces/surfaces_export.h', 621 'surfaces/surfaces_export.h',
620 ], 622 ],
621 'includes': [ 623 'includes': [
622 '../build/android/increase_size_for_speed.gypi', 624 '../build/android/increase_size_for_speed.gypi',
623 ], 625 ],
624 }, 626 },
625 ], 627 ],
626 } 628 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/output/direct_renderer.cc » ('j') | cc/output/gl_renderer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698