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

Side by Side Diff: cc/cc.gyp

Issue 1892303003: Added the Vulkan Context Provider implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Export VulkanContextProvider Created 4 years, 8 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/output_surface.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 308 matching lines...) Expand 10 before | Expand all | Expand 10 after
319 'output/software_output_device.h', 319 'output/software_output_device.h',
320 'output/software_renderer.cc', 320 'output/software_renderer.cc',
321 'output/software_renderer.h', 321 'output/software_renderer.h',
322 'output/static_geometry_binding.cc', 322 'output/static_geometry_binding.cc',
323 'output/static_geometry_binding.h', 323 'output/static_geometry_binding.h',
324 'output/swap_promise.h', 324 'output/swap_promise.h',
325 'output/texture_mailbox_deleter.cc', 325 'output/texture_mailbox_deleter.cc',
326 'output/texture_mailbox_deleter.h', 326 'output/texture_mailbox_deleter.h',
327 'output/viewport_selection_bound.cc', 327 'output/viewport_selection_bound.cc',
328 'output/viewport_selection_bound.h', 328 'output/viewport_selection_bound.h',
329 'output/vulkan_context_provider.h',
330 'output/vulkan_in_process_context_provider.h',
331 'output/vulkan_in_process_context_provider.cc',
329 'playback/clip_display_item.cc', 332 'playback/clip_display_item.cc',
330 'playback/clip_display_item.h', 333 'playback/clip_display_item.h',
331 'playback/clip_path_display_item.cc', 334 'playback/clip_path_display_item.cc',
332 'playback/clip_path_display_item.h', 335 'playback/clip_path_display_item.h',
333 'playback/compositing_display_item.cc', 336 'playback/compositing_display_item.cc',
334 'playback/compositing_display_item.h', 337 'playback/compositing_display_item.h',
335 'playback/decoded_draw_image.h', 338 'playback/decoded_draw_image.h',
336 'playback/discardable_image_map.cc', 339 'playback/discardable_image_map.cc',
337 'playback/discardable_image_map.h', 340 'playback/discardable_image_map.h',
338 'playback/display_item.cc', 341 'playback/display_item.cc',
(...skipping 356 matching lines...) Expand 10 before | Expand all | Expand 10 after
695 'surfaces/surface_resource_holder.cc', 698 'surfaces/surface_resource_holder.cc',
696 'surfaces/surface_resource_holder.h', 699 'surfaces/surface_resource_holder.h',
697 'surfaces/surfaces_export.h', 700 'surfaces/surfaces_export.h',
698 ], 701 ],
699 'includes': [ 702 'includes': [
700 '../build/android/increase_size_for_speed.gypi', 703 '../build/android/increase_size_for_speed.gypi',
701 ], 704 ],
702 }, 705 },
703 ], 706 ],
704 } 707 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/output/output_surface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698