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

Unified Diff: chrome/test/BUILD.gn

Issue 2820933002: [subresource_filter] add //chrome level unit test harness (Closed)
Patch Set: remove dep 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
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index e075b7de735f0f64060c02c13dba11ae3c0a2fa2..679bead2afd33220217a6b008c9cb3e79d9ab089 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -3392,6 +3392,9 @@ test("unit_tests") {
"../browser/status_icons/status_tray_unittest.cc",
"../browser/storage/durable_storage_permission_context_unittest.cc",
"../browser/subresource_filter/subresource_filter_content_settings_manager_factory_unittest.cc",
+ "../browser/subresource_filter/subresource_filter_unittest.cc",
+ "../browser/subresource_filter/test_ruleset_publisher.cc",
+ "../browser/subresource_filter/test_ruleset_publisher.h",
"../browser/sync/profile_sync_service_factory_unittest.cc",
"../browser/sync/sync_startup_tracker_unittest.cc",
"../browser/task_profiler/task_profiler_data_serializer_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698