| OLD | NEW |
| 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 259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 270 'login/auth/auth_attempt_state_resolver.cc', | 270 'login/auth/auth_attempt_state_resolver.cc', |
| 271 'login/auth/auth_attempt_state_resolver.h', | 271 'login/auth/auth_attempt_state_resolver.h', |
| 272 'login/auth/auth_status_consumer.cc', | 272 'login/auth/auth_status_consumer.cc', |
| 273 'login/auth/auth_status_consumer.h', | 273 'login/auth/auth_status_consumer.h', |
| 274 'login/auth/authenticator.cc', | 274 'login/auth/authenticator.cc', |
| 275 'login/auth/authenticator.h', | 275 'login/auth/authenticator.h', |
| 276 'login/auth/extended_authenticator.cc', | 276 'login/auth/extended_authenticator.cc', |
| 277 'login/auth/extended_authenticator.h', | 277 'login/auth/extended_authenticator.h', |
| 278 'login/auth/key.cc', | 278 'login/auth/key.cc', |
| 279 'login/auth/key.h', | 279 'login/auth/key.h', |
| 280 'login/auth/online_attempt.cc', |
| 281 'login/auth/online_attempt.h', |
| 282 'login/auth/online_attempt_host.cc', |
| 283 'login/auth/online_attempt_host.h', |
| 280 'login/auth/test_attempt_state.cc', | 284 'login/auth/test_attempt_state.cc', |
| 281 'login/auth/test_attempt_state.h', | 285 'login/auth/test_attempt_state.h', |
| 282 'login/auth/user_context.cc', | 286 'login/auth/user_context.cc', |
| 283 'login/auth/user_context.h', | 287 'login/auth/user_context.h', |
| 284 'login/login_state.cc', | 288 'login/login_state.cc', |
| 285 'login/login_state.h', | 289 'login/login_state.h', |
| 286 'login/user_names.cc', | 290 'login/user_names.cc', |
| 287 'login/user_names.h', | 291 'login/user_names.h', |
| 288 'login_event_recorder.cc', | 292 'login_event_recorder.cc', |
| 289 'login_event_recorder.h', | 293 'login_event_recorder.h', |
| (...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 391 'settings/cros_settings_names.cc', | 395 'settings/cros_settings_names.cc', |
| 392 'settings/cros_settings_names.h', | 396 'settings/cros_settings_names.h', |
| 393 'settings/cros_settings_provider.cc', | 397 'settings/cros_settings_provider.cc', |
| 394 'settings/cros_settings_provider.h', | 398 'settings/cros_settings_provider.h', |
| 395 'settings/timezone_settings.cc', | 399 'settings/timezone_settings.cc', |
| 396 'settings/timezone_settings.h', | 400 'settings/timezone_settings.h', |
| 397 'system/name_value_pairs_parser.cc', | 401 'system/name_value_pairs_parser.cc', |
| 398 'system/name_value_pairs_parser.h', | 402 'system/name_value_pairs_parser.h', |
| 399 'system/statistics_provider.cc', | 403 'system/statistics_provider.cc', |
| 400 'system/statistics_provider.h', | 404 'system/statistics_provider.h', |
| 405 'tpm_password_fetcher.cc', |
| 406 'tpm_password_fetcher.h', |
| 401 'tpm_token_loader.cc', | 407 'tpm_token_loader.cc', |
| 402 'tpm_token_loader.h' | 408 'tpm_token_loader.h' |
| 403 ], | 409 ], |
| 404 'conditions': [ | 410 'conditions': [ |
| 405 ['use_x11 == 1', { | 411 ['use_x11 == 1', { |
| 406 'dependencies': [ | 412 'dependencies': [ |
| 407 '../build/linux/system.gyp:x11', | 413 '../build/linux/system.gyp:x11', |
| 408 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', | 414 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', |
| 409 ], | 415 ], |
| 410 }, { | 416 }, { |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 450 'disks/mock_disk_mount_manager.cc', | 456 'disks/mock_disk_mount_manager.cc', |
| 451 'disks/mock_disk_mount_manager.h', | 457 'disks/mock_disk_mount_manager.h', |
| 452 'ime/mock_component_extension_ime_manager_delegate.cc', | 458 'ime/mock_component_extension_ime_manager_delegate.cc', |
| 453 'ime/mock_component_extension_ime_manager_delegate.h', | 459 'ime/mock_component_extension_ime_manager_delegate.h', |
| 454 'login/auth/mock_auth_attempt_state_resolver.cc', | 460 'login/auth/mock_auth_attempt_state_resolver.cc', |
| 455 'login/auth/mock_auth_attempt_state_resolver.h', | 461 'login/auth/mock_auth_attempt_state_resolver.h', |
| 456 'login/auth/mock_auth_status_consumer.cc', | 462 'login/auth/mock_auth_status_consumer.cc', |
| 457 'login/auth/mock_auth_status_consumer.h', | 463 'login/auth/mock_auth_status_consumer.h', |
| 458 'login/auth/mock_authenticator.cc', | 464 'login/auth/mock_authenticator.cc', |
| 459 'login/auth/mock_authenticator.h', | 465 'login/auth/mock_authenticator.h', |
| 466 'login/auth/mock_url_fetchers.cc', |
| 467 'login/auth/mock_url_fetchers.h', |
| 460 'network/fake_network_device_handler.cc', | 468 'network/fake_network_device_handler.cc', |
| 461 'network/fake_network_device_handler.h', | 469 'network/fake_network_device_handler.h', |
| 462 'network/mock_managed_network_configuration_handler.cc', | 470 'network/mock_managed_network_configuration_handler.cc', |
| 463 'network/mock_managed_network_configuration_handler.h', | 471 'network/mock_managed_network_configuration_handler.h', |
| 464 'network/onc/mock_certificate_importer.cc', | 472 'network/onc/mock_certificate_importer.cc', |
| 465 'network/onc/mock_certificate_importer.h', | 473 'network/onc/mock_certificate_importer.h', |
| 466 'network/onc/onc_test_utils.cc', | 474 'network/onc/onc_test_utils.cc', |
| 467 'network/onc/onc_test_utils.h', | 475 'network/onc/onc_test_utils.h', |
| 468 'system/mock_statistics_provider.cc', | 476 'system/mock_statistics_provider.cc', |
| 469 'system/mock_statistics_provider.h', | 477 'system/mock_statistics_provider.h', |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 503 }, | 511 }, |
| 504 { | 512 { |
| 505 'target_name': 'chromeos_unittests', | 513 'target_name': 'chromeos_unittests', |
| 506 'type': 'executable', | 514 'type': 'executable', |
| 507 'dependencies': [ | 515 'dependencies': [ |
| 508 '../base/base.gyp:run_all_unittests', | 516 '../base/base.gyp:run_all_unittests', |
| 509 '../base/base.gyp:test_support_base', | 517 '../base/base.gyp:test_support_base', |
| 510 '../build/linux/system.gyp:dbus', | 518 '../build/linux/system.gyp:dbus', |
| 511 '../build/linux/system.gyp:ssl', | 519 '../build/linux/system.gyp:ssl', |
| 512 '../components/components.gyp:onc_component', | 520 '../components/components.gyp:onc_component', |
| 521 '../content/content_shell_and_tests.gyp:test_support_content', |
| 513 '../crypto/crypto.gyp:crypto', | 522 '../crypto/crypto.gyp:crypto', |
| 514 '../dbus/dbus.gyp:dbus_test_support', | 523 '../dbus/dbus.gyp:dbus_test_support', |
| 524 '../google_apis/google_apis.gyp:google_apis', |
| 515 '../net/net.gyp:net', | 525 '../net/net.gyp:net', |
| 516 '../net/net.gyp:net_test_support', | 526 '../net/net.gyp:net_test_support', |
| 517 '../testing/gmock.gyp:gmock', | 527 '../testing/gmock.gyp:gmock', |
| 518 '../testing/gtest.gyp:gtest', | 528 '../testing/gtest.gyp:gtest', |
| 519 '../url/url.gyp:url_lib', | 529 '../url/url.gyp:url_lib', |
| 520 'chromeos_test_support', | 530 'chromeos_test_support', |
| 521 'cryptohome_proto', | 531 'cryptohome_proto', |
| 522 'power_manager_proto', | 532 'power_manager_proto', |
| 523 ], | 533 ], |
| 524 'sources': [ | 534 'sources': [ |
| (...skipping 17 matching lines...) Expand all Loading... |
| 542 'dbus/shill_profile_client_unittest.cc', | 552 'dbus/shill_profile_client_unittest.cc', |
| 543 'dbus/shill_service_client_unittest.cc', | 553 'dbus/shill_service_client_unittest.cc', |
| 544 'disks/disk_mount_manager_unittest.cc', | 554 'disks/disk_mount_manager_unittest.cc', |
| 545 'ime/component_extension_ime_manager_unittest.cc', | 555 'ime/component_extension_ime_manager_unittest.cc', |
| 546 'ime/composition_text_unittest.cc', | 556 'ime/composition_text_unittest.cc', |
| 547 'ime/extension_ime_util_unittest.cc', | 557 'ime/extension_ime_util_unittest.cc', |
| 548 'ime/ime_keyboard_x11_unittest.cc', | 558 'ime/ime_keyboard_x11_unittest.cc', |
| 549 'ime/input_method_manager.h', | 559 'ime/input_method_manager.h', |
| 550 'ime/input_method_whitelist_unittest.cc', | 560 'ime/input_method_whitelist_unittest.cc', |
| 551 'login/auth/key_unittest.cc', | 561 'login/auth/key_unittest.cc', |
| 562 'login/auth/online_attempt_unittest.cc', |
| 552 'login/login_state_unittest.cc', | 563 'login/login_state_unittest.cc', |
| 553 'network/client_cert_resolver_unittest.cc', | 564 'network/client_cert_resolver_unittest.cc', |
| 554 'network/geolocation_handler_unittest.cc', | 565 'network/geolocation_handler_unittest.cc', |
| 555 'network/host_resolver_impl_chromeos_unittest.cc', | 566 'network/host_resolver_impl_chromeos_unittest.cc', |
| 556 'network/managed_network_configuration_handler_unittest.cc', | 567 'network/managed_network_configuration_handler_unittest.cc', |
| 557 'network/network_cert_migrator_unittest.cc', | 568 'network/network_cert_migrator_unittest.cc', |
| 558 'network/network_change_notifier_chromeos_unittest.cc', | 569 'network/network_change_notifier_chromeos_unittest.cc', |
| 559 'network/network_configuration_handler_unittest.cc', | 570 'network/network_configuration_handler_unittest.cc', |
| 560 'network/network_connection_handler_unittest.cc', | 571 'network/network_connection_handler_unittest.cc', |
| 561 'network/network_device_handler_unittest.cc', | 572 'network/network_device_handler_unittest.cc', |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 635 ], | 646 ], |
| 636 'variables': { | 647 'variables': { |
| 637 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', | 648 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', |
| 638 'proto_out_dir': 'chromeos/cryptohome', | 649 'proto_out_dir': 'chromeos/cryptohome', |
| 639 }, | 650 }, |
| 640 'includes': ['../build/protoc.gypi'], | 651 'includes': ['../build/protoc.gypi'], |
| 641 }, | 652 }, |
| 642 | 653 |
| 643 ], | 654 ], |
| 644 } | 655 } |
| OLD | NEW |