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 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
195 'common/cursors/webcursor.cc', | 195 'common/cursors/webcursor.cc', |
196 'common/cursors/webcursor.h', | 196 'common/cursors/webcursor.h', |
197 'common/cursors/webcursor_android.cc', | 197 'common/cursors/webcursor_android.cc', |
198 'common/cursors/webcursor_aura.cc', | 198 'common/cursors/webcursor_aura.cc', |
199 'common/cursors/webcursor_aurawin.cc', | 199 'common/cursors/webcursor_aurawin.cc', |
200 'common/cursors/webcursor_aurax11.cc', | 200 'common/cursors/webcursor_aurax11.cc', |
201 'common/cursors/webcursor_mac.mm', | 201 'common/cursors/webcursor_mac.mm', |
202 'common/cursors/webcursor_ozone.cc', | 202 'common/cursors/webcursor_ozone.cc', |
203 'common/database_messages.h', | 203 'common/database_messages.h', |
204 'common/date_time_suggestion.h', | 204 'common/date_time_suggestion.h', |
205 'common/desktop_notification_messages.h', | |
206 'common/device_sensors/device_light_data.h', | 205 'common/device_sensors/device_light_data.h', |
207 'common/device_sensors/device_light_hardware_buffer.h', | 206 'common/device_sensors/device_light_hardware_buffer.h', |
208 'common/device_sensors/device_light_messages.h', | 207 'common/device_sensors/device_light_messages.h', |
209 'common/device_sensors/device_motion_hardware_buffer.h', | 208 'common/device_sensors/device_motion_hardware_buffer.h', |
210 'common/device_sensors/device_motion_messages.h', | 209 'common/device_sensors/device_motion_messages.h', |
211 'common/device_sensors/device_orientation_hardware_buffer.h', | 210 'common/device_sensors/device_orientation_hardware_buffer.h', |
212 'common/device_sensors/device_orientation_messages.h', | 211 'common/device_sensors/device_orientation_messages.h', |
213 'common/devtools_messages.h', | 212 'common/devtools_messages.h', |
214 'common/dom_storage/dom_storage_map.cc', | 213 'common/dom_storage/dom_storage_map.cc', |
215 'common/dom_storage/dom_storage_map.h', | 214 'common/dom_storage/dom_storage_map.h', |
(...skipping 706 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
922 'common/cursors/webcursor_ozone.cc', | 921 'common/cursors/webcursor_ozone.cc', |
923 'common/font_list_ozone.cc', | 922 'common/font_list_ozone.cc', |
924 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', | 923 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', |
925 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', | 924 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', |
926 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', | 925 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', |
927 'common/gpu/gpu_memory_buffer_factory_ozone.cc', | 926 'common/gpu/gpu_memory_buffer_factory_ozone.cc', |
928 ], | 927 ], |
929 }], | 928 }], |
930 ], | 929 ], |
931 } | 930 } |
OLD | NEW |