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

Unified Diff: content/test/BUILD.gn

Issue 2788823002: Add the Mojo implementation of authenticator.mojom's MakeCredential. (Closed)
Patch Set: Migreate webauth in components/ and chrome/ to content/ Created 3 years, 6 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 fe4acf627d908cb7afbeab4e5a1148f69a6e40b4..1b49fbcd5123f58d7f5f7e5f502cf1e48764c9c7 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -45,6 +45,8 @@ static_library("test_support") {
"../browser/service_worker/embedded_worker_test_helper.h",
"../browser/service_worker/service_worker_test_utils.cc",
"../browser/service_worker/service_worker_test_utils.h",
+ "../browser/webauth/authenticator_impl.cc",
+ "../browser/webauth/authenticator_impl.h",
"../public/test/background_sync_test_util.cc",
"../public/test/background_sync_test_util.h",
"../public/test/browser_side_navigation_test_utils.cc",
@@ -1347,6 +1349,7 @@ test("content_unittests") {
"../browser/web_contents/web_contents_view_mac_unittest.mm",
"../browser/web_contents/web_drag_dest_mac_unittest.mm",
"../browser/web_contents/web_drag_source_mac_unittest.mm",
+ "../browser/webauth/authenticator_impl_unittest.cc",
"../browser/websockets/websocket_manager_unittest.cc",
"../browser/webui/i18n_source_stream_unittest.cc",
"../browser/webui/url_data_manager_backend_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698