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

Unified Diff: components/proximity_auth/webui/BUILD.gn

Issue 1302313004: Replace ProximityAuthUIDelegate with ProximityAuthClient. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@proximity_auth_client
Patch Set: Created 5 years, 4 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: components/proximity_auth/webui/BUILD.gn
diff --git a/components/proximity_auth/webui/BUILD.gn b/components/proximity_auth/webui/BUILD.gn
index 39dea143bbdbee0b734ba48d10e4aee75d3cead5..0d9de7e073686f86bb1ebb86bf414cc495ba76ff 100644
--- a/components/proximity_auth/webui/BUILD.gn
+++ b/components/proximity_auth/webui/BUILD.gn
@@ -5,11 +5,8 @@
# GYP version: components/proximity_auth.gypi:proximity_auth_webui
static_library("webui") {
sources = [
- "cryptauth_enroller_factory_impl.cc",
- "cryptauth_enroller_factory_impl.h",
"proximity_auth_ui.cc",
"proximity_auth_ui.h",
- "proximity_auth_ui_delegate.h",
"proximity_auth_webui_handler.cc",
"proximity_auth_webui_handler.h",
"reachable_phone_flow.cc",

Powered by Google App Engine
This is Rietveld 408576698