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

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

Issue 2768883002: Change MockBrowsingDataRemover to MockBrowsingDataRemoverDelegate (Closed)
Patch Set: Fixed the comment. 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
« no previous file with comments | « no previous file | chrome/browser/browsing_data/browsing_data_remover_delegate.h » ('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 4248 matching lines...) Expand 10 before | Expand all | Expand 10 after
4259 "browsing_data/mock_browsing_data_flash_lso_helper.cc", 4259 "browsing_data/mock_browsing_data_flash_lso_helper.cc",
4260 "browsing_data/mock_browsing_data_flash_lso_helper.h", 4260 "browsing_data/mock_browsing_data_flash_lso_helper.h",
4261 "browsing_data/mock_browsing_data_indexed_db_helper.cc", 4261 "browsing_data/mock_browsing_data_indexed_db_helper.cc",
4262 "browsing_data/mock_browsing_data_indexed_db_helper.h", 4262 "browsing_data/mock_browsing_data_indexed_db_helper.h",
4263 "browsing_data/mock_browsing_data_local_storage_helper.cc", 4263 "browsing_data/mock_browsing_data_local_storage_helper.cc",
4264 "browsing_data/mock_browsing_data_local_storage_helper.h", 4264 "browsing_data/mock_browsing_data_local_storage_helper.h",
4265 "browsing_data/mock_browsing_data_media_license_helper.cc", 4265 "browsing_data/mock_browsing_data_media_license_helper.cc",
4266 "browsing_data/mock_browsing_data_media_license_helper.h", 4266 "browsing_data/mock_browsing_data_media_license_helper.h",
4267 "browsing_data/mock_browsing_data_quota_helper.cc", 4267 "browsing_data/mock_browsing_data_quota_helper.cc",
4268 "browsing_data/mock_browsing_data_quota_helper.h", 4268 "browsing_data/mock_browsing_data_quota_helper.h",
4269 "browsing_data/mock_browsing_data_remover.cc", 4269 "browsing_data/mock_browsing_data_remover_delegate.cc",
4270 "browsing_data/mock_browsing_data_remover.h", 4270 "browsing_data/mock_browsing_data_remover_delegate.h",
4271 "browsing_data/mock_browsing_data_service_worker_helper.cc", 4271 "browsing_data/mock_browsing_data_service_worker_helper.cc",
4272 "browsing_data/mock_browsing_data_service_worker_helper.h", 4272 "browsing_data/mock_browsing_data_service_worker_helper.h",
4273 "download/download_test_file_activity_observer.cc", 4273 "download/download_test_file_activity_observer.cc",
4274 "download/download_test_file_activity_observer.h", 4274 "download/download_test_file_activity_observer.h",
4275 "history/history_test_utils.cc", 4275 "history/history_test_utils.cc",
4276 "history/history_test_utils.h", 4276 "history/history_test_utils.h",
4277 "media/webrtc/fake_desktop_media_list.cc", 4277 "media/webrtc/fake_desktop_media_list.cc",
4278 "media/webrtc/fake_desktop_media_list.h", 4278 "media/webrtc/fake_desktop_media_list.h",
4279 "net/dns_probe_test_util.cc", 4279 "net/dns_probe_test_util.cc",
4280 "net/dns_probe_test_util.h", 4280 "net/dns_probe_test_util.h",
(...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
4555 "media/pepper_cdm_test_constants.cc", 4555 "media/pepper_cdm_test_constants.cc",
4556 "media/pepper_cdm_test_constants.h", 4556 "media/pepper_cdm_test_constants.h",
4557 ] 4557 ]
4558 } 4558 }
4559 } 4559 }
4560 4560
4561 service_manifest("preferences_manifest") { 4561 service_manifest("preferences_manifest") {
4562 name = "preferences" 4562 name = "preferences"
4563 source = "prefs/preferences_manifest.json" 4563 source = "prefs/preferences_manifest.json"
4564 } 4564 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/browsing_data/browsing_data_remover_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698