| 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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 542 'dbus/shill_profile_client_unittest.cc', | 550 'dbus/shill_profile_client_unittest.cc', |
| 543 'dbus/shill_service_client_unittest.cc', | 551 'dbus/shill_service_client_unittest.cc', |
| 544 'disks/disk_mount_manager_unittest.cc', | 552 'disks/disk_mount_manager_unittest.cc', |
| 545 'ime/component_extension_ime_manager_unittest.cc', | 553 'ime/component_extension_ime_manager_unittest.cc', |
| 546 'ime/composition_text_unittest.cc', | 554 'ime/composition_text_unittest.cc', |
| 547 'ime/extension_ime_util_unittest.cc', | 555 'ime/extension_ime_util_unittest.cc', |
| 548 'ime/ime_keyboard_x11_unittest.cc', | 556 'ime/ime_keyboard_x11_unittest.cc', |
| 549 'ime/input_method_manager.h', | 557 'ime/input_method_manager.h', |
| 550 'ime/input_method_whitelist_unittest.cc', | 558 'ime/input_method_whitelist_unittest.cc', |
| 551 'login/auth/key_unittest.cc', | 559 'login/auth/key_unittest.cc', |
| 560 'login/auth/online_attempt_unittest.cc', |
| 552 'login/login_state_unittest.cc', | 561 'login/login_state_unittest.cc', |
| 553 'network/client_cert_resolver_unittest.cc', | 562 'network/client_cert_resolver_unittest.cc', |
| 554 'network/geolocation_handler_unittest.cc', | 563 'network/geolocation_handler_unittest.cc', |
| 555 'network/host_resolver_impl_chromeos_unittest.cc', | 564 'network/host_resolver_impl_chromeos_unittest.cc', |
| 556 'network/managed_network_configuration_handler_unittest.cc', | 565 'network/managed_network_configuration_handler_unittest.cc', |
| 557 'network/network_cert_migrator_unittest.cc', | 566 'network/network_cert_migrator_unittest.cc', |
| 558 'network/network_change_notifier_chromeos_unittest.cc', | 567 'network/network_change_notifier_chromeos_unittest.cc', |
| 559 'network/network_configuration_handler_unittest.cc', | 568 'network/network_configuration_handler_unittest.cc', |
| 560 'network/network_connection_handler_unittest.cc', | 569 'network/network_connection_handler_unittest.cc', |
| 561 'network/network_device_handler_unittest.cc', | 570 'network/network_device_handler_unittest.cc', |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 635 ], | 644 ], |
| 636 'variables': { | 645 'variables': { |
| 637 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', | 646 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', |
| 638 'proto_out_dir': 'chromeos/cryptohome', | 647 'proto_out_dir': 'chromeos/cryptohome', |
| 639 }, | 648 }, |
| 640 'includes': ['../build/protoc.gypi'], | 649 'includes': ['../build/protoc.gypi'], |
| 641 }, | 650 }, |
| 642 | 651 |
| 643 ], | 652 ], |
| 644 } | 653 } |
| OLD | NEW |