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

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: 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
Index: components/proximity_auth.gypi
diff --git a/components/proximity_auth.gypi b/components/proximity_auth.gypi
index fe5f3be20c1c1d2e1ff419d152e0b1841996a2aa..7addbc8dfb41205a40d40c98ea96e0a7b26204bf 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/url_constants.cc',
+ 'proximity_auth/webui/url_constants.h',
Ilya Sherman 2015/04/14 21:47:53 nit: Please re-alphabetize.
+ 'proximity_auth/webui/proximity_auth_webui_handler.cc',
+ 'proximity_auth/webui/proximity_auth_webui_handler.h',
+ ],
+ },
],
}

Powered by Google App Engine
This is Rietveld 408576698