Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(19)

Side by Side Diff: content/browser/BUILD.gn

Issue 2481093003: Introduce ResourceRequesterInfo to abstract the requester of resource request (Closed)
Patch Set: fix URLLoaderFactoryImplTest/URLLoaderFactoryImplTest.GetFailedResponse2 Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | content/browser/appcache/appcache_interceptor.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/appcache/appcache_interceptor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698