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

Side by Side Diff: cc/cc.gyp

Issue 2092913002: cc::SkiaRenderer hack prototype (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More generic resource provider funcs Created 4 years, 6 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/skia_renderer.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 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 'output/render_surface_filters.cc', 307 'output/render_surface_filters.cc',
308 'output/render_surface_filters.h', 308 'output/render_surface_filters.h',
309 'output/renderer.cc', 309 'output/renderer.cc',
310 'output/renderer.h', 310 'output/renderer.h',
311 'output/renderer_capabilities.cc', 311 'output/renderer_capabilities.cc',
312 'output/renderer_capabilities.h', 312 'output/renderer_capabilities.h',
313 'output/renderer_settings.cc', 313 'output/renderer_settings.cc',
314 'output/renderer_settings.h', 314 'output/renderer_settings.h',
315 'output/shader.cc', 315 'output/shader.cc',
316 'output/shader.h', 316 'output/shader.h',
317 'output/skia_renderer.cc',
318 'output/skia_renderer.h',
317 'output/software_output_device.cc', 319 'output/software_output_device.cc',
318 'output/software_output_device.h', 320 'output/software_output_device.h',
319 'output/software_renderer.cc', 321 'output/software_renderer.cc',
320 'output/software_renderer.h', 322 'output/software_renderer.h',
321 'output/static_geometry_binding.cc', 323 'output/static_geometry_binding.cc',
322 'output/static_geometry_binding.h', 324 'output/static_geometry_binding.h',
323 'output/swap_promise.h', 325 'output/swap_promise.h',
324 'output/texture_mailbox_deleter.cc', 326 'output/texture_mailbox_deleter.cc',
325 'output/texture_mailbox_deleter.h', 327 'output/texture_mailbox_deleter.h',
326 'output/vulkan_context_provider.h', 328 'output/vulkan_context_provider.h',
(...skipping 370 matching lines...) Expand 10 before | Expand all | Expand 10 after
697 'surfaces/surface_resource_holder.h', 699 'surfaces/surface_resource_holder.h',
698 'surfaces/surface_sequence.h', 700 'surfaces/surface_sequence.h',
699 'surfaces/surfaces_export.h', 701 'surfaces/surfaces_export.h',
700 ], 702 ],
701 'includes': [ 703 'includes': [
702 '../build/android/increase_size_for_speed.gypi', 704 '../build/android/increase_size_for_speed.gypi',
703 ], 705 ],
704 }, 706 },
705 ], 707 ],
706 } 708 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/output/skia_renderer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698