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

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

Issue 2752263003: Count site data size for important sites (Closed)
Patch Set: rebase Created 3 years, 8 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
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 350 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 "download/download_status_updater_win.cc", 361 "download/download_status_updater_win.cc",
362 "download/download_target_determiner.cc", 362 "download/download_target_determiner.cc",
363 "download/download_target_determiner.h", 363 "download/download_target_determiner.h",
364 "download/download_target_determiner_delegate.h", 364 "download/download_target_determiner_delegate.h",
365 "download/download_target_info.h", 365 "download/download_target_info.h",
366 "download/download_ui_controller.cc", 366 "download/download_ui_controller.cc",
367 "download/download_ui_controller.h", 367 "download/download_ui_controller.h",
368 "download/drag_download_item.h", 368 "download/drag_download_item.h",
369 "download/save_package_file_picker.cc", 369 "download/save_package_file_picker.cc",
370 "download/save_package_file_picker.h", 370 "download/save_package_file_picker.h",
371 "engagement/important_sites_usage_counter.cc",
372 "engagement/important_sites_usage_counter.h",
371 "engagement/important_sites_util.cc", 373 "engagement/important_sites_util.cc",
372 "engagement/important_sites_util.h", 374 "engagement/important_sites_util.h",
373 "engagement/site_engagement_helper.cc", 375 "engagement/site_engagement_helper.cc",
374 "engagement/site_engagement_helper.h", 376 "engagement/site_engagement_helper.h",
375 "engagement/site_engagement_metrics.cc", 377 "engagement/site_engagement_metrics.cc",
376 "engagement/site_engagement_metrics.h", 378 "engagement/site_engagement_metrics.h",
377 "engagement/site_engagement_observer.cc", 379 "engagement/site_engagement_observer.cc",
378 "engagement/site_engagement_observer.h", 380 "engagement/site_engagement_observer.h",
379 "engagement/site_engagement_score.cc", 381 "engagement/site_engagement_score.cc",
380 "engagement/site_engagement_score.h", 382 "engagement/site_engagement_score.h",
(...skipping 4283 matching lines...) Expand 10 before | Expand all | Expand 10 after
4664 "media/pepper_cdm_test_constants.cc", 4666 "media/pepper_cdm_test_constants.cc",
4665 "media/pepper_cdm_test_constants.h", 4667 "media/pepper_cdm_test_constants.h",
4666 ] 4668 ]
4667 } 4669 }
4668 } 4670 }
4669 4671
4670 service_manifest("preferences_forwarder_manifest") { 4672 service_manifest("preferences_forwarder_manifest") {
4671 name = "preferences_forwarder" 4673 name = "preferences_forwarder"
4672 source = "prefs/forwarder_manifest.json" 4674 source = "prefs/forwarder_manifest.json"
4673 } 4675 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698