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 789 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
800 "loader/navigation_url_loader.cc", | 800 "loader/navigation_url_loader.cc", |
801 "loader/navigation_url_loader.h", | 801 "loader/navigation_url_loader.h", |
802 "loader/navigation_url_loader_delegate.h", | 802 "loader/navigation_url_loader_delegate.h", |
803 "loader/navigation_url_loader_factory.h", | 803 "loader/navigation_url_loader_factory.h", |
804 "loader/navigation_url_loader_impl.cc", | 804 "loader/navigation_url_loader_impl.cc", |
805 "loader/navigation_url_loader_impl.h", | 805 "loader/navigation_url_loader_impl.h", |
806 "loader/navigation_url_loader_impl_core.cc", | 806 "loader/navigation_url_loader_impl_core.cc", |
807 "loader/navigation_url_loader_impl_core.h", | 807 "loader/navigation_url_loader_impl_core.h", |
808 "loader/netlog_observer.cc", | 808 "loader/netlog_observer.cc", |
809 "loader/netlog_observer.h", | 809 "loader/netlog_observer.h", |
| 810 "loader/null_resource_controller.cc", |
| 811 "loader/null_resource_controller.h", |
810 "loader/power_save_block_resource_throttle.cc", | 812 "loader/power_save_block_resource_throttle.cc", |
811 "loader/power_save_block_resource_throttle.h", | 813 "loader/power_save_block_resource_throttle.h", |
812 "loader/redirect_to_file_resource_handler.cc", | 814 "loader/redirect_to_file_resource_handler.cc", |
813 "loader/redirect_to_file_resource_handler.h", | 815 "loader/redirect_to_file_resource_handler.h", |
814 "loader/resource_buffer.cc", | 816 "loader/resource_buffer.cc", |
815 "loader/resource_buffer.h", | 817 "loader/resource_buffer.h", |
816 "loader/resource_controller.h", | 818 "loader/resource_controller.h", |
817 "loader/resource_dispatcher_host_impl.cc", | 819 "loader/resource_dispatcher_host_impl.cc", |
818 "loader/resource_dispatcher_host_impl.h", | 820 "loader/resource_dispatcher_host_impl.h", |
819 "loader/resource_handler.cc", | 821 "loader/resource_handler.cc", |
(...skipping 1198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2018 if (!is_component_build) { | 2020 if (!is_component_build) { |
2019 public_deps = [ | 2021 public_deps = [ |
2020 ":browser", | 2022 ":browser", |
2021 ] | 2023 ] |
2022 } else { | 2024 } else { |
2023 public_deps = [ | 2025 public_deps = [ |
2024 "//third_party/leveldatabase", | 2026 "//third_party/leveldatabase", |
2025 ] | 2027 ] |
2026 } | 2028 } |
2027 } | 2029 } |
OLD | NEW |