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 '../net/net.gyp:net', | 9 '../net/net.gyp:net', |
10 '../skia/skia.gyp:skia', | 10 '../skia/skia.gyp:skia', |
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
171 'common/cursors/webcursor_aurawin.cc', | 171 'common/cursors/webcursor_aurawin.cc', |
172 'common/cursors/webcursor_aurax11.cc', | 172 'common/cursors/webcursor_aurax11.cc', |
173 'common/cursors/webcursor_gtk.cc', | 173 'common/cursors/webcursor_gtk.cc', |
174 'common/cursors/webcursor_gtk_data.h', | 174 'common/cursors/webcursor_gtk_data.h', |
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_light/device_light_hardware_buffer.h' |
| 182 'common/device_light/device_light_messages.h', |
181 'common/device_orientation/device_motion_hardware_buffer.h', | 183 'common/device_orientation/device_motion_hardware_buffer.h', |
182 'common/device_orientation/device_motion_messages.h', | 184 'common/device_orientation/device_motion_messages.h', |
183 'common/device_orientation/device_orientation_hardware_buffer.h', | 185 'common/device_orientation/device_orientation_hardware_buffer.h', |
184 'common/device_orientation/device_orientation_messages.h', | 186 'common/device_orientation/device_orientation_messages.h', |
185 'common/devtools_messages.h', | 187 'common/devtools_messages.h', |
186 'common/dom_storage/dom_storage_map.cc', | 188 'common/dom_storage/dom_storage_map.cc', |
187 'common/dom_storage/dom_storage_map.h', | 189 'common/dom_storage/dom_storage_map.h', |
188 'common/dom_storage/dom_storage_messages.h', | 190 'common/dom_storage/dom_storage_messages.h', |
189 'common/drag_event_source_info.h', | 191 'common/drag_event_source_info.h', |
190 'common/drag_messages.h', | 192 'common/drag_messages.h', |
(...skipping 563 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
754 'common/sandbox_linux/bpf_renderer_policy_linux.cc', | 756 'common/sandbox_linux/bpf_renderer_policy_linux.cc', |
755 'common/sandbox_linux/bpf_renderer_policy_linux.h', | 757 'common/sandbox_linux/bpf_renderer_policy_linux.h', |
756 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', | 758 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', |
757 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', | 759 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', |
758 ], | 760 ], |
759 }, { | 761 }, { |
760 'defines': ['USE_SECCOMP_BPF'], | 762 'defines': ['USE_SECCOMP_BPF'], |
761 }], | 763 }], |
762 ], | 764 ], |
763 } | 765 } |
OLD | NEW |