Index: components/browsing_data_ui/BUILD.gn |
diff --git a/components/browsing_data_ui/BUILD.gn b/components/browsing_data_ui/BUILD.gn |
index 3faf508eb15deef98ab977d69f5e1fe77e08a4cf..241e32dfefc77ede49fd156d7330741c29cc02c5 100644 |
--- a/components/browsing_data_ui/BUILD.gn |
+++ b/components/browsing_data_ui/BUILD.gn |
@@ -10,7 +10,27 @@ static_library("browsing_data_ui") { |
deps = [ |
"//base", |
- "//components/browser_sync/browser", |
"//components/history/core/browser", |
+ "//components/sync_driver:sync_driver", |
+ "//components/version_info", |
+ ] |
+} |
+ |
+source_set("unit_tests") { |
+ testonly = true |
+ sources = [ |
+ "history_notice_utils_unittest.cc", |
+ ] |
+ |
+ deps = [ |
+ ":browsing_data_ui", |
+ "//base", |
+ "//components/history/core/test:test", |
+ "//components/signin/core/browser:test_support", |
+ "//components/sync_driver:test_support", |
+ "//components/version_info:version_info", |
+ "//net", |
+ "//sync/protocol:protocol", |
+ "//testing/gtest", |
] |
} |