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 538 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
549 'browser/loader/resource_message_delegate.cc', | 549 'browser/loader/resource_message_delegate.cc', |
550 'browser/loader/resource_message_delegate.h', | 550 'browser/loader/resource_message_delegate.h', |
551 'browser/loader/resource_message_filter.cc', | 551 'browser/loader/resource_message_filter.cc', |
552 'browser/loader/resource_message_filter.h', | 552 'browser/loader/resource_message_filter.h', |
553 'browser/loader/resource_request_info_impl.cc', | 553 'browser/loader/resource_request_info_impl.cc', |
554 'browser/loader/resource_request_info_impl.h', | 554 'browser/loader/resource_request_info_impl.h', |
555 'browser/loader/resource_scheduler.cc', | 555 'browser/loader/resource_scheduler.cc', |
556 'browser/loader/resource_scheduler.h', | 556 'browser/loader/resource_scheduler.h', |
557 'browser/loader/resource_scheduler_filter.cc', | 557 'browser/loader/resource_scheduler_filter.cc', |
558 'browser/loader/resource_scheduler_filter.h', | 558 'browser/loader/resource_scheduler_filter.h', |
| 559 'browser/loader/stream_resource_handler.cc', |
| 560 'browser/loader/stream_resource_handler.h', |
559 'browser/loader/sync_resource_handler.cc', | 561 'browser/loader/sync_resource_handler.cc', |
560 'browser/loader/sync_resource_handler.h', | 562 'browser/loader/sync_resource_handler.h', |
561 'browser/loader/throttling_resource_handler.cc', | 563 'browser/loader/throttling_resource_handler.cc', |
562 'browser/loader/throttling_resource_handler.h', | 564 'browser/loader/throttling_resource_handler.h', |
563 'browser/loader/transfer_navigation_resource_throttle.cc', | 565 'browser/loader/transfer_navigation_resource_throttle.cc', |
564 'browser/loader/transfer_navigation_resource_throttle.h', | 566 'browser/loader/transfer_navigation_resource_throttle.h', |
565 'browser/mach_broker_mac.cc', | 567 'browser/mach_broker_mac.cc', |
566 'browser/mach_broker_mac.h', | 568 'browser/mach_broker_mac.h', |
567 'browser/media_devices_monitor.cc', | 569 'browser/media_devices_monitor.cc', |
568 'browser/media/media_internals.cc', | 570 'browser/media/media_internals.cc', |
(...skipping 700 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1269 ['exclude', '^browser/speech/'], | 1271 ['exclude', '^browser/speech/'], |
1270 ], | 1272 ], |
1271 }], | 1273 }], |
1272 ['linux_use_libgps==1', { | 1274 ['linux_use_libgps==1', { |
1273 'dependencies': [ | 1275 'dependencies': [ |
1274 '../build/linux/system.gyp:libgps', | 1276 '../build/linux/system.gyp:libgps', |
1275 ], | 1277 ], |
1276 }], | 1278 }], |
1277 ], | 1279 ], |
1278 } | 1280 } |
OLD | NEW |