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

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

Issue 2592793002: Revert of Change how the quota system computes the total poolsize for temporary storage (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 | « chrome/browser/ui/webui/quota_internals/quota_internals_proxy.cc ('k') | chrome/test/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/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 3102 matching lines...) Expand 10 before | Expand all | Expand 10 after
3113 "../browser/download/download_path_reservation_tracker_unittest.cc", 3113 "../browser/download/download_path_reservation_tracker_unittest.cc",
3114 "../browser/download/download_prefs_unittest.cc", 3114 "../browser/download/download_prefs_unittest.cc",
3115 "../browser/download/download_query_unittest.cc", 3115 "../browser/download/download_query_unittest.cc",
3116 "../browser/download/download_request_infobar_delegate_unittest.cc", 3116 "../browser/download/download_request_infobar_delegate_unittest.cc",
3117 "../browser/download/download_request_limiter_unittest.cc", 3117 "../browser/download/download_request_limiter_unittest.cc",
3118 "../browser/download/download_resource_throttle_unittest.cc", 3118 "../browser/download/download_resource_throttle_unittest.cc",
3119 "../browser/download/download_status_updater_unittest.cc", 3119 "../browser/download/download_status_updater_unittest.cc",
3120 "../browser/download/download_target_determiner_unittest.cc", 3120 "../browser/download/download_target_determiner_unittest.cc",
3121 "../browser/download/download_ui_controller_unittest.cc", 3121 "../browser/download/download_ui_controller_unittest.cc",
3122 "../browser/engagement/important_sites_util_unittest.cc", 3122 "../browser/engagement/important_sites_util_unittest.cc",
3123 "../browser/engagement/site_engagement_eviction_policy_unittest.cc",
3123 "../browser/engagement/site_engagement_helper_unittest.cc", 3124 "../browser/engagement/site_engagement_helper_unittest.cc",
3124 "../browser/engagement/site_engagement_score_unittest.cc", 3125 "../browser/engagement/site_engagement_score_unittest.cc",
3125 "../browser/engagement/site_engagement_service_unittest.cc", 3126 "../browser/engagement/site_engagement_service_unittest.cc",
3126 "../browser/external_protocol/external_protocol_handler_unittest.cc", 3127 "../browser/external_protocol/external_protocol_handler_unittest.cc",
3127 "../browser/favicon/chrome_fallback_icon_client_unittest.cc", 3128 "../browser/favicon/chrome_fallback_icon_client_unittest.cc",
3128 "../browser/file_select_helper_unittest.cc", 3129 "../browser/file_select_helper_unittest.cc",
3129 "../browser/geolocation/geolocation_permission_context_unittest.cc", 3130 "../browser/geolocation/geolocation_permission_context_unittest.cc",
3130 "../browser/global_keyboard_shortcuts_mac_unittest.mm", 3131 "../browser/global_keyboard_shortcuts_mac_unittest.mm",
3131 "../browser/google/google_update_settings_unittest.cc", 3132 "../browser/google/google_update_settings_unittest.cc",
3132 "../browser/google/google_update_win_unittest.cc", 3133 "../browser/google/google_update_win_unittest.cc",
(...skipping 1966 matching lines...) Expand 10 before | Expand all | Expand 10 after
5099 } 5100 }
5100 5101
5101 if (is_win) { 5102 if (is_win) {
5102 loadable_module("conflicts_dll") { 5103 loadable_module("conflicts_dll") {
5103 testonly = true 5104 testonly = true
5104 sources = [ 5105 sources = [
5105 "conflicts/conflicts_dll.cc", 5106 "conflicts/conflicts_dll.cc",
5106 ] 5107 ]
5107 } 5108 }
5108 } 5109 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/quota_internals/quota_internals_proxy.cc ('k') | chrome/test/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698