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

Side by Side 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 unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'proximity_auth', 8 'target_name': 'proximity_auth',
9 'type': 'static_library', 9 'type': 'static_library',
10 'include_dirs': [ 10 'include_dirs': [
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 'cryptauth_proto', 119 'cryptauth_proto',
120 ], 120 ],
121 }, 121 },
122 { 122 {
123 # GN version: //components/proximity_auth/webui 123 # GN version: //components/proximity_auth/webui
124 'target_name': 'proximity_auth_webui', 124 'target_name': 'proximity_auth_webui',
125 'type': 'static_library', 125 'type': 'static_library',
126 'dependencies': [ 126 'dependencies': [
127 '../base/base.gyp:base', 127 '../base/base.gyp:base',
128 '../content/content.gyp:content_browser', 128 '../content/content.gyp:content_browser',
129 '../ui/resources/ui_resources.gyp:ui_resources',
129 'components_resources.gyp:components_resources', 130 'components_resources.gyp:components_resources',
131 '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.
130 'proximity_auth', 132 'proximity_auth',
131 'cryptauth',
132 ], 133 ],
133 'include_dirs': [ 134 'include_dirs': [
134 '..', 135 '..',
135 ], 136 ],
136 'sources': [ 137 'sources': [
137 'proximity_auth/webui/proximity_auth_ui.cc', 138 'proximity_auth/webui/proximity_auth_ui.cc',
138 'proximity_auth/webui/proximity_auth_ui.h', 139 'proximity_auth/webui/proximity_auth_ui.h',
139 'proximity_auth/webui/proximity_auth_webui_handler.cc', 140 'proximity_auth/webui/proximity_auth_webui_handler.cc',
140 'proximity_auth/webui/proximity_auth_webui_handler.h', 141 'proximity_auth/webui/proximity_auth_webui_handler.h',
141 'proximity_auth/webui/url_constants.cc', 142 'proximity_auth/webui/url_constants.cc',
142 'proximity_auth/webui/url_constants.h', 143 'proximity_auth/webui/url_constants.h',
143 ], 144 ],
144 }, 145 },
145 ], 146 ],
146 } 147 }
OLDNEW
« 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