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