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