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

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 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/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 331 matching lines...) Expand 10 before | Expand all | Expand 10 after
342 "download/download_target_determiner.h", 342 "download/download_target_determiner.h",
343 "download/download_target_determiner_delegate.h", 343 "download/download_target_determiner_delegate.h",
344 "download/download_target_info.h", 344 "download/download_target_info.h",
345 "download/download_ui_controller.cc", 345 "download/download_ui_controller.cc",
346 "download/download_ui_controller.h", 346 "download/download_ui_controller.h",
347 "download/drag_download_item.h", 347 "download/drag_download_item.h",
348 "download/save_package_file_picker.cc", 348 "download/save_package_file_picker.cc",
349 "download/save_package_file_picker.h", 349 "download/save_package_file_picker.h",
350 "engagement/important_sites_util.cc", 350 "engagement/important_sites_util.cc",
351 "engagement/important_sites_util.h", 351 "engagement/important_sites_util.h",
352 "engagement/site_engagement_eviction_policy.cc",
353 "engagement/site_engagement_eviction_policy.h",
354 "engagement/site_engagement_helper.cc", 352 "engagement/site_engagement_helper.cc",
355 "engagement/site_engagement_helper.h", 353 "engagement/site_engagement_helper.h",
356 "engagement/site_engagement_metrics.cc", 354 "engagement/site_engagement_metrics.cc",
357 "engagement/site_engagement_metrics.h", 355 "engagement/site_engagement_metrics.h",
358 "engagement/site_engagement_observer.cc", 356 "engagement/site_engagement_observer.cc",
359 "engagement/site_engagement_observer.h", 357 "engagement/site_engagement_observer.h",
360 "engagement/site_engagement_score.cc", 358 "engagement/site_engagement_score.cc",
361 "engagement/site_engagement_score.h", 359 "engagement/site_engagement_score.h",
362 "engagement/site_engagement_service.cc", 360 "engagement/site_engagement_service.cc",
363 "engagement/site_engagement_service.h", 361 "engagement/site_engagement_service.h",
(...skipping 4087 matching lines...) Expand 10 before | Expand all | Expand 10 after
4451 # linking all of the test support. 4449 # linking all of the test support.
4452 static_library("pepper_cdm_test_constants") { 4450 static_library("pepper_cdm_test_constants") {
4453 testonly = true 4451 testonly = true
4454 visibility = [ "//chrome/*" ] 4452 visibility = [ "//chrome/*" ]
4455 sources = [ 4453 sources = [
4456 "media/pepper_cdm_test_constants.cc", 4454 "media/pepper_cdm_test_constants.cc",
4457 "media/pepper_cdm_test_constants.h", 4455 "media/pepper_cdm_test_constants.h",
4458 ] 4456 ]
4459 } 4457 }
4460 } 4458 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698