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

Side by Side Diff: chromeos/chromeos.gyp

Issue 681593003: Revert of Extract LoginPerformer to chromeos/auth (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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 | « chrome/chrome_browser_chromeos.gypi ('k') | chromeos/login/auth/authenticator.h » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 # These files lists are shared with the GN build. 8 # These files lists are shared with the GN build.
9 'chromeos_sources': [ 9 'chromeos_sources': [
10 'accelerometer/accelerometer_reader.cc', 10 'accelerometer/accelerometer_reader.cc',
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 'login/auth/authenticator.cc', 247 'login/auth/authenticator.cc',
248 'login/auth/authenticator.h', 248 'login/auth/authenticator.h',
249 'login/auth/cryptohome_authenticator.cc', 249 'login/auth/cryptohome_authenticator.cc',
250 'login/auth/cryptohome_authenticator.h', 250 'login/auth/cryptohome_authenticator.h',
251 'login/auth/extended_authenticator.cc', 251 'login/auth/extended_authenticator.cc',
252 'login/auth/extended_authenticator.h', 252 'login/auth/extended_authenticator.h',
253 'login/auth/extended_authenticator_impl.cc', 253 'login/auth/extended_authenticator_impl.cc',
254 'login/auth/extended_authenticator_impl.h', 254 'login/auth/extended_authenticator_impl.h',
255 'login/auth/key.cc', 255 'login/auth/key.cc',
256 'login/auth/key.h', 256 'login/auth/key.h',
257 'login/auth/login_performer.cc',
258 'login/auth/login_performer.h',
259 'login/auth/online_attempt.cc', 257 'login/auth/online_attempt.cc',
260 'login/auth/online_attempt.h', 258 'login/auth/online_attempt.h',
261 'login/auth/online_attempt_host.cc', 259 'login/auth/online_attempt_host.cc',
262 'login/auth/online_attempt_host.h', 260 'login/auth/online_attempt_host.h',
263 'login/auth/test_attempt_state.cc', 261 'login/auth/test_attempt_state.cc',
264 'login/auth/test_attempt_state.h', 262 'login/auth/test_attempt_state.h',
265 'login/auth/user_context.cc', 263 'login/auth/user_context.cc',
266 'login/auth/user_context.h', 264 'login/auth/user_context.h',
267 'login/login_state.cc', 265 'login/login_state.cc',
268 'login/login_state.h', 266 'login/login_state.h',
(...skipping 404 matching lines...) Expand 10 before | Expand all | Expand 10 after
673 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto', 671 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto',
674 ], 672 ],
675 'variables': { 673 'variables': {
676 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', 674 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome',
677 'proto_out_dir': 'chromeos/cryptohome', 675 'proto_out_dir': 'chromeos/cryptohome',
678 }, 676 },
679 'includes': ['../build/protoc.gypi'], 677 'includes': ['../build/protoc.gypi'],
680 }, 678 },
681 ], 679 ],
682 } 680 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_chromeos.gypi ('k') | chromeos/login/auth/authenticator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698