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

Unified Diff: components/proximity_auth.gypi

Issue 1080163002: Add new chrome://proximity-auth WebUI for debugging Smart Lock. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes Created 5 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
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | components/proximity_auth/webui/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/proximity_auth.gypi
diff --git a/components/proximity_auth.gypi b/components/proximity_auth.gypi
index fe5f3be20c1c1d2e1ff419d152e0b1841996a2aa..6cd8c7521c8c3c07e299ce37f50b3200d97ad990 100644
--- a/components/proximity_auth.gypi
+++ b/components/proximity_auth.gypi
@@ -106,5 +106,28 @@
'cryptauth_proto',
],
},
+ {
+ # GN version: //components/proximity_auth/webui
+ 'target_name': 'proximity_auth_webui',
+ 'type': 'static_library',
+ 'dependencies': [
+ '../base/base.gyp:base',
+ '../content/content.gyp:content_browser',
+ 'components_resources.gyp:components_resources',
+ 'proximity_auth',
+ 'cryptauth',
+ ],
+ 'include_dirs': [
+ '..',
+ ],
+ 'sources': [
+ 'proximity_auth/webui/proximity_auth_ui.cc',
+ 'proximity_auth/webui/proximity_auth_ui.h',
+ 'proximity_auth/webui/proximity_auth_webui_handler.cc',
+ 'proximity_auth/webui/proximity_auth_webui_handler.h',
+ 'proximity_auth/webui/url_constants.cc',
+ 'proximity_auth/webui/url_constants.h',
+ ],
+ },
],
}
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | components/proximity_auth/webui/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698