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 '../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 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
171 'common/cursors/webcursor_android.cc', | 171 'common/cursors/webcursor_android.cc', |
172 'common/cursors/webcursor_aura.cc', | 172 'common/cursors/webcursor_aura.cc', |
173 'common/cursors/webcursor_aurawin.cc', | 173 'common/cursors/webcursor_aurawin.cc', |
174 'common/cursors/webcursor_aurax11.cc', | 174 'common/cursors/webcursor_aurax11.cc', |
175 'common/cursors/webcursor_mac.mm', | 175 'common/cursors/webcursor_mac.mm', |
176 'common/cursors/webcursor_ozone.cc', | 176 'common/cursors/webcursor_ozone.cc', |
177 'common/cursors/webcursor_win.cc', | 177 'common/cursors/webcursor_win.cc', |
178 'common/database_messages.h', | 178 'common/database_messages.h', |
179 'common/date_time_suggestion.h', | 179 'common/date_time_suggestion.h', |
180 'common/desktop_notification_messages.h', | 180 'common/desktop_notification_messages.h', |
181 'common/device_orientation/device_motion_hardware_buffer.h', | 181 'common/device_sensors/device_motion_hardware_buffer.h', |
182 'common/device_orientation/device_motion_messages.h', | 182 'common/device_sensors/device_motion_messages.h', |
183 'common/device_orientation/device_orientation_hardware_buffer.h', | 183 'common/device_sensors/device_orientation_hardware_buffer.h', |
184 'common/device_orientation/device_orientation_messages.h', | 184 'common/device_sensors/device_orientation_messages.h', |
185 'common/devtools_messages.h', | 185 'common/devtools_messages.h', |
186 'common/dom_storage/dom_storage_map.cc', | 186 'common/dom_storage/dom_storage_map.cc', |
187 'common/dom_storage/dom_storage_map.h', | 187 'common/dom_storage/dom_storage_map.h', |
188 'common/dom_storage/dom_storage_messages.h', | 188 'common/dom_storage/dom_storage_messages.h', |
189 'common/drag_event_source_info.h', | 189 'common/drag_event_source_info.h', |
190 'common/drag_messages.h', | 190 'common/drag_messages.h', |
191 'common/drag_traits.h', | 191 'common/drag_traits.h', |
192 'common/edit_command.h', | 192 'common/edit_command.h', |
193 'common/file_utilities_messages.h', | 193 'common/file_utilities_messages.h', |
194 'common/fileapi/file_system_messages.h', | 194 'common/fileapi/file_system_messages.h', |
(...skipping 555 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
750 'common/sandbox_linux/bpf_renderer_policy_linux.cc', | 750 'common/sandbox_linux/bpf_renderer_policy_linux.cc', |
751 'common/sandbox_linux/bpf_renderer_policy_linux.h', | 751 'common/sandbox_linux/bpf_renderer_policy_linux.h', |
752 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', | 752 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', |
753 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', | 753 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', |
754 ], | 754 ], |
755 }, { | 755 }, { |
756 'defines': ['USE_SECCOMP_BPF'], | 756 'defines': ['USE_SECCOMP_BPF'], |
757 }], | 757 }], |
758 ], | 758 ], |
759 } | 759 } |
OLD | NEW |