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

Unified Diff: components/proximity_auth.gypi

Issue 1108713002: Add chrome://proximity-auth UI implemented with Polymer. (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
« no previous file with comments | « no previous file | components/proximity_auth/webui/BUILD.gn » ('j') | components/proximity_auth/webui/BUILD.gn » ('J')
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 8a5526c10139924b41fda628a387da06b33ef3b3..f2b470c14f997e1d757efd1a8c98cff2cfa1344a 100644
--- a/components/proximity_auth.gypi
+++ b/components/proximity_auth.gypi
@@ -126,9 +126,10 @@
'dependencies': [
'../base/base.gyp:base',
'../content/content.gyp:content_browser',
+ '../ui/resources/ui_resources.gyp:ui_resources',
'components_resources.gyp:components_resources',
- 'proximity_auth',
'cryptauth',
Ilya Sherman 2015/04/28 02:40:12 nit: This isn't reflected in the BUILD.gn file. I
Tim Song 2015/04/28 19:41:32 Done.
+ 'proximity_auth',
],
'include_dirs': [
'..',
« no previous file with comments | « no previous file | components/proximity_auth/webui/BUILD.gn » ('j') | components/proximity_auth/webui/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698