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

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: rebase Created 3 years, 10 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/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 3139 matching lines...) Expand 10 before | Expand all | Expand 10 after
3150 "../browser/download/download_path_reservation_tracker_unittest.cc", 3150 "../browser/download/download_path_reservation_tracker_unittest.cc",
3151 "../browser/download/download_prefs_unittest.cc", 3151 "../browser/download/download_prefs_unittest.cc",
3152 "../browser/download/download_query_unittest.cc", 3152 "../browser/download/download_query_unittest.cc",
3153 "../browser/download/download_request_infobar_delegate_unittest.cc", 3153 "../browser/download/download_request_infobar_delegate_unittest.cc",
3154 "../browser/download/download_request_limiter_unittest.cc", 3154 "../browser/download/download_request_limiter_unittest.cc",
3155 "../browser/download/download_resource_throttle_unittest.cc", 3155 "../browser/download/download_resource_throttle_unittest.cc",
3156 "../browser/download/download_status_updater_unittest.cc", 3156 "../browser/download/download_status_updater_unittest.cc",
3157 "../browser/download/download_target_determiner_unittest.cc", 3157 "../browser/download/download_target_determiner_unittest.cc",
3158 "../browser/download/download_ui_controller_unittest.cc", 3158 "../browser/download/download_ui_controller_unittest.cc",
3159 "../browser/engagement/important_sites_util_unittest.cc", 3159 "../browser/engagement/important_sites_util_unittest.cc",
3160 "../browser/engagement/site_engagement_eviction_policy_unittest.cc",
3161 "../browser/engagement/site_engagement_helper_unittest.cc", 3160 "../browser/engagement/site_engagement_helper_unittest.cc",
3162 "../browser/engagement/site_engagement_score_unittest.cc", 3161 "../browser/engagement/site_engagement_score_unittest.cc",
3163 "../browser/engagement/site_engagement_service_unittest.cc", 3162 "../browser/engagement/site_engagement_service_unittest.cc",
3164 "../browser/external_protocol/external_protocol_handler_unittest.cc", 3163 "../browser/external_protocol/external_protocol_handler_unittest.cc",
3165 "../browser/favicon/chrome_fallback_icon_client_unittest.cc", 3164 "../browser/favicon/chrome_fallback_icon_client_unittest.cc",
3166 "../browser/file_select_helper_unittest.cc", 3165 "../browser/file_select_helper_unittest.cc",
3167 "../browser/gcm/fake_gcm_profile_service.cc", 3166 "../browser/gcm/fake_gcm_profile_service.cc",
3168 "../browser/gcm/fake_gcm_profile_service.h", 3167 "../browser/gcm/fake_gcm_profile_service.h",
3169 "../browser/geolocation/geolocation_permission_context_unittest.cc", 3168 "../browser/geolocation/geolocation_permission_context_unittest.cc",
3170 "../browser/global_keyboard_shortcuts_mac_unittest.mm", 3169 "../browser/global_keyboard_shortcuts_mac_unittest.mm",
(...skipping 1990 matching lines...) Expand 10 before | Expand all | Expand 10 after
5161 } 5160 }
5162 5161
5163 if (is_win) { 5162 if (is_win) {
5164 loadable_module("conflicts_dll") { 5163 loadable_module("conflicts_dll") {
5165 testonly = true 5164 testonly = true
5166 sources = [ 5165 sources = [
5167 "conflicts/conflicts_dll.cc", 5166 "conflicts/conflicts_dll.cc",
5168 ] 5167 ]
5169 } 5168 }
5170 } 5169 }
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