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

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') | cc/output/overlay_candidates.h » ('J')
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 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
260 'output/gl_frame_data.cc', 260 'output/gl_frame_data.cc',
261 'output/gl_renderer.cc', 261 'output/gl_renderer.cc',
262 'output/gl_renderer.h', 262 'output/gl_renderer.h',
263 'output/gl_renderer_draw_cache.cc', 263 'output/gl_renderer_draw_cache.cc',
264 'output/gl_renderer_draw_cache.h', 264 'output/gl_renderer_draw_cache.h',
265 'output/managed_memory_policy.cc', 265 'output/managed_memory_policy.cc',
266 'output/managed_memory_policy.h', 266 'output/managed_memory_policy.h',
267 'output/output_surface.cc', 267 'output/output_surface.cc',
268 'output/output_surface.h', 268 'output/output_surface.h',
269 'output/output_surface_client.h', 269 'output/output_surface_client.h',
270 'output/overlay_candidates.cc',
271 'output/overlay_candidates.h',
272 'output/overlay_renderer.cc',
273 'output/overlay_renderer.h',
270 'output/program_binding.cc', 274 'output/program_binding.cc',
271 'output/program_binding.h', 275 'output/program_binding.h',
272 'output/render_surface_filters.cc', 276 'output/render_surface_filters.cc',
273 'output/render_surface_filters.h', 277 'output/render_surface_filters.h',
274 'output/renderer.cc', 278 'output/renderer.cc',
275 'output/renderer.h', 279 'output/renderer.h',
276 'output/shader.cc', 280 'output/shader.cc',
277 'output/shader.h', 281 'output/shader.h',
278 'output/software_frame_data.cc', 282 'output/software_frame_data.cc',
279 'output/software_frame_data.h', 283 'output/software_frame_data.h',
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
479 'surfaces/surface.h', 483 'surfaces/surface.h',
480 'surfaces/surface_aggregator.cc', 484 'surfaces/surface_aggregator.cc',
481 'surfaces/surface_aggregator.h', 485 'surfaces/surface_aggregator.h',
482 'surfaces/surface_manager.cc', 486 'surfaces/surface_manager.cc',
483 'surfaces/surface_manager.h', 487 'surfaces/surface_manager.h',
484 'surfaces/surfaces_export.h', 488 'surfaces/surfaces_export.h',
485 ], 489 ],
486 }, 490 },
487 ], 491 ],
488 } 492 }
OLDNEW
« no previous file with comments | « no previous file | cc/cc_tests.gyp » ('j') | cc/output/overlay_candidates.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698