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

Side by Side Diff: cc/cc.gyp

Issue 197223003: Start of hardware overlay support in CC with Ubercompositor. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | cc/cc_tests.gyp » ('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 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 'output/gl_frame_data.cc', 258 'output/gl_frame_data.cc',
259 'output/gl_renderer.cc', 259 'output/gl_renderer.cc',
260 'output/gl_renderer.h', 260 'output/gl_renderer.h',
261 'output/gl_renderer_draw_cache.cc', 261 'output/gl_renderer_draw_cache.cc',
262 'output/gl_renderer_draw_cache.h', 262 'output/gl_renderer_draw_cache.h',
263 'output/managed_memory_policy.cc', 263 'output/managed_memory_policy.cc',
264 'output/managed_memory_policy.h', 264 'output/managed_memory_policy.h',
265 'output/output_surface.cc', 265 'output/output_surface.cc',
266 'output/output_surface.h', 266 'output/output_surface.h',
267 'output/output_surface_client.h', 267 'output/output_surface_client.h',
268 'output/overlay_candidate.cc',
269 'output/overlay_candidate.h',
270 'output/overlay_candidate_validator.h',
271 'output/overlay_processor.cc',
272 'output/overlay_processor.h',
273 'output/overlay_strategy_single_on_top.cc',
274 'output/overlay_strategy_single_on_top.h',
268 'output/program_binding.cc', 275 'output/program_binding.cc',
269 'output/program_binding.h', 276 'output/program_binding.h',
270 'output/render_surface_filters.cc', 277 'output/render_surface_filters.cc',
271 'output/render_surface_filters.h', 278 'output/render_surface_filters.h',
272 'output/renderer.cc', 279 'output/renderer.cc',
273 'output/renderer.h', 280 'output/renderer.h',
274 'output/shader.cc', 281 'output/shader.cc',
275 'output/shader.h', 282 'output/shader.h',
276 'output/software_frame_data.cc', 283 'output/software_frame_data.cc',
277 'output/software_frame_data.h', 284 'output/software_frame_data.h',
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
477 'surfaces/surface.h', 484 'surfaces/surface.h',
478 'surfaces/surface_aggregator.cc', 485 'surfaces/surface_aggregator.cc',
479 'surfaces/surface_aggregator.h', 486 'surfaces/surface_aggregator.h',
480 'surfaces/surface_manager.cc', 487 'surfaces/surface_manager.cc',
481 'surfaces/surface_manager.h', 488 'surfaces/surface_manager.h',
482 'surfaces/surfaces_export.h', 489 'surfaces/surfaces_export.h',
483 ], 490 ],
484 }, 491 },
485 ], 492 ],
486 } 493 }
OLDNEW
« no previous file with comments | « no previous file | cc/cc_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698