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

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

Issue 2341643008: Defaulting all downloads to go through Chrome network stack (Closed)
Patch Set: rebase Created 4 years, 3 months 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 | « chrome/app/generated_resources.grd ('k') | chrome/browser/about_flags.cc » ('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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 3013 matching lines...) Expand 10 before | Expand all | Expand 10 after
3024 "android/history_report/usage_reports_buffer_backend.cc", 3024 "android/history_report/usage_reports_buffer_backend.cc",
3025 "android/history_report/usage_reports_buffer_backend.h", 3025 "android/history_report/usage_reports_buffer_backend.h",
3026 "android/history_report/usage_reports_buffer_service.cc", 3026 "android/history_report/usage_reports_buffer_service.cc",
3027 "android/history_report/usage_reports_buffer_service.h", 3027 "android/history_report/usage_reports_buffer_service.h",
3028 "android/hung_renderer_infobar_delegate.cc", 3028 "android/hung_renderer_infobar_delegate.cc",
3029 "android/hung_renderer_infobar_delegate.h", 3029 "android/hung_renderer_infobar_delegate.h",
3030 "android/instantapps/instant_apps_infobar_delegate.cc", 3030 "android/instantapps/instant_apps_infobar_delegate.cc",
3031 "android/instantapps/instant_apps_infobar_delegate.h", 3031 "android/instantapps/instant_apps_infobar_delegate.h",
3032 "android/intent_helper.cc", 3032 "android/intent_helper.cc",
3033 "android/intent_helper.h", 3033 "android/intent_helper.h",
3034 "android/intercept_download_resource_throttle.cc",
3035 "android/intercept_download_resource_throttle.h",
3036 "android/java_exception_reporter.cc", 3034 "android/java_exception_reporter.cc",
3037 "android/java_exception_reporter.h", 3035 "android/java_exception_reporter.h",
3038 "android/large_icon_bridge.cc", 3036 "android/large_icon_bridge.cc",
3039 "android/large_icon_bridge.h", 3037 "android/large_icon_bridge.h",
3040 "android/location_settings.h", 3038 "android/location_settings.h",
3041 "android/location_settings_impl.cc", 3039 "android/location_settings_impl.cc",
3042 "android/location_settings_impl.h", 3040 "android/location_settings_impl.h",
3043 "android/logo_bridge.cc", 3041 "android/logo_bridge.cc",
3044 "android/logo_bridge.h", 3042 "android/logo_bridge.h",
3045 "android/logo_service.cc", 3043 "android/logo_service.cc",
(...skipping 1193 matching lines...) Expand 10 before | Expand all | Expand 10 after
4239 # linking all of the test support. 4237 # linking all of the test support.
4240 static_library("pepper_cdm_test_constants") { 4238 static_library("pepper_cdm_test_constants") {
4241 testonly = true 4239 testonly = true
4242 visibility = [ "//chrome/*" ] 4240 visibility = [ "//chrome/*" ]
4243 sources = [ 4241 sources = [
4244 "media/pepper_cdm_test_constants.cc", 4242 "media/pepper_cdm_test_constants.cc",
4245 "media/pepper_cdm_test_constants.h", 4243 "media/pepper_cdm_test_constants.h",
4246 ] 4244 ]
4247 } 4245 }
4248 } 4246 }
OLDNEW
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/about_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698