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

Side by Side Diff: content/content_common.gypi

Issue 989993002: x11: Use scoped_ptr<> for X11 objects where it makes sense. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 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/x_util.cc ('k') | ui/base/idle/idle_query_x11.cc » ('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 704 matching lines...) Expand 10 before | Expand all | Expand 10 after
715 ['use_x11 == 1', { 715 ['use_x11 == 1', {
716 'include_dirs': [ 716 'include_dirs': [
717 '<(DEPTH)/third_party/khronos', 717 '<(DEPTH)/third_party/khronos',
718 ], 718 ],
719 'dependencies': [ 719 'dependencies': [
720 '<(DEPTH)/build/linux/system.gyp:xcomposite', 720 '<(DEPTH)/build/linux/system.gyp:xcomposite',
721 ], 721 ],
722 }], 722 }],
723 ['use_x11 == 1 and (target_arch != "arm" or chromeos == 0)', { 723 ['use_x11 == 1 and (target_arch != "arm" or chromeos == 0)', {
724 'sources': [ 724 'sources': [
725 'common/gpu/x_util.cc',
726 'common/gpu/x_util.h', 725 'common/gpu/x_util.h',
727 ], 726 ],
728 }], 727 }],
729 ['enable_plugins==1', { 728 ['enable_plugins==1', {
730 'dependencies': [ 729 'dependencies': [
731 '../ppapi/ppapi_internal.gyp:ppapi_shared', 730 '../ppapi/ppapi_internal.gyp:ppapi_shared',
732 ], 731 ],
733 }, { # enable_plugins == 0 732 }, { # enable_plugins == 0
734 'sources!': [ 733 'sources!': [
735 'common/pepper_file_util.cc', 734 'common/pepper_file_util.cc',
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
1043 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', 1042 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
1044 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', 1043 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc',
1045 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', 1044 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h',
1046 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 1045 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
1047 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc', 1046 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc',
1048 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h', 1047 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h',
1049 ], 1048 ],
1050 }], 1049 }],
1051 ], 1050 ],
1052 } 1051 }
OLDNEW
« no previous file with comments | « content/common/gpu/x_util.cc ('k') | ui/base/idle/idle_query_x11.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698