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