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

Side by Side Diff: content/content_common.gypi

Issue 149123008: Implement GLHelperReadbackSupport for GLHelper usage. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove unused gl_helper member. Created 6 years, 9 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/client/gl_helper_unittest.cc ('k') | no next file » | 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 '../net/net.gyp:net', 9 '../net/net.gyp:net',
10 '../skia/skia.gyp:skia', 10 '../skia/skia.gyp:skia',
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 'common/gamepad_messages.h', 185 'common/gamepad_messages.h',
186 'common/gamepad_user_gesture.cc', 186 'common/gamepad_user_gesture.cc',
187 'common/gamepad_user_gesture.h', 187 'common/gamepad_user_gesture.h',
188 'common/geolocation_messages.h', 188 'common/geolocation_messages.h',
189 'common/gpu/client/command_buffer_proxy_impl.cc', 189 'common/gpu/client/command_buffer_proxy_impl.cc',
190 'common/gpu/client/command_buffer_proxy_impl.h', 190 'common/gpu/client/command_buffer_proxy_impl.h',
191 'common/gpu/client/context_provider_command_buffer.cc', 191 'common/gpu/client/context_provider_command_buffer.cc',
192 'common/gpu/client/context_provider_command_buffer.h', 192 'common/gpu/client/context_provider_command_buffer.h',
193 'common/gpu/client/gl_helper.cc', 193 'common/gpu/client/gl_helper.cc',
194 'common/gpu/client/gl_helper.h', 194 'common/gpu/client/gl_helper.h',
195 'common/gpu/client/gl_helper_readback_support.cc',
196 'common/gpu/client/gl_helper_readback_support.h',
195 'common/gpu/client/gl_helper_scaling.cc', 197 'common/gpu/client/gl_helper_scaling.cc',
196 'common/gpu/client/gl_helper_scaling.h', 198 'common/gpu/client/gl_helper_scaling.h',
197 'common/gpu/client/gpu_channel_host.cc', 199 'common/gpu/client/gpu_channel_host.cc',
198 'common/gpu/client/gpu_channel_host.h', 200 'common/gpu/client/gpu_channel_host.h',
199 'common/gpu/client/gpu_memory_buffer_impl.cc', 201 'common/gpu/client/gpu_memory_buffer_impl.cc',
200 'common/gpu/client/gpu_memory_buffer_impl.h', 202 'common/gpu/client/gpu_memory_buffer_impl.h',
201 'common/gpu/client/gpu_memory_buffer_impl_android.cc', 203 'common/gpu/client/gpu_memory_buffer_impl_android.cc',
202 'common/gpu/client/gpu_memory_buffer_impl_linux.cc', 204 'common/gpu/client/gpu_memory_buffer_impl_linux.cc',
203 'common/gpu/client/gpu_memory_buffer_impl_mac.cc', 205 'common/gpu/client/gpu_memory_buffer_impl_mac.cc',
204 'common/gpu/client/gpu_memory_buffer_impl_shm.cc', 206 'common/gpu/client/gpu_memory_buffer_impl_shm.cc',
(...skipping 445 matching lines...) Expand 10 before | Expand all | Expand 10 after
650 'common/sandbox_linux/bpf_renderer_policy_linux.cc', 652 'common/sandbox_linux/bpf_renderer_policy_linux.cc',
651 'common/sandbox_linux/bpf_renderer_policy_linux.h', 653 'common/sandbox_linux/bpf_renderer_policy_linux.h',
652 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', 654 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc',
653 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', 655 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h',
654 ], 656 ],
655 }, { 657 }, {
656 'defines': ['USE_SECCOMP_BPF'], 658 'defines': ['USE_SECCOMP_BPF'],
657 }], 659 }],
658 ], 660 ],
659 } 661 }
OLDNEW
« no previous file with comments | « content/common/gpu/client/gl_helper_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698