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

Side by Side Diff: content/content_common.gypi

Issue 288343004: working copy of "zero_copy" Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: 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 | Annotate | Revision Log
« no previous file with comments | « content/content_browser.gypi ('k') | ui/gfx/gpu_memory_buffer.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 '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 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 'common/gpu/client/gl_helper_readback_support.cc', 234 'common/gpu/client/gl_helper_readback_support.cc',
235 'common/gpu/client/gl_helper_readback_support.h', 235 'common/gpu/client/gl_helper_readback_support.h',
236 'common/gpu/client/gl_helper_scaling.cc', 236 'common/gpu/client/gl_helper_scaling.cc',
237 'common/gpu/client/gl_helper_scaling.h', 237 'common/gpu/client/gl_helper_scaling.h',
238 'common/gpu/client/gpu_channel_host.cc', 238 'common/gpu/client/gpu_channel_host.cc',
239 'common/gpu/client/gpu_channel_host.h', 239 'common/gpu/client/gpu_channel_host.h',
240 'common/gpu/client/gpu_memory_buffer_factory_host.h', 240 'common/gpu/client/gpu_memory_buffer_factory_host.h',
241 'common/gpu/client/gpu_memory_buffer_impl.cc', 241 'common/gpu/client/gpu_memory_buffer_impl.cc',
242 'common/gpu/client/gpu_memory_buffer_impl.h', 242 'common/gpu/client/gpu_memory_buffer_impl.h',
243 'common/gpu/client/gpu_memory_buffer_impl_android.cc', 243 'common/gpu/client/gpu_memory_buffer_impl_android.cc',
244 'common/gpu/client/gpu_memory_buffer_impl_dma_buf.cc',
245 'common/gpu/client/gpu_memory_buffer_impl_dma_buf.h',
244 'common/gpu/client/gpu_memory_buffer_impl_linux.cc', 246 'common/gpu/client/gpu_memory_buffer_impl_linux.cc',
245 'common/gpu/client/gpu_memory_buffer_impl_mac.cc', 247 'common/gpu/client/gpu_memory_buffer_impl_mac.cc',
246 'common/gpu/client/gpu_memory_buffer_impl_shm.cc', 248 'common/gpu/client/gpu_memory_buffer_impl_shm.cc',
247 'common/gpu/client/gpu_memory_buffer_impl_shm.h', 249 'common/gpu/client/gpu_memory_buffer_impl_shm.h',
248 'common/gpu/client/gpu_memory_buffer_impl_win.cc', 250 'common/gpu/client/gpu_memory_buffer_impl_win.cc',
249 'common/gpu/client/gpu_video_decode_accelerator_host.cc', 251 'common/gpu/client/gpu_video_decode_accelerator_host.cc',
250 'common/gpu/client/gpu_video_decode_accelerator_host.h', 252 'common/gpu/client/gpu_video_decode_accelerator_host.h',
251 'common/gpu/client/gpu_video_encode_accelerator_host.cc', 253 'common/gpu/client/gpu_video_encode_accelerator_host.cc',
252 'common/gpu/client/gpu_video_encode_accelerator_host.h', 254 'common/gpu/client/gpu_video_encode_accelerator_host.h',
253 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc', 255 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc',
(...skipping 541 matching lines...) Expand 10 before | Expand all | Expand 10 after
795 'common/sandbox_linux/bpf_renderer_policy_linux.cc', 797 'common/sandbox_linux/bpf_renderer_policy_linux.cc',
796 'common/sandbox_linux/bpf_renderer_policy_linux.h', 798 'common/sandbox_linux/bpf_renderer_policy_linux.h',
797 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', 799 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc',
798 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', 800 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h',
799 ], 801 ],
800 }, { 802 }, {
801 'defines': ['USE_SECCOMP_BPF'], 803 'defines': ['USE_SECCOMP_BPF'],
802 }], 804 }],
803 ], 805 ],
804 } 806 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | ui/gfx/gpu_memory_buffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698