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

Side by Side Diff: components/proximity_auth.gypi

Issue 1302313004: Replace ProximityAuthUIDelegate with ProximityAuthClient. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@proximity_auth_client
Patch Set: fixes Created 5 years, 3 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 # GN version: //components/proximity_auth and 8 # GN version: //components/proximity_auth and
9 # //components/proximity_auth/ble. 9 # //components/proximity_auth/ble.
10 'target_name': 'proximity_auth', 10 'target_name': 'proximity_auth',
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 '../ui/resources/ui_resources.gyp:ui_resources', 228 '../ui/resources/ui_resources.gyp:ui_resources',
229 'components_resources.gyp:components_resources', 229 'components_resources.gyp:components_resources',
230 'cryptauth', 230 'cryptauth',
231 'cryptauth_proto', 231 'cryptauth_proto',
232 'proximity_auth', 232 'proximity_auth',
233 ], 233 ],
234 'include_dirs': [ 234 'include_dirs': [
235 '..', 235 '..',
236 ], 236 ],
237 'sources': [ 237 'sources': [
238 'proximity_auth/webui/cryptauth_enroller_factory_impl.cc',
239 'proximity_auth/webui/cryptauth_enroller_factory_impl.h',
240 'proximity_auth/webui/proximity_auth_ui.cc', 238 'proximity_auth/webui/proximity_auth_ui.cc',
241 'proximity_auth/webui/proximity_auth_ui.h', 239 'proximity_auth/webui/proximity_auth_ui.h',
242 'proximity_auth/webui/proximity_auth_ui_delegate.h',
243 'proximity_auth/webui/proximity_auth_webui_handler.cc', 240 'proximity_auth/webui/proximity_auth_webui_handler.cc',
244 'proximity_auth/webui/proximity_auth_webui_handler.h', 241 'proximity_auth/webui/proximity_auth_webui_handler.h',
245 'proximity_auth/webui/reachable_phone_flow.cc', 242 'proximity_auth/webui/reachable_phone_flow.cc',
246 'proximity_auth/webui/reachable_phone_flow.h', 243 'proximity_auth/webui/reachable_phone_flow.h',
247 'proximity_auth/webui/url_constants.cc', 244 'proximity_auth/webui/url_constants.cc',
248 'proximity_auth/webui/url_constants.h', 245 'proximity_auth/webui/url_constants.h',
249 ], 246 ],
250 }, 247 },
251 ], 248 ],
252 } 249 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc ('k') | components/proximity_auth/webui/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698