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

Side by Side Diff: chromeos/chromeos.gyp

Issue 402403004: Refactoring : Move OnlineAttempt to chromeos/login (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Yet another 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/mock_url_fetchers.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 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/extended_authenticator.cc', 282 'login/auth/extended_authenticator.cc',
283 'login/auth/extended_authenticator.h', 283 'login/auth/extended_authenticator.h',
284 'login/auth/key.cc', 284 'login/auth/key.cc',
285 'login/auth/key.h', 285 'login/auth/key.h',
286 'login/auth/online_attempt.cc',
287 'login/auth/online_attempt.h',
288 'login/auth/online_attempt_host.cc',
289 'login/auth/online_attempt_host.h',
286 'login/auth/test_attempt_state.cc', 290 'login/auth/test_attempt_state.cc',
287 'login/auth/test_attempt_state.h', 291 'login/auth/test_attempt_state.h',
288 'login/auth/user_context.cc', 292 'login/auth/user_context.cc',
289 'login/auth/user_context.h', 293 'login/auth/user_context.h',
290 'login/login_state.cc', 294 'login/login_state.cc',
291 'login/login_state.h', 295 'login/login_state.h',
292 'login/user_names.cc', 296 'login/user_names.cc',
293 'login/user_names.h', 297 'login/user_names.h',
294 'login_event_recorder.cc', 298 'login_event_recorder.cc',
295 'login_event_recorder.h', 299 'login_event_recorder.h',
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
397 'settings/cros_settings_names.cc', 401 'settings/cros_settings_names.cc',
398 'settings/cros_settings_names.h', 402 'settings/cros_settings_names.h',
399 'settings/cros_settings_provider.cc', 403 'settings/cros_settings_provider.cc',
400 'settings/cros_settings_provider.h', 404 'settings/cros_settings_provider.h',
401 'settings/timezone_settings.cc', 405 'settings/timezone_settings.cc',
402 'settings/timezone_settings.h', 406 'settings/timezone_settings.h',
403 'system/name_value_pairs_parser.cc', 407 'system/name_value_pairs_parser.cc',
404 'system/name_value_pairs_parser.h', 408 'system/name_value_pairs_parser.h',
405 'system/statistics_provider.cc', 409 'system/statistics_provider.cc',
406 'system/statistics_provider.h', 410 'system/statistics_provider.h',
411 'tpm_password_fetcher.cc',
412 'tpm_password_fetcher.h',
407 'tpm_token_loader.cc', 413 'tpm_token_loader.cc',
408 'tpm_token_loader.h' 414 'tpm_token_loader.h'
409 ], 415 ],
410 'conditions': [ 416 'conditions': [
411 ['use_x11 == 1', { 417 ['use_x11 == 1', {
412 'dependencies': [ 418 'dependencies': [
413 '../build/linux/system.gyp:x11', 419 '../build/linux/system.gyp:x11',
414 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', 420 '../ui/gfx/x/gfx_x11.gyp:gfx_x11',
415 ], 421 ],
416 }, { 422 }, {
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
456 'disks/mock_disk_mount_manager.cc', 462 'disks/mock_disk_mount_manager.cc',
457 'disks/mock_disk_mount_manager.h', 463 'disks/mock_disk_mount_manager.h',
458 'ime/mock_component_extension_ime_manager_delegate.cc', 464 'ime/mock_component_extension_ime_manager_delegate.cc',
459 'ime/mock_component_extension_ime_manager_delegate.h', 465 'ime/mock_component_extension_ime_manager_delegate.h',
460 'login/auth/mock_auth_attempt_state_resolver.cc', 466 'login/auth/mock_auth_attempt_state_resolver.cc',
461 'login/auth/mock_auth_attempt_state_resolver.h', 467 'login/auth/mock_auth_attempt_state_resolver.h',
462 'login/auth/mock_auth_status_consumer.cc', 468 'login/auth/mock_auth_status_consumer.cc',
463 'login/auth/mock_auth_status_consumer.h', 469 'login/auth/mock_auth_status_consumer.h',
464 'login/auth/mock_authenticator.cc', 470 'login/auth/mock_authenticator.cc',
465 'login/auth/mock_authenticator.h', 471 'login/auth/mock_authenticator.h',
472 'login/auth/mock_url_fetchers.cc',
473 'login/auth/mock_url_fetchers.h',
466 'network/fake_network_device_handler.cc', 474 'network/fake_network_device_handler.cc',
467 'network/fake_network_device_handler.h', 475 'network/fake_network_device_handler.h',
468 'network/mock_managed_network_configuration_handler.cc', 476 'network/mock_managed_network_configuration_handler.cc',
469 'network/mock_managed_network_configuration_handler.h', 477 'network/mock_managed_network_configuration_handler.h',
470 'network/onc/mock_certificate_importer.cc', 478 'network/onc/mock_certificate_importer.cc',
471 'network/onc/mock_certificate_importer.h', 479 'network/onc/mock_certificate_importer.h',
472 'network/onc/onc_test_utils.cc', 480 'network/onc/onc_test_utils.cc',
473 'network/onc/onc_test_utils.h', 481 'network/onc/onc_test_utils.h',
474 'system/mock_statistics_provider.cc', 482 'system/mock_statistics_provider.cc',
475 'system/mock_statistics_provider.h', 483 'system/mock_statistics_provider.h',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
509 }, 517 },
510 { 518 {
511 'target_name': 'chromeos_unittests', 519 'target_name': 'chromeos_unittests',
512 'type': 'executable', 520 'type': 'executable',
513 'dependencies': [ 521 'dependencies': [
514 '../base/base.gyp:run_all_unittests', 522 '../base/base.gyp:run_all_unittests',
515 '../base/base.gyp:test_support_base', 523 '../base/base.gyp:test_support_base',
516 '../build/linux/system.gyp:dbus', 524 '../build/linux/system.gyp:dbus',
517 '../build/linux/system.gyp:ssl', 525 '../build/linux/system.gyp:ssl',
518 '../components/components.gyp:onc_component', 526 '../components/components.gyp:onc_component',
527 '../content/content_shell_and_tests.gyp:test_support_content',
519 '../crypto/crypto.gyp:crypto', 528 '../crypto/crypto.gyp:crypto',
520 '../crypto/crypto.gyp:crypto_test_support', 529 '../crypto/crypto.gyp:crypto_test_support',
521 '../dbus/dbus.gyp:dbus_test_support', 530 '../dbus/dbus.gyp:dbus_test_support',
531 '../google_apis/google_apis.gyp:google_apis',
522 '../net/net.gyp:net', 532 '../net/net.gyp:net',
523 '../net/net.gyp:net_test_support', 533 '../net/net.gyp:net_test_support',
524 '../testing/gmock.gyp:gmock', 534 '../testing/gmock.gyp:gmock',
525 '../testing/gtest.gyp:gtest', 535 '../testing/gtest.gyp:gtest',
526 '../url/url.gyp:url_lib', 536 '../url/url.gyp:url_lib',
527 'chromeos_test_support', 537 'chromeos_test_support',
528 'cryptohome_proto', 538 'cryptohome_proto',
529 'power_manager_proto', 539 'power_manager_proto',
530 ], 540 ],
531 'sources': [ 541 'sources': [
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
643 ], 653 ],
644 'variables': { 654 'variables': {
645 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', 655 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome',
646 'proto_out_dir': 'chromeos/cryptohome', 656 'proto_out_dir': 'chromeos/cryptohome',
647 }, 657 },
648 'includes': ['../build/protoc.gypi'], 658 'includes': ['../build/protoc.gypi'],
649 }, 659 },
650 660
651 ], 661 ],
652 } 662 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chromeos/login/auth/mock_url_fetchers.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698