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

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

Issue 2752263003: Count site data size for important sites (Closed)
Patch Set: rebase and remove deb file 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 351 matching lines...) Expand 10 before | Expand all | Expand 10 after
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.cc", 365 "download/download_target_info.cc",
366 "download/download_target_info.h", 366 "download/download_target_info.h",
367 "download/download_ui_controller.cc", 367 "download/download_ui_controller.cc",
368 "download/download_ui_controller.h", 368 "download/download_ui_controller.h",
369 "download/drag_download_item.h", 369 "download/drag_download_item.h",
370 "download/save_package_file_picker.cc", 370 "download/save_package_file_picker.cc",
371 "download/save_package_file_picker.h", 371 "download/save_package_file_picker.h",
372 "engagement/important_sites_usage_counter.cc",
373 "engagement/important_sites_usage_counter.h",
372 "engagement/important_sites_util.cc", 374 "engagement/important_sites_util.cc",
373 "engagement/important_sites_util.h", 375 "engagement/important_sites_util.h",
374 "engagement/site_engagement_helper.cc", 376 "engagement/site_engagement_helper.cc",
375 "engagement/site_engagement_helper.h", 377 "engagement/site_engagement_helper.h",
376 "engagement/site_engagement_metrics.cc", 378 "engagement/site_engagement_metrics.cc",
377 "engagement/site_engagement_metrics.h", 379 "engagement/site_engagement_metrics.h",
378 "engagement/site_engagement_observer.cc", 380 "engagement/site_engagement_observer.cc",
379 "engagement/site_engagement_observer.h", 381 "engagement/site_engagement_observer.h",
380 "engagement/site_engagement_score.cc", 382 "engagement/site_engagement_score.cc",
381 "engagement/site_engagement_score.h", 383 "engagement/site_engagement_score.h",
(...skipping 4318 matching lines...) Expand 10 before | Expand all | Expand 10 after
4700 "media/pepper_cdm_test_constants.cc", 4702 "media/pepper_cdm_test_constants.cc",
4701 "media/pepper_cdm_test_constants.h", 4703 "media/pepper_cdm_test_constants.h",
4702 ] 4704 ]
4703 } 4705 }
4704 } 4706 }
4705 4707
4706 service_manifest("preferences_forwarder_manifest") { 4708 service_manifest("preferences_forwarder_manifest") {
4707 name = "preferences_forwarder" 4709 name = "preferences_forwarder"
4708 source = "prefs/forwarder_manifest.json" 4710 source = "prefs/forwarder_manifest.json"
4709 } 4711 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698