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

Side by Side Diff: content/content_common.gypi

Issue 654223006: Cleanup GpuMemoryBuffer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: style nits Created 6 years, 1 month 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 '../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 897 matching lines...) Expand 10 before | Expand all | Expand 10 after
908 ['use_ozone==1', { 908 ['use_ozone==1', {
909 'dependencies': [ 909 'dependencies': [
910 '../ui/ozone/ozone.gyp:ozone', 910 '../ui/ozone/ozone.gyp:ozone',
911 '../ui/ozone/gpu/ozone_gpu.gyp:ozone_gpu', 911 '../ui/ozone/gpu/ozone_gpu.gyp:ozone_gpu',
912 ], 912 ],
913 'sources': [ 913 'sources': [
914 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', 914 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
915 ], 915 ],
916 'sources!': [ 916 'sources!': [
917 'common/gpu/client/gpu_memory_buffer_impl_linux.cc', 917 'common/gpu/client/gpu_memory_buffer_impl_linux.cc',
918 'common/gpu/gpu_memory_buffer_factory_linux.cc',
918 ], 919 ],
919 }], 920 }],
920 ], 921 ],
921 } 922 }
OLDNEW
« no previous file with comments | « content/common/gpu/client/gpu_memory_buffer_impl_win.cc ('k') | gpu/command_buffer/client/gpu_memory_buffer_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698