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 'browser/speech/proto/speech_proto.gyp:speech_proto', | 7 'browser/speech/proto/speech_proto.gyp:speech_proto', |
8 '../base/base.gyp:base_static', | 8 '../base/base.gyp:base_static', |
9 '../crypto/crypto.gyp:crypto', | 9 '../crypto/crypto.gyp:crypto', |
10 '../google_apis/google_apis.gyp:google_apis', | 10 '../google_apis/google_apis.gyp:google_apis', |
(...skipping 388 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
399 'browser/gamepad/gamepad_platform_data_fetcher_mac.mm', | 399 'browser/gamepad/gamepad_platform_data_fetcher_mac.mm', |
400 'browser/gamepad/gamepad_platform_data_fetcher_win.cc', | 400 'browser/gamepad/gamepad_platform_data_fetcher_win.cc', |
401 'browser/gamepad/gamepad_platform_data_fetcher_win.h', | 401 'browser/gamepad/gamepad_platform_data_fetcher_win.h', |
402 'browser/gamepad/gamepad_provider.cc', | 402 'browser/gamepad/gamepad_provider.cc', |
403 'browser/gamepad/gamepad_provider.h', | 403 'browser/gamepad/gamepad_provider.h', |
404 'browser/gamepad/gamepad_service.cc', | 404 'browser/gamepad/gamepad_service.cc', |
405 'browser/gamepad/gamepad_service.h', | 405 'browser/gamepad/gamepad_service.h', |
406 'browser/gamepad/gamepad_standard_mappings.h', | 406 'browser/gamepad/gamepad_standard_mappings.h', |
407 'browser/gamepad/gamepad_standard_mappings_linux.cc', | 407 'browser/gamepad/gamepad_standard_mappings_linux.cc', |
408 'browser/gamepad/gamepad_standard_mappings_mac.mm', | 408 'browser/gamepad/gamepad_standard_mappings_mac.mm', |
| 409 'browser/gamepad/gamepad_standard_mappings_win.cc', |
409 'browser/geolocation/core_location_data_provider_mac.h', | 410 'browser/geolocation/core_location_data_provider_mac.h', |
410 'browser/geolocation/core_location_data_provider_mac.mm', | 411 'browser/geolocation/core_location_data_provider_mac.mm', |
411 'browser/geolocation/core_location_provider_mac.h', | 412 'browser/geolocation/core_location_provider_mac.h', |
412 'browser/geolocation/core_location_provider_mac.mm', | 413 'browser/geolocation/core_location_provider_mac.mm', |
413 'browser/geolocation/device_data_provider.cc', | 414 'browser/geolocation/device_data_provider.cc', |
414 'browser/geolocation/device_data_provider.h', | 415 'browser/geolocation/device_data_provider.h', |
415 'browser/geolocation/empty_device_data_provider.cc', | 416 'browser/geolocation/empty_device_data_provider.cc', |
416 'browser/geolocation/empty_device_data_provider.h', | 417 'browser/geolocation/empty_device_data_provider.h', |
417 'browser/geolocation/geolocation.cc', | 418 'browser/geolocation/geolocation.cc', |
418 'browser/geolocation/geolocation_dispatcher_host.cc', | 419 'browser/geolocation/geolocation_dispatcher_host.cc', |
(...skipping 757 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1176 ['exclude', '^browser/speech/'], | 1177 ['exclude', '^browser/speech/'], |
1177 ], | 1178 ], |
1178 }], | 1179 }], |
1179 ['linux_use_libgps==1', { | 1180 ['linux_use_libgps==1', { |
1180 'dependencies': [ | 1181 'dependencies': [ |
1181 '../build/linux/system.gyp:libgps', | 1182 '../build/linux/system.gyp:libgps', |
1182 ], | 1183 ], |
1183 }], | 1184 }], |
1184 ], | 1185 ], |
1185 } | 1186 } |
OLD | NEW |