| OLD | NEW |
| 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 Loading... |
| 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 } |
| OLD | NEW |