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

Side by Side Diff: chromeos/chromeos.gyp

Issue 495563003: Move ParallelAuthnticator to chromeos and rename it to CryptohomeAuthenticator (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge with ToT Created 6 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chromeos/login/auth/cryptohome_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 }, 8 },
9 'includes': [ 9 'includes': [
10 'chromeos_tools.gypi' 10 'chromeos_tools.gypi'
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 'ime/input_method_whitelist.cc', 272 'ime/input_method_whitelist.cc',
273 'ime/input_method_whitelist.h', 273 'ime/input_method_whitelist.h',
274 'login/auth/auth_attempt_state.cc', 274 'login/auth/auth_attempt_state.cc',
275 'login/auth/auth_attempt_state.h', 275 'login/auth/auth_attempt_state.h',
276 'login/auth/auth_attempt_state_resolver.cc', 276 'login/auth/auth_attempt_state_resolver.cc',
277 'login/auth/auth_attempt_state_resolver.h', 277 'login/auth/auth_attempt_state_resolver.h',
278 'login/auth/auth_status_consumer.cc', 278 'login/auth/auth_status_consumer.cc',
279 'login/auth/auth_status_consumer.h', 279 'login/auth/auth_status_consumer.h',
280 'login/auth/authenticator.cc', 280 'login/auth/authenticator.cc',
281 'login/auth/authenticator.h', 281 'login/auth/authenticator.h',
282 'login/auth/cryptohome_authenticator.cc',
283 'login/auth/cryptohome_authenticator.h',
282 'login/auth/extended_authenticator.cc', 284 'login/auth/extended_authenticator.cc',
283 'login/auth/extended_authenticator.h', 285 'login/auth/extended_authenticator.h',
284 'login/auth/key.cc', 286 'login/auth/key.cc',
285 'login/auth/key.h', 287 'login/auth/key.h',
286 'login/auth/online_attempt.cc', 288 'login/auth/online_attempt.cc',
287 'login/auth/online_attempt.h', 289 'login/auth/online_attempt.h',
288 'login/auth/online_attempt_host.cc', 290 'login/auth/online_attempt_host.cc',
289 'login/auth/online_attempt_host.h', 291 'login/auth/online_attempt_host.h',
290 'login/auth/test_attempt_state.cc', 292 'login/auth/test_attempt_state.cc',
291 'login/auth/test_attempt_state.h', 293 'login/auth/test_attempt_state.h',
(...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after
653 ], 655 ],
654 'variables': { 656 'variables': {
655 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', 657 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome',
656 'proto_out_dir': 'chromeos/cryptohome', 658 'proto_out_dir': 'chromeos/cryptohome',
657 }, 659 },
658 'includes': ['../build/protoc.gypi'], 660 'includes': ['../build/protoc.gypi'],
659 }, 661 },
660 662
661 ], 663 ],
662 } 664 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chromeos/login/auth/cryptohome_authenticator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698