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 '../base/base.gyp:base_static', | 7 '../base/base.gyp:base_static', |
8 '../crypto/crypto.gyp:crypto', | 8 '../crypto/crypto.gyp:crypto', |
9 '../google_apis/google_apis.gyp:google_apis', | 9 '../google_apis/google_apis.gyp:google_apis', |
10 '../net/net.gyp:net', | 10 '../net/net.gyp:net', |
(...skipping 710 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
721 'browser/loader/buffered_resource_handler.h', | 721 'browser/loader/buffered_resource_handler.h', |
722 'browser/loader/certificate_resource_handler.cc', | 722 'browser/loader/certificate_resource_handler.cc', |
723 'browser/loader/certificate_resource_handler.h', | 723 'browser/loader/certificate_resource_handler.h', |
724 'browser/loader/cross_site_resource_handler.cc', | 724 'browser/loader/cross_site_resource_handler.cc', |
725 'browser/loader/cross_site_resource_handler.h', | 725 'browser/loader/cross_site_resource_handler.h', |
726 'browser/loader/detachable_resource_handler.cc', | 726 'browser/loader/detachable_resource_handler.cc', |
727 'browser/loader/detachable_resource_handler.h', | 727 'browser/loader/detachable_resource_handler.h', |
728 'browser/loader/global_routing_id.h', | 728 'browser/loader/global_routing_id.h', |
729 'browser/loader/layered_resource_handler.cc', | 729 'browser/loader/layered_resource_handler.cc', |
730 'browser/loader/layered_resource_handler.h', | 730 'browser/loader/layered_resource_handler.h', |
731 'browser/loader/offline_policy.cc', | |
732 'browser/loader/offline_policy.h', | |
733 'browser/loader/power_save_block_resource_throttle.cc', | 731 'browser/loader/power_save_block_resource_throttle.cc', |
734 'browser/loader/power_save_block_resource_throttle.h', | 732 'browser/loader/power_save_block_resource_throttle.h', |
735 'browser/loader/redirect_to_file_resource_handler.cc', | 733 'browser/loader/redirect_to_file_resource_handler.cc', |
736 'browser/loader/redirect_to_file_resource_handler.h', | 734 'browser/loader/redirect_to_file_resource_handler.h', |
737 'browser/loader/resource_buffer.cc', | 735 'browser/loader/resource_buffer.cc', |
738 'browser/loader/resource_buffer.h', | 736 'browser/loader/resource_buffer.h', |
739 'browser/loader/resource_dispatcher_host_impl.cc', | 737 'browser/loader/resource_dispatcher_host_impl.cc', |
740 'browser/loader/resource_dispatcher_host_impl.h', | 738 'browser/loader/resource_dispatcher_host_impl.h', |
741 'browser/loader/resource_handler.cc', | 739 'browser/loader/resource_handler.cc', |
742 'browser/loader/resource_handler.h', | 740 'browser/loader/resource_handler.h', |
(...skipping 980 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1723 '../build/linux/system.gyp:dbus', | 1721 '../build/linux/system.gyp:dbus', |
1724 '../dbus/dbus.gyp:dbus', | 1722 '../dbus/dbus.gyp:dbus', |
1725 ], | 1723 ], |
1726 }, { # OS != "linux" or use_dbus==0 | 1724 }, { # OS != "linux" or use_dbus==0 |
1727 'sources!': [ | 1725 'sources!': [ |
1728 'browser/geolocation/wifi_data_provider_linux.cc', | 1726 'browser/geolocation/wifi_data_provider_linux.cc', |
1729 ], | 1727 ], |
1730 }], | 1728 }], |
1731 ], | 1729 ], |
1732 } | 1730 } |
OLD | NEW |