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

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

Issue 1782053004: Change how the quota system computes the total poolsize for temporary storage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: InProcessBrowserTest and SetDefaultQuotaSettingsForTesting 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
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/compiler/compiler.gni") 6 import("//build/config/compiler/compiler.gni")
7 import("//build/config/crypto.gni") 7 import("//build/config/crypto.gni")
8 import("//build/config/features.gni") 8 import("//build/config/features.gni")
9 import("//build/config/ui.gni") 9 import("//build/config/ui.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 3125 matching lines...) Expand 10 before | Expand all | Expand 10 after
3136 "../browser/download/download_path_reservation_tracker_unittest.cc", 3136 "../browser/download/download_path_reservation_tracker_unittest.cc",
3137 "../browser/download/download_prefs_unittest.cc", 3137 "../browser/download/download_prefs_unittest.cc",
3138 "../browser/download/download_query_unittest.cc", 3138 "../browser/download/download_query_unittest.cc",
3139 "../browser/download/download_request_infobar_delegate_unittest.cc", 3139 "../browser/download/download_request_infobar_delegate_unittest.cc",
3140 "../browser/download/download_request_limiter_unittest.cc", 3140 "../browser/download/download_request_limiter_unittest.cc",
3141 "../browser/download/download_resource_throttle_unittest.cc", 3141 "../browser/download/download_resource_throttle_unittest.cc",
3142 "../browser/download/download_status_updater_unittest.cc", 3142 "../browser/download/download_status_updater_unittest.cc",
3143 "../browser/download/download_target_determiner_unittest.cc", 3143 "../browser/download/download_target_determiner_unittest.cc",
3144 "../browser/download/download_ui_controller_unittest.cc", 3144 "../browser/download/download_ui_controller_unittest.cc",
3145 "../browser/engagement/important_sites_util_unittest.cc", 3145 "../browser/engagement/important_sites_util_unittest.cc",
3146 "../browser/engagement/site_engagement_eviction_policy_unittest.cc",
3147 "../browser/engagement/site_engagement_helper_unittest.cc", 3146 "../browser/engagement/site_engagement_helper_unittest.cc",
3148 "../browser/engagement/site_engagement_score_unittest.cc", 3147 "../browser/engagement/site_engagement_score_unittest.cc",
3149 "../browser/engagement/site_engagement_service_unittest.cc", 3148 "../browser/engagement/site_engagement_service_unittest.cc",
3150 "../browser/external_protocol/external_protocol_handler_unittest.cc", 3149 "../browser/external_protocol/external_protocol_handler_unittest.cc",
3151 "../browser/favicon/chrome_fallback_icon_client_unittest.cc", 3150 "../browser/favicon/chrome_fallback_icon_client_unittest.cc",
3152 "../browser/file_select_helper_unittest.cc", 3151 "../browser/file_select_helper_unittest.cc",
3153 "../browser/geolocation/geolocation_permission_context_unittest.cc", 3152 "../browser/geolocation/geolocation_permission_context_unittest.cc",
3154 "../browser/global_keyboard_shortcuts_mac_unittest.mm", 3153 "../browser/global_keyboard_shortcuts_mac_unittest.mm",
3155 "../browser/google/google_update_settings_unittest.cc", 3154 "../browser/google/google_update_settings_unittest.cc",
3156 "../browser/google/google_update_win_unittest.cc", 3155 "../browser/google/google_update_win_unittest.cc",
(...skipping 1968 matching lines...) Expand 10 before | Expand all | Expand 10 after
5125 } 5124 }
5126 5125
5127 if (is_win) { 5126 if (is_win) {
5128 loadable_module("conflicts_dll") { 5127 loadable_module("conflicts_dll") {
5129 testonly = true 5128 testonly = true
5130 sources = [ 5129 sources = [
5131 "conflicts/conflicts_dll.cc", 5130 "conflicts/conflicts_dll.cc",
5132 ] 5131 ]
5133 } 5132 }
5134 } 5133 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698