| 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 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 172 'common/cursors/webcursor.h', | 172 'common/cursors/webcursor.h', |
| 173 'common/cursors/webcursor_android.cc', | 173 'common/cursors/webcursor_android.cc', |
| 174 'common/cursors/webcursor_aura.cc', | 174 'common/cursors/webcursor_aura.cc', |
| 175 'common/cursors/webcursor_aurawin.cc', | 175 'common/cursors/webcursor_aurawin.cc', |
| 176 'common/cursors/webcursor_aurax11.cc', | 176 'common/cursors/webcursor_aurax11.cc', |
| 177 'common/cursors/webcursor_mac.mm', | 177 'common/cursors/webcursor_mac.mm', |
| 178 'common/cursors/webcursor_ozone.cc', | 178 'common/cursors/webcursor_ozone.cc', |
| 179 'common/database_messages.h', | 179 'common/database_messages.h', |
| 180 'common/date_time_suggestion.h', | 180 'common/date_time_suggestion.h', |
| 181 'common/desktop_notification_messages.h', | 181 'common/desktop_notification_messages.h', |
| 182 'common/device_sensors/device_light_hardware_buffer.h', |
| 183 'common/device_sensors/device_light_messages.h', |
| 182 'common/device_sensors/device_motion_hardware_buffer.h', | 184 'common/device_sensors/device_motion_hardware_buffer.h', |
| 183 'common/device_sensors/device_motion_messages.h', | 185 'common/device_sensors/device_motion_messages.h', |
| 184 'common/device_sensors/device_orientation_hardware_buffer.h', | 186 'common/device_sensors/device_orientation_hardware_buffer.h', |
| 185 'common/device_sensors/device_orientation_messages.h', | 187 'common/device_sensors/device_orientation_messages.h', |
| 186 'common/devtools_messages.h', | 188 'common/devtools_messages.h', |
| 187 'common/dom_storage/dom_storage_map.cc', | 189 'common/dom_storage/dom_storage_map.cc', |
| 188 'common/dom_storage/dom_storage_map.h', | 190 'common/dom_storage/dom_storage_map.h', |
| 189 'common/dom_storage/dom_storage_messages.h', | 191 'common/dom_storage/dom_storage_messages.h', |
| 190 'common/drag_event_source_info.h', | 192 'common/drag_event_source_info.h', |
| 191 'common/drag_messages.h', | 193 'common/drag_messages.h', |
| (...skipping 592 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 784 'common/sandbox_linux/bpf_renderer_policy_linux.cc', | 786 'common/sandbox_linux/bpf_renderer_policy_linux.cc', |
| 785 'common/sandbox_linux/bpf_renderer_policy_linux.h', | 787 'common/sandbox_linux/bpf_renderer_policy_linux.h', |
| 786 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', | 788 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', |
| 787 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', | 789 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', |
| 788 ], | 790 ], |
| 789 }, { | 791 }, { |
| 790 'defines': ['USE_SECCOMP_BPF'], | 792 'defines': ['USE_SECCOMP_BPF'], |
| 791 }], | 793 }], |
| 792 ], | 794 ], |
| 793 } | 795 } |
| OLD | NEW |