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("//printing/features/features.gni") | 8 import("//printing/features/features.gni") |
9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") | 9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") |
10 | 10 |
(...skipping 755 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
766 "loader/resource_hints_impl.cc", | 766 "loader/resource_hints_impl.cc", |
767 "loader/resource_loader.cc", | 767 "loader/resource_loader.cc", |
768 "loader/resource_loader.h", | 768 "loader/resource_loader.h", |
769 "loader/resource_loader_delegate.h", | 769 "loader/resource_loader_delegate.h", |
770 "loader/resource_message_delegate.cc", | 770 "loader/resource_message_delegate.cc", |
771 "loader/resource_message_delegate.h", | 771 "loader/resource_message_delegate.h", |
772 "loader/resource_message_filter.cc", | 772 "loader/resource_message_filter.cc", |
773 "loader/resource_message_filter.h", | 773 "loader/resource_message_filter.h", |
774 "loader/resource_request_info_impl.cc", | 774 "loader/resource_request_info_impl.cc", |
775 "loader/resource_request_info_impl.h", | 775 "loader/resource_request_info_impl.h", |
| 776 "loader/resource_requester_info.cc", |
| 777 "loader/resource_requester_info.h", |
776 "loader/resource_scheduler.cc", | 778 "loader/resource_scheduler.cc", |
777 "loader/resource_scheduler.h", | 779 "loader/resource_scheduler.h", |
778 "loader/resource_scheduler_filter.cc", | 780 "loader/resource_scheduler_filter.cc", |
779 "loader/resource_scheduler_filter.h", | 781 "loader/resource_scheduler_filter.h", |
780 "loader/stream_resource_handler.cc", | 782 "loader/stream_resource_handler.cc", |
781 "loader/stream_resource_handler.h", | 783 "loader/stream_resource_handler.h", |
782 "loader/stream_writer.cc", | 784 "loader/stream_writer.cc", |
783 "loader/stream_writer.h", | 785 "loader/stream_writer.h", |
784 "loader/sync_resource_handler.cc", | 786 "loader/sync_resource_handler.cc", |
785 "loader/sync_resource_handler.h", | 787 "loader/sync_resource_handler.h", |
(...skipping 1165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1951 if (!is_component_build) { | 1953 if (!is_component_build) { |
1952 public_deps = [ | 1954 public_deps = [ |
1953 ":browser", | 1955 ":browser", |
1954 ] | 1956 ] |
1955 } else { | 1957 } else { |
1956 public_deps = [ | 1958 public_deps = [ |
1957 "//third_party/leveldatabase", | 1959 "//third_party/leveldatabase", |
1958 ] | 1960 ] |
1959 } | 1961 } |
1960 } | 1962 } |
OLD | NEW |