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

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

Issue 2716333002: Implement important sites dialog for desktop. (Closed)
Patch Set: rename util file and remove pure static class Created 3 years, 9 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 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 "browsing_data/browsing_data_counter_factory.cc", 148 "browsing_data/browsing_data_counter_factory.cc",
149 "browsing_data/browsing_data_counter_factory.h", 149 "browsing_data/browsing_data_counter_factory.h",
150 "browsing_data/browsing_data_counter_utils.cc", 150 "browsing_data/browsing_data_counter_utils.cc",
151 "browsing_data/browsing_data_counter_utils.h", 151 "browsing_data/browsing_data_counter_utils.h",
152 "browsing_data/browsing_data_database_helper.cc", 152 "browsing_data/browsing_data_database_helper.cc",
153 "browsing_data/browsing_data_database_helper.h", 153 "browsing_data/browsing_data_database_helper.h",
154 "browsing_data/browsing_data_file_system_helper.cc", 154 "browsing_data/browsing_data_file_system_helper.cc",
155 "browsing_data/browsing_data_file_system_helper.h", 155 "browsing_data/browsing_data_file_system_helper.h",
156 "browsing_data/browsing_data_helper.cc", 156 "browsing_data/browsing_data_helper.cc",
157 "browsing_data/browsing_data_helper.h", 157 "browsing_data/browsing_data_helper.h",
158 "browsing_data/browsing_data_important_sites_util.cc",
159 "browsing_data/browsing_data_important_sites_util.h",
158 "browsing_data/browsing_data_indexed_db_helper.cc", 160 "browsing_data/browsing_data_indexed_db_helper.cc",
159 "browsing_data/browsing_data_indexed_db_helper.h", 161 "browsing_data/browsing_data_indexed_db_helper.h",
160 "browsing_data/browsing_data_local_storage_helper.cc", 162 "browsing_data/browsing_data_local_storage_helper.cc",
161 "browsing_data/browsing_data_local_storage_helper.h", 163 "browsing_data/browsing_data_local_storage_helper.h",
162 "browsing_data/browsing_data_media_license_helper.cc", 164 "browsing_data/browsing_data_media_license_helper.cc",
163 "browsing_data/browsing_data_media_license_helper.h", 165 "browsing_data/browsing_data_media_license_helper.h",
164 "browsing_data/browsing_data_quota_helper.cc", 166 "browsing_data/browsing_data_quota_helper.cc",
165 "browsing_data/browsing_data_quota_helper.h", 167 "browsing_data/browsing_data_quota_helper.h",
166 "browsing_data/browsing_data_quota_helper_impl.cc", 168 "browsing_data/browsing_data_quota_helper_impl.cc",
167 "browsing_data/browsing_data_quota_helper_impl.h", 169 "browsing_data/browsing_data_quota_helper_impl.h",
(...skipping 4382 matching lines...) Expand 10 before | Expand all | Expand 10 after
4550 "media/pepper_cdm_test_constants.cc", 4552 "media/pepper_cdm_test_constants.cc",
4551 "media/pepper_cdm_test_constants.h", 4553 "media/pepper_cdm_test_constants.h",
4552 ] 4554 ]
4553 } 4555 }
4554 } 4556 }
4555 4557
4556 service_manifest("preferences_manifest") { 4558 service_manifest("preferences_manifest") {
4557 name = "preferences" 4559 name = "preferences"
4558 source = "prefs/preferences_manifest.json" 4560 source = "prefs/preferences_manifest.json"
4559 } 4561 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698