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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 296773002: Add a Key class (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased. Created 6 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser_chromeos', 9 'target_name': 'browser_chromeos',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 482 matching lines...) Expand 10 before | Expand all | Expand 10 after
493 'browser/chromeos/login/auth/auth_attempt_state.cc', 493 'browser/chromeos/login/auth/auth_attempt_state.cc',
494 'browser/chromeos/login/auth/auth_attempt_state.h', 494 'browser/chromeos/login/auth/auth_attempt_state.h',
495 'browser/chromeos/login/auth/auth_attempt_state_resolver.cc', 495 'browser/chromeos/login/auth/auth_attempt_state_resolver.cc',
496 'browser/chromeos/login/auth/auth_attempt_state_resolver.h', 496 'browser/chromeos/login/auth/auth_attempt_state_resolver.h',
497 'browser/chromeos/login/auth/auth_prewarmer.cc', 497 'browser/chromeos/login/auth/auth_prewarmer.cc',
498 'browser/chromeos/login/auth/auth_prewarmer.h', 498 'browser/chromeos/login/auth/auth_prewarmer.h',
499 'browser/chromeos/login/auth/authenticator.cc', 499 'browser/chromeos/login/auth/authenticator.cc',
500 'browser/chromeos/login/auth/authenticator.h', 500 'browser/chromeos/login/auth/authenticator.h',
501 'browser/chromeos/login/auth/extended_authenticator.cc', 501 'browser/chromeos/login/auth/extended_authenticator.cc',
502 'browser/chromeos/login/auth/extended_authenticator.h', 502 'browser/chromeos/login/auth/extended_authenticator.h',
503 'browser/chromeos/login/auth/key.cc',
504 'browser/chromeos/login/auth/key.h',
503 'browser/chromeos/login/auth/login_performer.cc', 505 'browser/chromeos/login/auth/login_performer.cc',
504 'browser/chromeos/login/auth/login_performer.h', 506 'browser/chromeos/login/auth/login_performer.h',
505 'browser/chromeos/login/auth/login_status_consumer.cc', 507 'browser/chromeos/login/auth/login_status_consumer.cc',
506 'browser/chromeos/login/auth/login_status_consumer.h', 508 'browser/chromeos/login/auth/login_status_consumer.h',
507 'browser/chromeos/login/auth/mount_manager.cc', 509 'browser/chromeos/login/auth/mount_manager.cc',
508 'browser/chromeos/login/auth/mount_manager.h', 510 'browser/chromeos/login/auth/mount_manager.h',
509 'browser/chromeos/login/auth/online_attempt.cc', 511 'browser/chromeos/login/auth/online_attempt.cc',
510 'browser/chromeos/login/auth/online_attempt.h', 512 'browser/chromeos/login/auth/online_attempt.h',
511 'browser/chromeos/login/auth/online_attempt_host.cc', 513 'browser/chromeos/login/auth/online_attempt_host.cc',
512 'browser/chromeos/login/auth/online_attempt_host.h', 514 'browser/chromeos/login/auth/online_attempt_host.h',
(...skipping 636 matching lines...) Expand 10 before | Expand all | Expand 10 after
1149 'browser/chromeos/attestation/attestation_signed_data.proto', 1151 'browser/chromeos/attestation/attestation_signed_data.proto',
1150 ], 1152 ],
1151 'variables': { 1153 'variables': {
1152 'proto_in_dir': 'browser/chromeos/attestation', 1154 'proto_in_dir': 'browser/chromeos/attestation',
1153 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1155 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1154 }, 1156 },
1155 'includes': [ '../build/protoc.gypi' ] 1157 'includes': [ '../build/protoc.gypi' ]
1156 }, 1158 },
1157 ], 1159 ],
1158 } 1160 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698