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

Unified Diff: content/test/BUILD.gn

Issue 2368923003: Support the Clear-Site-Data header on resource requests (Closed)
Patch Set: Fix the compilation error Created 3 years, 7 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
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 1dd87ea9cb234d59640a0e807574547325c362c4..28bef177cbd5e56ba674ec6618aba44a6a8d88b8 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -76,6 +76,8 @@ static_library("test_support") {
"../public/test/javascript_test_observer.h",
"../public/test/memory_coordinator_test_utils.cc",
"../public/test/memory_coordinator_test_utils.h",
+ "../public/test/mock_browsing_data_remover_delegate.cc",
+ "../public/test/mock_browsing_data_remover_delegate.h",
"../public/test/mock_download_item.cc",
"../public/test/mock_download_item.h",
"../public/test/mock_download_manager.cc",

Powered by Google App Engine
This is Rietveld 408576698