OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 import("//build/config/features.gni") | 5 import("//build/config/features.gni") |
6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
7 import("//media/media_options.gni") | 7 import("//media/media_options.gni") |
8 import("//ppapi/features/features.gni") | 8 import("//ppapi/features/features.gni") |
9 import("//printing/features/features.gni") | 9 import("//printing/features/features.gni") |
10 import("//third_party/WebKit/public/public_features.gni") | 10 import("//third_party/WebKit/public/public_features.gni") |
(...skipping 755 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
766 "loader/navigation_url_loader.cc", | 766 "loader/navigation_url_loader.cc", |
767 "loader/navigation_url_loader.h", | 767 "loader/navigation_url_loader.h", |
768 "loader/navigation_url_loader_delegate.h", | 768 "loader/navigation_url_loader_delegate.h", |
769 "loader/navigation_url_loader_factory.h", | 769 "loader/navigation_url_loader_factory.h", |
770 "loader/navigation_url_loader_impl.cc", | 770 "loader/navigation_url_loader_impl.cc", |
771 "loader/navigation_url_loader_impl.h", | 771 "loader/navigation_url_loader_impl.h", |
772 "loader/navigation_url_loader_impl_core.cc", | 772 "loader/navigation_url_loader_impl_core.cc", |
773 "loader/navigation_url_loader_impl_core.h", | 773 "loader/navigation_url_loader_impl_core.h", |
774 "loader/netlog_observer.cc", | 774 "loader/netlog_observer.cc", |
775 "loader/netlog_observer.h", | 775 "loader/netlog_observer.h", |
| 776 "loader/null_resource_controller.cc", |
| 777 "loader/null_resource_controller.h", |
776 "loader/power_save_block_resource_throttle.cc", | 778 "loader/power_save_block_resource_throttle.cc", |
777 "loader/power_save_block_resource_throttle.h", | 779 "loader/power_save_block_resource_throttle.h", |
778 "loader/redirect_to_file_resource_handler.cc", | 780 "loader/redirect_to_file_resource_handler.cc", |
779 "loader/redirect_to_file_resource_handler.h", | 781 "loader/redirect_to_file_resource_handler.h", |
780 "loader/resource_buffer.cc", | 782 "loader/resource_buffer.cc", |
781 "loader/resource_buffer.h", | 783 "loader/resource_buffer.h", |
782 "loader/resource_dispatcher_host_impl.cc", | 784 "loader/resource_dispatcher_host_impl.cc", |
783 "loader/resource_dispatcher_host_impl.h", | 785 "loader/resource_dispatcher_host_impl.h", |
784 "loader/resource_handler.cc", | 786 "loader/resource_handler.cc", |
785 "loader/resource_handler.h", | 787 "loader/resource_handler.h", |
(...skipping 1186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1972 if (!is_component_build) { | 1974 if (!is_component_build) { |
1973 public_deps = [ | 1975 public_deps = [ |
1974 ":browser", | 1976 ":browser", |
1975 ] | 1977 ] |
1976 } else { | 1978 } else { |
1977 public_deps = [ | 1979 public_deps = [ |
1978 "//third_party/leveldatabase", | 1980 "//third_party/leveldatabase", |
1979 ] | 1981 ] |
1980 } | 1982 } |
1981 } | 1983 } |
OLD | NEW |