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 791 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
802 "loader/navigation_url_loader.cc", | 802 "loader/navigation_url_loader.cc", |
803 "loader/navigation_url_loader.h", | 803 "loader/navigation_url_loader.h", |
804 "loader/navigation_url_loader_delegate.h", | 804 "loader/navigation_url_loader_delegate.h", |
805 "loader/navigation_url_loader_factory.h", | 805 "loader/navigation_url_loader_factory.h", |
806 "loader/navigation_url_loader_impl.cc", | 806 "loader/navigation_url_loader_impl.cc", |
807 "loader/navigation_url_loader_impl.h", | 807 "loader/navigation_url_loader_impl.h", |
808 "loader/navigation_url_loader_impl_core.cc", | 808 "loader/navigation_url_loader_impl_core.cc", |
809 "loader/navigation_url_loader_impl_core.h", | 809 "loader/navigation_url_loader_impl_core.h", |
810 "loader/netlog_observer.cc", | 810 "loader/netlog_observer.cc", |
811 "loader/netlog_observer.h", | 811 "loader/netlog_observer.h", |
| 812 "loader/null_resource_controller.cc", |
| 813 "loader/null_resource_controller.h", |
812 "loader/power_save_block_resource_throttle.cc", | 814 "loader/power_save_block_resource_throttle.cc", |
813 "loader/power_save_block_resource_throttle.h", | 815 "loader/power_save_block_resource_throttle.h", |
814 "loader/redirect_to_file_resource_handler.cc", | 816 "loader/redirect_to_file_resource_handler.cc", |
815 "loader/redirect_to_file_resource_handler.h", | 817 "loader/redirect_to_file_resource_handler.h", |
816 "loader/resource_buffer.cc", | 818 "loader/resource_buffer.cc", |
817 "loader/resource_buffer.h", | 819 "loader/resource_buffer.h", |
818 "loader/resource_controller.h", | 820 "loader/resource_controller.h", |
819 "loader/resource_dispatcher_host_impl.cc", | 821 "loader/resource_dispatcher_host_impl.cc", |
820 "loader/resource_dispatcher_host_impl.h", | 822 "loader/resource_dispatcher_host_impl.h", |
821 "loader/resource_handler.cc", | 823 "loader/resource_handler.cc", |
(...skipping 1204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2026 if (!is_component_build) { | 2028 if (!is_component_build) { |
2027 public_deps = [ | 2029 public_deps = [ |
2028 ":browser", | 2030 ":browser", |
2029 ] | 2031 ] |
2030 } else { | 2032 } else { |
2031 public_deps = [ | 2033 public_deps = [ |
2032 "//third_party/leveldatabase", | 2034 "//third_party/leveldatabase", |
2033 ] | 2035 ] |
2034 } | 2036 } |
2035 } | 2037 } |
OLD | NEW |