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

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

Issue 2720723002: Extract MockBrowsingDataRemover to separate file to make it possible to use it (Closed)
Patch Set: inherit from interface instead of impl 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 4233 matching lines...) Expand 10 before | Expand all | Expand 10 after
4244 "browsing_data/mock_browsing_data_flash_lso_helper.cc", 4244 "browsing_data/mock_browsing_data_flash_lso_helper.cc",
4245 "browsing_data/mock_browsing_data_flash_lso_helper.h", 4245 "browsing_data/mock_browsing_data_flash_lso_helper.h",
4246 "browsing_data/mock_browsing_data_indexed_db_helper.cc", 4246 "browsing_data/mock_browsing_data_indexed_db_helper.cc",
4247 "browsing_data/mock_browsing_data_indexed_db_helper.h", 4247 "browsing_data/mock_browsing_data_indexed_db_helper.h",
4248 "browsing_data/mock_browsing_data_local_storage_helper.cc", 4248 "browsing_data/mock_browsing_data_local_storage_helper.cc",
4249 "browsing_data/mock_browsing_data_local_storage_helper.h", 4249 "browsing_data/mock_browsing_data_local_storage_helper.h",
4250 "browsing_data/mock_browsing_data_media_license_helper.cc", 4250 "browsing_data/mock_browsing_data_media_license_helper.cc",
4251 "browsing_data/mock_browsing_data_media_license_helper.h", 4251 "browsing_data/mock_browsing_data_media_license_helper.h",
4252 "browsing_data/mock_browsing_data_quota_helper.cc", 4252 "browsing_data/mock_browsing_data_quota_helper.cc",
4253 "browsing_data/mock_browsing_data_quota_helper.h", 4253 "browsing_data/mock_browsing_data_quota_helper.h",
4254 "browsing_data/mock_browsing_data_remover.cc",
4255 "browsing_data/mock_browsing_data_remover.h",
4254 "browsing_data/mock_browsing_data_service_worker_helper.cc", 4256 "browsing_data/mock_browsing_data_service_worker_helper.cc",
4255 "browsing_data/mock_browsing_data_service_worker_helper.h", 4257 "browsing_data/mock_browsing_data_service_worker_helper.h",
4256 "download/download_test_file_activity_observer.cc", 4258 "download/download_test_file_activity_observer.cc",
4257 "download/download_test_file_activity_observer.h", 4259 "download/download_test_file_activity_observer.h",
4258 "history/history_test_utils.cc", 4260 "history/history_test_utils.cc",
4259 "history/history_test_utils.h", 4261 "history/history_test_utils.h",
4260 "media/webrtc/fake_desktop_media_list.cc", 4262 "media/webrtc/fake_desktop_media_list.cc",
4261 "media/webrtc/fake_desktop_media_list.h", 4263 "media/webrtc/fake_desktop_media_list.h",
4262 "net/dns_probe_test_util.cc", 4264 "net/dns_probe_test_util.cc",
4263 "net/dns_probe_test_util.h", 4265 "net/dns_probe_test_util.h",
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
4537 "media/pepper_cdm_test_constants.cc", 4539 "media/pepper_cdm_test_constants.cc",
4538 "media/pepper_cdm_test_constants.h", 4540 "media/pepper_cdm_test_constants.h",
4539 ] 4541 ]
4540 } 4542 }
4541 } 4543 }
4542 4544
4543 service_manifest("preferences_manifest") { 4545 service_manifest("preferences_manifest") {
4544 name = "preferences" 4546 name = "preferences"
4545 source = "prefs/preferences_manifest.json" 4547 source = "prefs/preferences_manifest.json"
4546 } 4548 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698