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

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

Issue 2546653003: Factor out upload progress handling from AsyncResourceHandler (Closed)
Patch Set: . 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/loader/DEPS » ('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 812 matching lines...) Expand 10 before | Expand all | Expand 10 after
823 "loader/stream_writer.cc", 823 "loader/stream_writer.cc",
824 "loader/stream_writer.h", 824 "loader/stream_writer.h",
825 "loader/sync_resource_handler.cc", 825 "loader/sync_resource_handler.cc",
826 "loader/sync_resource_handler.h", 826 "loader/sync_resource_handler.h",
827 "loader/temporary_file_stream.cc", 827 "loader/temporary_file_stream.cc",
828 "loader/temporary_file_stream.h", 828 "loader/temporary_file_stream.h",
829 "loader/throttling_resource_handler.cc", 829 "loader/throttling_resource_handler.cc",
830 "loader/throttling_resource_handler.h", 830 "loader/throttling_resource_handler.h",
831 "loader/upload_data_stream_builder.cc", 831 "loader/upload_data_stream_builder.cc",
832 "loader/upload_data_stream_builder.h", 832 "loader/upload_data_stream_builder.h",
833 "loader/upload_progress_tracker.cc",
834 "loader/upload_progress_tracker.h",
833 "loader/url_loader_factory_impl.cc", 835 "loader/url_loader_factory_impl.cc",
834 "loader/url_loader_factory_impl.h", 836 "loader/url_loader_factory_impl.h",
835 "loader_delegate_impl.cc", 837 "loader_delegate_impl.cc",
836 "loader_delegate_impl.h", 838 "loader_delegate_impl.h",
837 "mach_broker_mac.h", 839 "mach_broker_mac.h",
838 "mach_broker_mac.mm", 840 "mach_broker_mac.mm",
839 "manifest/manifest_manager_host.cc", 841 "manifest/manifest_manager_host.cc",
840 "manifest/manifest_manager_host.h", 842 "manifest/manifest_manager_host.h",
841 "media/android/browser_media_player_manager.cc", 843 "media/android/browser_media_player_manager.cc",
842 "media/android/browser_media_player_manager.h", 844 "media/android/browser_media_player_manager.h",
(...skipping 1133 matching lines...) Expand 10 before | Expand all | Expand 10 after
1976 if (!is_component_build) { 1978 if (!is_component_build) {
1977 public_deps = [ 1979 public_deps = [
1978 ":browser", 1980 ":browser",
1979 ] 1981 ]
1980 } else { 1982 } else {
1981 public_deps = [ 1983 public_deps = [
1982 "//third_party/leveldatabase", 1984 "//third_party/leveldatabase",
1983 ] 1985 ]
1984 } 1986 }
1985 } 1987 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/loader/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698