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

Side by Side Diff: content/content_common.gypi

Issue 1262043002: Implement DRM Native Pixmap using prime buffer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@new-master
Patch Set: remove drm header Created 4 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
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 '../cc/cc.gyp:cc', 8 '../cc/cc.gyp:cc',
9 '../components/tracing.gyp:tracing', 9 '../components/tracing.gyp:tracing',
10 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 10 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
(...skipping 1077 matching lines...) Expand 10 before | Expand all | Expand 10 after
1088 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', 1088 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc',
1089 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', 1089 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h',
1090 ], 1090 ],
1091 }, { 1091 }, {
1092 'defines': ['USE_SECCOMP_BPF'], 1092 'defines': ['USE_SECCOMP_BPF'],
1093 }], 1093 }],
1094 ['use_ozone==1', { 1094 ['use_ozone==1', {
1095 'dependencies': [ 1095 'dependencies': [
1096 '../ui/ozone/ozone.gyp:ozone', 1096 '../ui/ozone/ozone.gyp:ozone',
1097 '../ui/ozone/ozone.gyp:ozone_base', 1097 '../ui/ozone/ozone.gyp:ozone_base',
1098 '../ui/ozone/ozone.gyp:vgem_map',
1099 ], 1098 ],
1100 'sources!': [ 1099 'sources!': [
1101 'common/gpu/client/gpu_memory_buffer_impl_linux.cc', 1100 'common/gpu/client/gpu_memory_buffer_impl_linux.cc',
1102 'common/gpu/gpu_memory_buffer_factory_linux.cc', 1101 'common/gpu/gpu_memory_buffer_factory_linux.cc',
1103 ], 1102 ],
1104 }, { # use_ozone!=1 1103 }, { # use_ozone!=1
1105 'sources!': [ 1104 'sources!': [
1106 'common/cursors/webcursor_ozone.cc', 1105 'common/cursors/webcursor_ozone.cc',
1107 'common/font_list_ozone.cc', 1106 'common/font_list_ozone.cc',
1108 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', 1107 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
1109 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc', 1108 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc',
1110 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h', 1109 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h',
1111 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 1110 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
1112 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', 1111 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc',
1113 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', 1112 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h',
1114 ], 1113 ],
1115 }], 1114 }],
1116 ], 1115 ],
1117 } 1116 }
OLDNEW
« no previous file with comments | « content/common/sandbox_linux/bpf_renderer_policy_linux.cc ('k') | content/test/content_test_suite.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698