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

Side by Side Diff: content/content_common.gypi

Issue 334173006: Clean up GLSurfaceCGL (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Incorporate review feedback Created 6 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 | « content/common/gpu/image_transport_surface_mac.mm ('k') | ui/gl/BUILD.gn » ('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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../components/tracing.gyp:tracing', 8 '../components/tracing.gyp:tracing',
9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', 9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 'common/gpu/gpu_memory_tracking.h', 271 'common/gpu/gpu_memory_tracking.h',
272 'common/gpu/gpu_memory_uma_stats.h', 272 'common/gpu/gpu_memory_uma_stats.h',
273 'common/gpu/gpu_messages.h', 273 'common/gpu/gpu_messages.h',
274 'common/gpu/gpu_process_launch_causes.h', 274 'common/gpu/gpu_process_launch_causes.h',
275 'common/gpu/gpu_surface_lookup.cc', 275 'common/gpu/gpu_surface_lookup.cc',
276 'common/gpu/gpu_surface_lookup.h', 276 'common/gpu/gpu_surface_lookup.h',
277 'common/gpu/gpu_watchdog.h', 277 'common/gpu/gpu_watchdog.h',
278 'common/gpu/image_transport_surface.cc', 278 'common/gpu/image_transport_surface.cc',
279 'common/gpu/image_transport_surface.h', 279 'common/gpu/image_transport_surface.h',
280 'common/gpu/image_transport_surface_android.cc', 280 'common/gpu/image_transport_surface_android.cc',
281 'common/gpu/image_transport_surface_fbo_mac.cc',
282 'common/gpu/image_transport_surface_fbo_mac.h',
281 'common/gpu/image_transport_surface_linux.cc', 283 'common/gpu/image_transport_surface_linux.cc',
282 'common/gpu/image_transport_surface_mac.cc', 284 'common/gpu/image_transport_surface_mac.mm',
285 'common/gpu/image_transport_surface_iosurface_mac.cc',
286 'common/gpu/image_transport_surface_iosurface_mac.h',
283 'common/gpu/image_transport_surface_win.cc', 287 'common/gpu/image_transport_surface_win.cc',
284 'common/gpu/media/gpu_video_decode_accelerator.cc', 288 'common/gpu/media/gpu_video_decode_accelerator.cc',
285 'common/gpu/media/gpu_video_decode_accelerator.h', 289 'common/gpu/media/gpu_video_decode_accelerator.h',
286 'common/gpu/media/gpu_video_encode_accelerator.cc', 290 'common/gpu/media/gpu_video_encode_accelerator.cc',
287 'common/gpu/media/gpu_video_encode_accelerator.h', 291 'common/gpu/media/gpu_video_encode_accelerator.h',
288 'common/gpu/stream_texture_android.cc', 292 'common/gpu/stream_texture_android.cc',
289 'common/gpu/stream_texture_android.h', 293 'common/gpu/stream_texture_android.h',
290 'common/gpu/sync_point_manager.cc', 294 'common/gpu/sync_point_manager.cc',
291 'common/gpu/sync_point_manager.h', 295 'common/gpu/sync_point_manager.h',
292 'common/gpu/texture_image_transport_surface.cc', 296 'common/gpu/texture_image_transport_surface.cc',
(...skipping 502 matching lines...) Expand 10 before | Expand all | Expand 10 after
795 'common/sandbox_linux/bpf_renderer_policy_linux.cc', 799 'common/sandbox_linux/bpf_renderer_policy_linux.cc',
796 'common/sandbox_linux/bpf_renderer_policy_linux.h', 800 'common/sandbox_linux/bpf_renderer_policy_linux.h',
797 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', 801 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc',
798 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', 802 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h',
799 ], 803 ],
800 }, { 804 }, {
801 'defines': ['USE_SECCOMP_BPF'], 805 'defines': ['USE_SECCOMP_BPF'],
802 }], 806 }],
803 ], 807 ],
804 } 808 }
OLDNEW
« no previous file with comments | « content/common/gpu/image_transport_surface_mac.mm ('k') | ui/gl/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698