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 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
179 'common/cursors/webcursor.h', | 179 'common/cursors/webcursor.h', |
180 'common/cursors/webcursor_android.cc', | 180 'common/cursors/webcursor_android.cc', |
181 'common/cursors/webcursor_aura.cc', | 181 'common/cursors/webcursor_aura.cc', |
182 'common/cursors/webcursor_aurawin.cc', | 182 'common/cursors/webcursor_aurawin.cc', |
183 'common/cursors/webcursor_aurax11.cc', | 183 'common/cursors/webcursor_aurax11.cc', |
184 'common/cursors/webcursor_mac.mm', | 184 'common/cursors/webcursor_mac.mm', |
185 'common/cursors/webcursor_ozone.cc', | 185 'common/cursors/webcursor_ozone.cc', |
186 'common/database_messages.h', | 186 'common/database_messages.h', |
187 'common/date_time_suggestion.h', | 187 'common/date_time_suggestion.h', |
188 'common/desktop_notification_messages.h', | 188 'common/desktop_notification_messages.h', |
| 189 'common/device_sensors/device_light_data.h', |
| 190 'common/device_sensors/device_light_hardware_buffer.h', |
| 191 'common/device_sensors/device_light_messages.h', |
189 'common/device_sensors/device_motion_hardware_buffer.h', | 192 'common/device_sensors/device_motion_hardware_buffer.h', |
190 'common/device_sensors/device_motion_messages.h', | 193 'common/device_sensors/device_motion_messages.h', |
191 'common/device_sensors/device_orientation_hardware_buffer.h', | 194 'common/device_sensors/device_orientation_hardware_buffer.h', |
192 'common/device_sensors/device_orientation_messages.h', | 195 'common/device_sensors/device_orientation_messages.h', |
193 'common/devtools_messages.h', | 196 'common/devtools_messages.h', |
194 'common/dom_storage/dom_storage_map.cc', | 197 'common/dom_storage/dom_storage_map.cc', |
195 'common/dom_storage/dom_storage_map.h', | 198 'common/dom_storage/dom_storage_map.h', |
196 'common/dom_storage/dom_storage_messages.h', | 199 'common/dom_storage/dom_storage_messages.h', |
197 'common/drag_event_source_info.h', | 200 'common/drag_event_source_info.h', |
198 'common/drag_messages.h', | 201 'common/drag_messages.h', |
(...skipping 652 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
851 }, { | 854 }, { |
852 'defines': ['USE_SECCOMP_BPF'], | 855 'defines': ['USE_SECCOMP_BPF'], |
853 }], | 856 }], |
854 ['use_ozone==1', { | 857 ['use_ozone==1', { |
855 'dependencies': [ | 858 'dependencies': [ |
856 '../ui/ozone/ozone.gyp:ozone', | 859 '../ui/ozone/ozone.gyp:ozone', |
857 ], | 860 ], |
858 }], | 861 }], |
859 ], | 862 ], |
860 } | 863 } |
OLD | NEW |