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

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

Issue 2481093003: Introduce ResourceRequesterInfo to abstract the requester of resource request (Closed)
Patch Set: incorporated mmemke's comment Created 4 years, 1 month 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
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("//printing/features/features.gni") 8 import("//printing/features/features.gni")
9 import("//third_party/WebKit/public/public_features.gni") 9 import("//third_party/WebKit/public/public_features.gni")
10 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") 10 import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
(...skipping 760 matching lines...) Expand 10 before | Expand all | Expand 10 after
771 "loader/resource_hints_impl.cc", 771 "loader/resource_hints_impl.cc",
772 "loader/resource_loader.cc", 772 "loader/resource_loader.cc",
773 "loader/resource_loader.h", 773 "loader/resource_loader.h",
774 "loader/resource_loader_delegate.h", 774 "loader/resource_loader_delegate.h",
775 "loader/resource_message_delegate.cc", 775 "loader/resource_message_delegate.cc",
776 "loader/resource_message_delegate.h", 776 "loader/resource_message_delegate.h",
777 "loader/resource_message_filter.cc", 777 "loader/resource_message_filter.cc",
778 "loader/resource_message_filter.h", 778 "loader/resource_message_filter.h",
779 "loader/resource_request_info_impl.cc", 779 "loader/resource_request_info_impl.cc",
780 "loader/resource_request_info_impl.h", 780 "loader/resource_request_info_impl.h",
781 "loader/resource_requester_info.cc",
782 "loader/resource_requester_info.h",
781 "loader/resource_scheduler.cc", 783 "loader/resource_scheduler.cc",
782 "loader/resource_scheduler.h", 784 "loader/resource_scheduler.h",
783 "loader/resource_scheduler_filter.cc", 785 "loader/resource_scheduler_filter.cc",
784 "loader/resource_scheduler_filter.h", 786 "loader/resource_scheduler_filter.h",
785 "loader/stream_resource_handler.cc", 787 "loader/stream_resource_handler.cc",
786 "loader/stream_resource_handler.h", 788 "loader/stream_resource_handler.h",
787 "loader/stream_writer.cc", 789 "loader/stream_writer.cc",
788 "loader/stream_writer.h", 790 "loader/stream_writer.h",
789 "loader/sync_resource_handler.cc", 791 "loader/sync_resource_handler.cc",
790 "loader/sync_resource_handler.h", 792 "loader/sync_resource_handler.h",
(...skipping 1162 matching lines...) Expand 10 before | Expand all | Expand 10 after
1953 if (!is_component_build) { 1955 if (!is_component_build) {
1954 public_deps = [ 1956 public_deps = [
1955 ":browser", 1957 ":browser",
1956 ] 1958 ]
1957 } else { 1959 } else {
1958 public_deps = [ 1960 public_deps = [
1959 "//third_party/leveldatabase", 1961 "//third_party/leveldatabase",
1960 ] 1962 ]
1961 } 1963 }
1962 } 1964 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/appcache/appcache_interceptor.h » ('j') | content/browser/loader/resource_message_filter.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698