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

Side by Side Diff: content/content_renderer.gypi

Issue 2002303002: Consolidate OutputSurface constructors into GL vs Vulkan. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: outputsurface-constructors: rebase-and-fixcrash 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
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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations', 8 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations',
9 '../cc/cc.gyp:cc', 9 '../cc/cc.gyp:cc',
10 '../cc/cc.gyp:cc_proto', 10 '../cc/cc.gyp:cc_proto',
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 'renderer/frame_blame_context.h', 209 'renderer/frame_blame_context.h',
210 'renderer/gamepad_shared_memory_reader.cc', 210 'renderer/gamepad_shared_memory_reader.cc',
211 'renderer/gamepad_shared_memory_reader.h', 211 'renderer/gamepad_shared_memory_reader.h',
212 'renderer/gpu/compositor_dependencies.h', 212 'renderer/gpu/compositor_dependencies.h',
213 'renderer/gpu/compositor_external_begin_frame_source.cc', 213 'renderer/gpu/compositor_external_begin_frame_source.cc',
214 'renderer/gpu/compositor_external_begin_frame_source.h', 214 'renderer/gpu/compositor_external_begin_frame_source.h',
215 'renderer/gpu/compositor_forwarding_message_filter.cc', 215 'renderer/gpu/compositor_forwarding_message_filter.cc',
216 'renderer/gpu/compositor_forwarding_message_filter.h', 216 'renderer/gpu/compositor_forwarding_message_filter.h',
217 'renderer/gpu/compositor_output_surface.cc', 217 'renderer/gpu/compositor_output_surface.cc',
218 'renderer/gpu/compositor_output_surface.h', 218 'renderer/gpu/compositor_output_surface.h',
219 'renderer/gpu/delegated_compositor_output_surface.cc',
220 'renderer/gpu/delegated_compositor_output_surface.h',
221 'renderer/gpu/frame_swap_message_queue.cc', 219 'renderer/gpu/frame_swap_message_queue.cc',
222 'renderer/gpu/frame_swap_message_queue.h', 220 'renderer/gpu/frame_swap_message_queue.h',
223 'renderer/gpu/gpu_benchmarking_extension.cc', 221 'renderer/gpu/gpu_benchmarking_extension.cc',
224 'renderer/gpu/gpu_benchmarking_extension.h', 222 'renderer/gpu/gpu_benchmarking_extension.h',
225 'renderer/gpu/mailbox_output_surface.cc', 223 'renderer/gpu/mailbox_output_surface.cc',
226 'renderer/gpu/mailbox_output_surface.h', 224 'renderer/gpu/mailbox_output_surface.h',
227 'renderer/gpu/queue_message_swap_promise.cc', 225 'renderer/gpu/queue_message_swap_promise.cc',
228 'renderer/gpu/queue_message_swap_promise.h', 226 'renderer/gpu/queue_message_swap_promise.h',
229 'renderer/gpu/render_widget_compositor.cc', 227 'renderer/gpu/render_widget_compositor.cc',
230 'renderer/gpu/render_widget_compositor.h', 228 'renderer/gpu/render_widget_compositor.h',
(...skipping 678 matching lines...) Expand 10 before | Expand all | Expand 10 after
909 }], 907 }],
910 ], 908 ],
911 'target_conditions': [ 909 'target_conditions': [
912 ['OS=="android"', { 910 ['OS=="android"', {
913 'sources/': [ 911 'sources/': [
914 ['include', '^renderer/render_view_linux\\.cc$'], 912 ['include', '^renderer/render_view_linux\\.cc$'],
915 ], 913 ],
916 }], 914 }],
917 ], 915 ],
918 } 916 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698