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

Unified Diff: content/test/BUILD.gn

Issue 2827523003: Move BrowsingDataRemover to content/ (Closed)
Patch Set: Rebase over codereview.chromium.org/2815913005 Created 3 years, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/public/test/cache_test_util.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index d64ba095b6815005d42743fe80b2d6781d6f542b..b6674d66aa62375d29d3d83c11a6424ddb47e33f 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -54,6 +54,8 @@ static_library("test_support") {
"../public/test/browser_test_base.h",
"../public/test/browser_test_utils.cc",
"../public/test/browser_test_utils.h",
+ "../public/test/browsing_data_remover_test_util.cc",
+ "../public/test/browsing_data_remover_test_util.h",
"../public/test/cache_test_util.cc",
"../public/test/cache_test_util.h",
"../public/test/content_test_suite_base.cc",
@@ -1052,6 +1054,7 @@ test("content_unittests") {
"../browser/browser_thread_unittest.cc",
"../browser/browser_url_handler_impl_unittest.cc",
"../browser/browsing_data/browsing_data_filter_builder_impl_unittest.cc",
+ "../browser/browsing_data/browsing_data_remover_impl_unittest.cc",
"../browser/browsing_data/clear_site_data_throttle_unittest.cc",
"../browser/byte_stream_unittest.cc",
"../browser/cache_storage/cache_storage_blob_to_disk_cache_unittest.cc",
« no previous file with comments | « content/public/test/cache_test_util.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698