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

Side by Side Diff: chrome/browser/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 | « base/time/time.cc ('k') | chrome/browser/browsing_data/browsing_data_quota_helper_unittest.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 333 matching lines...) Expand 10 before | Expand all | Expand 10 after
344 "download/download_target_determiner.h", 344 "download/download_target_determiner.h",
345 "download/download_target_determiner_delegate.h", 345 "download/download_target_determiner_delegate.h",
346 "download/download_target_info.h", 346 "download/download_target_info.h",
347 "download/download_ui_controller.cc", 347 "download/download_ui_controller.cc",
348 "download/download_ui_controller.h", 348 "download/download_ui_controller.h",
349 "download/drag_download_item.h", 349 "download/drag_download_item.h",
350 "download/save_package_file_picker.cc", 350 "download/save_package_file_picker.cc",
351 "download/save_package_file_picker.h", 351 "download/save_package_file_picker.h",
352 "engagement/important_sites_util.cc", 352 "engagement/important_sites_util.cc",
353 "engagement/important_sites_util.h", 353 "engagement/important_sites_util.h",
354 "engagement/site_engagement_eviction_policy.cc",
355 "engagement/site_engagement_eviction_policy.h",
356 "engagement/site_engagement_helper.cc", 354 "engagement/site_engagement_helper.cc",
357 "engagement/site_engagement_helper.h", 355 "engagement/site_engagement_helper.h",
358 "engagement/site_engagement_metrics.cc", 356 "engagement/site_engagement_metrics.cc",
359 "engagement/site_engagement_metrics.h", 357 "engagement/site_engagement_metrics.h",
360 "engagement/site_engagement_observer.cc", 358 "engagement/site_engagement_observer.cc",
361 "engagement/site_engagement_observer.h", 359 "engagement/site_engagement_observer.h",
362 "engagement/site_engagement_score.cc", 360 "engagement/site_engagement_score.cc",
363 "engagement/site_engagement_score.h", 361 "engagement/site_engagement_score.h",
364 "engagement/site_engagement_service.cc", 362 "engagement/site_engagement_service.cc",
365 "engagement/site_engagement_service.h", 363 "engagement/site_engagement_service.h",
(...skipping 4141 matching lines...) Expand 10 before | Expand all | Expand 10 after
4507 "media/pepper_cdm_test_constants.cc", 4505 "media/pepper_cdm_test_constants.cc",
4508 "media/pepper_cdm_test_constants.h", 4506 "media/pepper_cdm_test_constants.h",
4509 ] 4507 ]
4510 } 4508 }
4511 } 4509 }
4512 4510
4513 service_manifest("preferences_manifest") { 4511 service_manifest("preferences_manifest") {
4514 name = "preferences" 4512 name = "preferences"
4515 source = "prefs/preferences_manifest.json" 4513 source = "prefs/preferences_manifest.json"
4516 } 4514 }
OLDNEW
« no previous file with comments | « base/time/time.cc ('k') | chrome/browser/browsing_data/browsing_data_quota_helper_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698