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

Side by Side Diff: chrome/test/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
« no previous file with comments | « chrome/browser/ui/webui/settings/settings_clear_browsing_data_handler.cc ('k') | no next file » | 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/compiler/compiler.gni") 6 import("//build/config/compiler/compiler.gni")
7 import("//build/config/crypto.gni") 7 import("//build/config/crypto.gni")
8 import("//build/config/features.gni") 8 import("//build/config/features.gni")
9 import("//build/config/ui.gni") 9 import("//build/config/ui.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 2974 matching lines...) Expand 10 before | Expand all | Expand 10 after
2985 "../browser/download/download_item_model_unittest.cc", 2985 "../browser/download/download_item_model_unittest.cc",
2986 "../browser/download/download_path_reservation_tracker_unittest.cc", 2986 "../browser/download/download_path_reservation_tracker_unittest.cc",
2987 "../browser/download/download_prefs_unittest.cc", 2987 "../browser/download/download_prefs_unittest.cc",
2988 "../browser/download/download_query_unittest.cc", 2988 "../browser/download/download_query_unittest.cc",
2989 "../browser/download/download_request_infobar_delegate_unittest.cc", 2989 "../browser/download/download_request_infobar_delegate_unittest.cc",
2990 "../browser/download/download_request_limiter_unittest.cc", 2990 "../browser/download/download_request_limiter_unittest.cc",
2991 "../browser/download/download_resource_throttle_unittest.cc", 2991 "../browser/download/download_resource_throttle_unittest.cc",
2992 "../browser/download/download_status_updater_unittest.cc", 2992 "../browser/download/download_status_updater_unittest.cc",
2993 "../browser/download/download_target_determiner_unittest.cc", 2993 "../browser/download/download_target_determiner_unittest.cc",
2994 "../browser/download/download_ui_controller_unittest.cc", 2994 "../browser/download/download_ui_controller_unittest.cc",
2995 "../browser/engagement/important_sites_usage_counter_unittest.cc",
2995 "../browser/engagement/important_sites_util_unittest.cc", 2996 "../browser/engagement/important_sites_util_unittest.cc",
2996 "../browser/engagement/site_engagement_helper_unittest.cc", 2997 "../browser/engagement/site_engagement_helper_unittest.cc",
2997 "../browser/engagement/site_engagement_score_unittest.cc", 2998 "../browser/engagement/site_engagement_score_unittest.cc",
2998 "../browser/engagement/site_engagement_service_unittest.cc", 2999 "../browser/engagement/site_engagement_service_unittest.cc",
2999 "../browser/external_protocol/external_protocol_handler_unittest.cc", 3000 "../browser/external_protocol/external_protocol_handler_unittest.cc",
3000 "../browser/favicon/chrome_fallback_icon_client_unittest.cc", 3001 "../browser/favicon/chrome_fallback_icon_client_unittest.cc",
3001 "../browser/file_select_helper_unittest.cc", 3002 "../browser/file_select_helper_unittest.cc",
3002 "../browser/gcm/fake_gcm_profile_service.cc", 3003 "../browser/gcm/fake_gcm_profile_service.cc",
3003 "../browser/gcm/fake_gcm_profile_service.h", 3004 "../browser/gcm/fake_gcm_profile_service.h",
3004 "../browser/geolocation/geolocation_permission_context_unittest.cc", 3005 "../browser/geolocation/geolocation_permission_context_unittest.cc",
(...skipping 2052 matching lines...) Expand 10 before | Expand all | Expand 10 after
5057 } 5058 }
5058 5059
5059 if (is_win) { 5060 if (is_win) {
5060 loadable_module("conflicts_dll") { 5061 loadable_module("conflicts_dll") {
5061 testonly = true 5062 testonly = true
5062 sources = [ 5063 sources = [
5063 "conflicts/conflicts_dll.cc", 5064 "conflicts/conflicts_dll.cc",
5064 ] 5065 ]
5065 } 5066 }
5066 } 5067 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/settings/settings_clear_browsing_data_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698