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

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

Issue 2657453006: Move BrowsingDataFilterBuilder[Impl] to content/ (Closed)
Patch Set: Rebased Created 3 years, 10 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 | « no previous file | chrome/browser/android/preferences/pref_service_bridge.cc » ('j') | 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/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 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 "browsing_data/browsing_data_cookie_helper.cc", 146 "browsing_data/browsing_data_cookie_helper.cc",
147 "browsing_data/browsing_data_cookie_helper.h", 147 "browsing_data/browsing_data_cookie_helper.h",
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_filter_builder.h",
157 "browsing_data/browsing_data_filter_builder_impl.cc",
158 "browsing_data/browsing_data_filter_builder_impl.h",
159 "browsing_data/browsing_data_helper.cc", 156 "browsing_data/browsing_data_helper.cc",
160 "browsing_data/browsing_data_helper.h", 157 "browsing_data/browsing_data_helper.h",
161 "browsing_data/browsing_data_indexed_db_helper.cc", 158 "browsing_data/browsing_data_indexed_db_helper.cc",
162 "browsing_data/browsing_data_indexed_db_helper.h", 159 "browsing_data/browsing_data_indexed_db_helper.h",
163 "browsing_data/browsing_data_local_storage_helper.cc", 160 "browsing_data/browsing_data_local_storage_helper.cc",
164 "browsing_data/browsing_data_local_storage_helper.h", 161 "browsing_data/browsing_data_local_storage_helper.h",
165 "browsing_data/browsing_data_media_license_helper.cc", 162 "browsing_data/browsing_data_media_license_helper.cc",
166 "browsing_data/browsing_data_media_license_helper.h", 163 "browsing_data/browsing_data_media_license_helper.h",
167 "browsing_data/browsing_data_quota_helper.cc", 164 "browsing_data/browsing_data_quota_helper.cc",
168 "browsing_data/browsing_data_quota_helper.h", 165 "browsing_data/browsing_data_quota_helper.h",
(...skipping 4343 matching lines...) Expand 10 before | Expand all | Expand 10 after
4512 "media/pepper_cdm_test_constants.cc", 4509 "media/pepper_cdm_test_constants.cc",
4513 "media/pepper_cdm_test_constants.h", 4510 "media/pepper_cdm_test_constants.h",
4514 ] 4511 ]
4515 } 4512 }
4516 } 4513 }
4517 4514
4518 service_manifest("preferences_manifest") { 4515 service_manifest("preferences_manifest") {
4519 name = "preferences" 4516 name = "preferences"
4520 source = "prefs/preferences_manifest.json" 4517 source = "prefs/preferences_manifest.json"
4521 } 4518 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/android/preferences/pref_service_bridge.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698