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

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

Issue 2752263003: Count site data size for important sites (Closed)
Patch Set: rebase Created 3 years, 7 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 353 matching lines...) Expand 10 before | Expand all | Expand 10 after
364 "download/download_target_determiner.cc", 364 "download/download_target_determiner.cc",
365 "download/download_target_determiner.h", 365 "download/download_target_determiner.h",
366 "download/download_target_determiner_delegate.h", 366 "download/download_target_determiner_delegate.h",
367 "download/download_target_info.cc", 367 "download/download_target_info.cc",
368 "download/download_target_info.h", 368 "download/download_target_info.h",
369 "download/download_ui_controller.cc", 369 "download/download_ui_controller.cc",
370 "download/download_ui_controller.h", 370 "download/download_ui_controller.h",
371 "download/drag_download_item.h", 371 "download/drag_download_item.h",
372 "download/save_package_file_picker.cc", 372 "download/save_package_file_picker.cc",
373 "download/save_package_file_picker.h", 373 "download/save_package_file_picker.h",
374 "engagement/important_sites_usage_counter.cc",
375 "engagement/important_sites_usage_counter.h",
374 "engagement/important_sites_util.cc", 376 "engagement/important_sites_util.cc",
375 "engagement/important_sites_util.h", 377 "engagement/important_sites_util.h",
376 "engagement/site_engagement_helper.cc", 378 "engagement/site_engagement_helper.cc",
377 "engagement/site_engagement_helper.h", 379 "engagement/site_engagement_helper.h",
378 "engagement/site_engagement_metrics.cc", 380 "engagement/site_engagement_metrics.cc",
379 "engagement/site_engagement_metrics.h", 381 "engagement/site_engagement_metrics.h",
380 "engagement/site_engagement_observer.cc", 382 "engagement/site_engagement_observer.cc",
381 "engagement/site_engagement_observer.h", 383 "engagement/site_engagement_observer.h",
382 "engagement/site_engagement_score.cc", 384 "engagement/site_engagement_score.cc",
383 "engagement/site_engagement_score.h", 385 "engagement/site_engagement_score.h",
(...skipping 4299 matching lines...) Expand 10 before | Expand all | Expand 10 after
4683 "media/pepper_cdm_test_constants.cc", 4685 "media/pepper_cdm_test_constants.cc",
4684 "media/pepper_cdm_test_constants.h", 4686 "media/pepper_cdm_test_constants.h",
4685 ] 4687 ]
4686 } 4688 }
4687 } 4689 }
4688 4690
4689 service_manifest("preferences_forwarder_manifest") { 4691 service_manifest("preferences_forwarder_manifest") {
4690 name = "preferences_forwarder" 4692 name = "preferences_forwarder"
4691 source = "prefs/forwarder_manifest.json" 4693 source = "prefs/forwarder_manifest.json"
4692 } 4694 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698