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 781 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
792 "loader/resource_hints_impl.cc", | 792 "loader/resource_hints_impl.cc", |
793 "loader/resource_loader.cc", | 793 "loader/resource_loader.cc", |
794 "loader/resource_loader.h", | 794 "loader/resource_loader.h", |
795 "loader/resource_loader_delegate.h", | 795 "loader/resource_loader_delegate.h", |
796 "loader/resource_message_delegate.cc", | 796 "loader/resource_message_delegate.cc", |
797 "loader/resource_message_delegate.h", | 797 "loader/resource_message_delegate.h", |
798 "loader/resource_message_filter.cc", | 798 "loader/resource_message_filter.cc", |
799 "loader/resource_message_filter.h", | 799 "loader/resource_message_filter.h", |
800 "loader/resource_request_info_impl.cc", | 800 "loader/resource_request_info_impl.cc", |
801 "loader/resource_request_info_impl.h", | 801 "loader/resource_request_info_impl.h", |
| 802 "loader/resource_requester_info.cc", |
| 803 "loader/resource_requester_info.h", |
802 "loader/resource_scheduler.cc", | 804 "loader/resource_scheduler.cc", |
803 "loader/resource_scheduler.h", | 805 "loader/resource_scheduler.h", |
804 "loader/resource_scheduler_filter.cc", | 806 "loader/resource_scheduler_filter.cc", |
805 "loader/resource_scheduler_filter.h", | 807 "loader/resource_scheduler_filter.h", |
806 "loader/stream_resource_handler.cc", | 808 "loader/stream_resource_handler.cc", |
807 "loader/stream_resource_handler.h", | 809 "loader/stream_resource_handler.h", |
808 "loader/stream_writer.cc", | 810 "loader/stream_writer.cc", |
809 "loader/stream_writer.h", | 811 "loader/stream_writer.h", |
810 "loader/sync_resource_handler.cc", | 812 "loader/sync_resource_handler.cc", |
811 "loader/sync_resource_handler.h", | 813 "loader/sync_resource_handler.h", |
(...skipping 1166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1978 if (!is_component_build) { | 1980 if (!is_component_build) { |
1979 public_deps = [ | 1981 public_deps = [ |
1980 ":browser", | 1982 ":browser", |
1981 ] | 1983 ] |
1982 } else { | 1984 } else { |
1983 public_deps = [ | 1985 public_deps = [ |
1984 "//third_party/leveldatabase", | 1986 "//third_party/leveldatabase", |
1985 ] | 1987 ] |
1986 } | 1988 } |
1987 } | 1989 } |
OLD | NEW |