| 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 513 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 524 'browser/loader/resource_handler.h', | 524 'browser/loader/resource_handler.h', |
| 525 'browser/loader/resource_loader.cc', | 525 'browser/loader/resource_loader.cc', |
| 526 'browser/loader/resource_loader_delegate.h', | 526 'browser/loader/resource_loader_delegate.h', |
| 527 'browser/loader/resource_loader.h', | 527 'browser/loader/resource_loader.h', |
| 528 'browser/loader/resource_message_delegate.cc', | 528 'browser/loader/resource_message_delegate.cc', |
| 529 'browser/loader/resource_message_delegate.h', | 529 'browser/loader/resource_message_delegate.h', |
| 530 'browser/loader/resource_message_filter.cc', | 530 'browser/loader/resource_message_filter.cc', |
| 531 'browser/loader/resource_message_filter.h', | 531 'browser/loader/resource_message_filter.h', |
| 532 'browser/loader/resource_request_info_impl.cc', | 532 'browser/loader/resource_request_info_impl.cc', |
| 533 'browser/loader/resource_request_info_impl.h', | 533 'browser/loader/resource_request_info_impl.h', |
| 534 'browser/loader/resource_scheduler.cc', | |
| 535 'browser/loader/resource_scheduler.h', | |
| 536 'browser/loader/resource_scheduler_filter.cc', | |
| 537 'browser/loader/resource_scheduler_filter.h', | |
| 538 'browser/loader/sync_resource_handler.cc', | 534 'browser/loader/sync_resource_handler.cc', |
| 539 'browser/loader/sync_resource_handler.h', | 535 'browser/loader/sync_resource_handler.h', |
| 540 'browser/loader/throttling_resource_handler.cc', | 536 'browser/loader/throttling_resource_handler.cc', |
| 541 'browser/loader/throttling_resource_handler.h', | 537 'browser/loader/throttling_resource_handler.h', |
| 542 'browser/loader/transfer_navigation_resource_throttle.cc', | 538 'browser/loader/transfer_navigation_resource_throttle.cc', |
| 543 'browser/loader/transfer_navigation_resource_throttle.h', | 539 'browser/loader/transfer_navigation_resource_throttle.h', |
| 544 'browser/mach_broker_mac.cc', | 540 'browser/mach_broker_mac.cc', |
| 545 'browser/mach_broker_mac.h', | 541 'browser/mach_broker_mac.h', |
| 546 'browser/media_devices_monitor.cc', | 542 'browser/media_devices_monitor.cc', |
| 547 'browser/media/media_internals.cc', | 543 'browser/media/media_internals.cc', |
| (...skipping 673 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1221 ['exclude', '^browser/speech/'], | 1217 ['exclude', '^browser/speech/'], |
| 1222 ], | 1218 ], |
| 1223 }], | 1219 }], |
| 1224 ['linux_use_libgps==1', { | 1220 ['linux_use_libgps==1', { |
| 1225 'dependencies': [ | 1221 'dependencies': [ |
| 1226 '../build/linux/system.gyp:libgps', | 1222 '../build/linux/system.gyp:libgps', |
| 1227 ], | 1223 ], |
| 1228 }], | 1224 }], |
| 1229 ], | 1225 ], |
| 1230 } | 1226 } |
| OLD | NEW |