| 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 427 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 438 'browser/gamepad/gamepad_platform_data_fetcher_win.cc', | 438 'browser/gamepad/gamepad_platform_data_fetcher_win.cc', |
| 439 'browser/gamepad/gamepad_platform_data_fetcher_win.h', | 439 'browser/gamepad/gamepad_platform_data_fetcher_win.h', |
| 440 'browser/gamepad/gamepad_provider.cc', | 440 'browser/gamepad/gamepad_provider.cc', |
| 441 'browser/gamepad/gamepad_provider.h', | 441 'browser/gamepad/gamepad_provider.h', |
| 442 'browser/gamepad/gamepad_service.cc', | 442 'browser/gamepad/gamepad_service.cc', |
| 443 'browser/gamepad/gamepad_service.h', | 443 'browser/gamepad/gamepad_service.h', |
| 444 'browser/gamepad/gamepad_standard_mappings.h', | 444 'browser/gamepad/gamepad_standard_mappings.h', |
| 445 'browser/gamepad/gamepad_standard_mappings_linux.cc', | 445 'browser/gamepad/gamepad_standard_mappings_linux.cc', |
| 446 'browser/gamepad/gamepad_standard_mappings_mac.mm', | 446 'browser/gamepad/gamepad_standard_mappings_mac.mm', |
| 447 'browser/gamepad/gamepad_standard_mappings_win.cc', | 447 'browser/gamepad/gamepad_standard_mappings_win.cc', |
| 448 'browser/gamepad/xbox_data_fetcher_mac.cc', |
| 449 'browser/gamepad/xbox_data_fetcher_mac.h', |
| 448 'browser/geolocation/core_location_data_provider_mac.h', | 450 'browser/geolocation/core_location_data_provider_mac.h', |
| 449 'browser/geolocation/core_location_data_provider_mac.mm', | 451 'browser/geolocation/core_location_data_provider_mac.mm', |
| 450 'browser/geolocation/core_location_provider_mac.h', | 452 'browser/geolocation/core_location_provider_mac.h', |
| 451 'browser/geolocation/core_location_provider_mac.mm', | 453 'browser/geolocation/core_location_provider_mac.mm', |
| 452 'browser/geolocation/device_data_provider.cc', | 454 'browser/geolocation/device_data_provider.cc', |
| 453 'browser/geolocation/device_data_provider.h', | 455 'browser/geolocation/device_data_provider.h', |
| 454 'browser/geolocation/empty_device_data_provider.cc', | 456 'browser/geolocation/empty_device_data_provider.cc', |
| 455 'browser/geolocation/empty_device_data_provider.h', | 457 'browser/geolocation/empty_device_data_provider.h', |
| 456 'browser/geolocation/geolocation.cc', | 458 'browser/geolocation/geolocation.cc', |
| 457 'browser/geolocation/geolocation_dispatcher_host.cc', | 459 'browser/geolocation/geolocation_dispatcher_host.cc', |
| (...skipping 861 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1319 '../third_party/speex/speex.gyp:libspeex', | 1321 '../third_party/speex/speex.gyp:libspeex', |
| 1320 ], | 1322 ], |
| 1321 }], | 1323 }], |
| 1322 ['linux_use_libgps==1', { | 1324 ['linux_use_libgps==1', { |
| 1323 'dependencies': [ | 1325 'dependencies': [ |
| 1324 '../build/linux/system.gyp:libgps', | 1326 '../build/linux/system.gyp:libgps', |
| 1325 ], | 1327 ], |
| 1326 }], | 1328 }], |
| 1327 ], | 1329 ], |
| 1328 } | 1330 } |
| OLD | NEW |