| 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 434 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 445 'browser/gamepad/gamepad_platform_data_fetcher_win.cc', | 445 'browser/gamepad/gamepad_platform_data_fetcher_win.cc', |
| 446 'browser/gamepad/gamepad_platform_data_fetcher_win.h', | 446 'browser/gamepad/gamepad_platform_data_fetcher_win.h', |
| 447 'browser/gamepad/gamepad_provider.cc', | 447 'browser/gamepad/gamepad_provider.cc', |
| 448 'browser/gamepad/gamepad_provider.h', | 448 'browser/gamepad/gamepad_provider.h', |
| 449 'browser/gamepad/gamepad_service.cc', | 449 'browser/gamepad/gamepad_service.cc', |
| 450 'browser/gamepad/gamepad_service.h', | 450 'browser/gamepad/gamepad_service.h', |
| 451 'browser/gamepad/gamepad_standard_mappings.h', | 451 'browser/gamepad/gamepad_standard_mappings.h', |
| 452 'browser/gamepad/gamepad_standard_mappings_linux.cc', | 452 'browser/gamepad/gamepad_standard_mappings_linux.cc', |
| 453 'browser/gamepad/gamepad_standard_mappings_mac.mm', | 453 'browser/gamepad/gamepad_standard_mappings_mac.mm', |
| 454 'browser/gamepad/gamepad_standard_mappings_win.cc', | 454 'browser/gamepad/gamepad_standard_mappings_win.cc', |
| 455 'browser/gamepad/xbox_data_fetcher_mac.cc', |
| 456 'browser/gamepad/xbox_data_fetcher_mac.h', |
| 455 'browser/geolocation/core_location_data_provider_mac.h', | 457 'browser/geolocation/core_location_data_provider_mac.h', |
| 456 'browser/geolocation/core_location_data_provider_mac.mm', | 458 'browser/geolocation/core_location_data_provider_mac.mm', |
| 457 'browser/geolocation/core_location_provider_mac.h', | 459 'browser/geolocation/core_location_provider_mac.h', |
| 458 'browser/geolocation/core_location_provider_mac.mm', | 460 'browser/geolocation/core_location_provider_mac.mm', |
| 459 'browser/geolocation/device_data_provider.cc', | 461 'browser/geolocation/device_data_provider.cc', |
| 460 'browser/geolocation/device_data_provider.h', | 462 'browser/geolocation/device_data_provider.h', |
| 461 'browser/geolocation/empty_device_data_provider.cc', | 463 'browser/geolocation/empty_device_data_provider.cc', |
| 462 'browser/geolocation/empty_device_data_provider.h', | 464 'browser/geolocation/empty_device_data_provider.h', |
| 463 'browser/geolocation/geolocation_dispatcher_host.cc', | 465 'browser/geolocation/geolocation_dispatcher_host.cc', |
| 464 'browser/geolocation/geolocation_dispatcher_host.h', | 466 'browser/geolocation/geolocation_dispatcher_host.h', |
| (...skipping 900 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1365 '../third_party/speex/speex.gyp:libspeex', | 1367 '../third_party/speex/speex.gyp:libspeex', |
| 1366 ], | 1368 ], |
| 1367 }], | 1369 }], |
| 1368 ['linux_use_libgps==1', { | 1370 ['linux_use_libgps==1', { |
| 1369 'dependencies': [ | 1371 'dependencies': [ |
| 1370 '../build/linux/system.gyp:libgps', | 1372 '../build/linux/system.gyp:libgps', |
| 1371 ], | 1373 ], |
| 1372 }], | 1374 }], |
| 1373 ], | 1375 ], |
| 1374 } | 1376 } |
| OLD | NEW |