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

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: use hidden?= Created 5 years, 7 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
« no previous file with comments | « no previous file | components/proximity_auth/webui/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
130 'proximity_auth', 131 'proximity_auth',
131 'cryptauth',
132 ], 132 ],
133 'include_dirs': [ 133 'include_dirs': [
134 '..', 134 '..',
135 ], 135 ],
136 'sources': [ 136 'sources': [
137 'proximity_auth/webui/proximity_auth_ui.cc', 137 'proximity_auth/webui/proximity_auth_ui.cc',
138 'proximity_auth/webui/proximity_auth_ui.h', 138 'proximity_auth/webui/proximity_auth_ui.h',
139 'proximity_auth/webui/proximity_auth_webui_handler.cc', 139 'proximity_auth/webui/proximity_auth_webui_handler.cc',
140 'proximity_auth/webui/proximity_auth_webui_handler.h', 140 'proximity_auth/webui/proximity_auth_webui_handler.h',
141 'proximity_auth/webui/url_constants.cc', 141 'proximity_auth/webui/url_constants.cc',
142 'proximity_auth/webui/url_constants.h', 142 'proximity_auth/webui/url_constants.h',
143 ], 143 ],
144 }, 144 },
145 ], 145 ],
146 } 146 }
OLDNEW
« no previous file with comments | « no previous file | components/proximity_auth/webui/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698