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("//third_party/WebKit/public/public_features.gni") | 9 import("//third_party/WebKit/public/public_features.gni") |
10 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") | 10 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") |
(...skipping 773 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
784 "loader/resource_hints_impl.cc", | 784 "loader/resource_hints_impl.cc", |
785 "loader/resource_loader.cc", | 785 "loader/resource_loader.cc", |
786 "loader/resource_loader.h", | 786 "loader/resource_loader.h", |
787 "loader/resource_loader_delegate.h", | 787 "loader/resource_loader_delegate.h", |
788 "loader/resource_message_delegate.cc", | 788 "loader/resource_message_delegate.cc", |
789 "loader/resource_message_delegate.h", | 789 "loader/resource_message_delegate.h", |
790 "loader/resource_message_filter.cc", | 790 "loader/resource_message_filter.cc", |
791 "loader/resource_message_filter.h", | 791 "loader/resource_message_filter.h", |
792 "loader/resource_request_info_impl.cc", | 792 "loader/resource_request_info_impl.cc", |
793 "loader/resource_request_info_impl.h", | 793 "loader/resource_request_info_impl.h", |
| 794 "loader/resource_requester_info.cc", |
| 795 "loader/resource_requester_info.h", |
794 "loader/resource_scheduler.cc", | 796 "loader/resource_scheduler.cc", |
795 "loader/resource_scheduler.h", | 797 "loader/resource_scheduler.h", |
796 "loader/resource_scheduler_filter.cc", | 798 "loader/resource_scheduler_filter.cc", |
797 "loader/resource_scheduler_filter.h", | 799 "loader/resource_scheduler_filter.h", |
798 "loader/stream_resource_handler.cc", | 800 "loader/stream_resource_handler.cc", |
799 "loader/stream_resource_handler.h", | 801 "loader/stream_resource_handler.h", |
800 "loader/stream_writer.cc", | 802 "loader/stream_writer.cc", |
801 "loader/stream_writer.h", | 803 "loader/stream_writer.h", |
802 "loader/sync_resource_handler.cc", | 804 "loader/sync_resource_handler.cc", |
803 "loader/sync_resource_handler.h", | 805 "loader/sync_resource_handler.h", |
(...skipping 1162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1966 if (!is_component_build) { | 1968 if (!is_component_build) { |
1967 public_deps = [ | 1969 public_deps = [ |
1968 ":browser", | 1970 ":browser", |
1969 ] | 1971 ] |
1970 } else { | 1972 } else { |
1971 public_deps = [ | 1973 public_deps = [ |
1972 "//third_party/leveldatabase", | 1974 "//third_party/leveldatabase", |
1973 ] | 1975 ] |
1974 } | 1976 } |
1975 } | 1977 } |
OLD | NEW |