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 # These files lists are shared with the GN build. | 8 # These files lists are shared with the GN build. |
9 'chromeos_sources': [ | 9 'chromeos_sources': [ |
10 'accelerometer/accelerometer_reader.cc', | 10 'accelerometer/accelerometer_reader.cc', |
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
287 'login/auth/extended_authenticator_impl.cc', | 287 'login/auth/extended_authenticator_impl.cc', |
288 'login/auth/extended_authenticator_impl.h', | 288 'login/auth/extended_authenticator_impl.h', |
289 'login/auth/key.cc', | 289 'login/auth/key.cc', |
290 'login/auth/key.h', | 290 'login/auth/key.h', |
291 'login/auth/login_performer.cc', | 291 'login/auth/login_performer.cc', |
292 'login/auth/login_performer.h', | 292 'login/auth/login_performer.h', |
293 'login/auth/online_attempt.cc', | 293 'login/auth/online_attempt.cc', |
294 'login/auth/online_attempt.h', | 294 'login/auth/online_attempt.h', |
295 'login/auth/online_attempt_host.cc', | 295 'login/auth/online_attempt_host.cc', |
296 'login/auth/online_attempt_host.h', | 296 'login/auth/online_attempt_host.h', |
| 297 'login/auth/stub_authenticator.cc', |
| 298 'login/auth/stub_authenticator.h', |
297 'login/auth/test_attempt_state.cc', | 299 'login/auth/test_attempt_state.cc', |
298 'login/auth/test_attempt_state.h', | 300 'login/auth/test_attempt_state.h', |
299 'login/auth/user_context.cc', | 301 'login/auth/user_context.cc', |
300 'login/auth/user_context.h', | 302 'login/auth/user_context.h', |
301 'login/login_state.cc', | 303 'login/login_state.cc', |
302 'login/login_state.h', | 304 'login/login_state.h', |
303 'login/user_names.cc', | 305 'login/user_names.cc', |
304 'login/user_names.h', | 306 'login/user_names.h', |
305 'login_event_recorder.cc', | 307 'login_event_recorder.cc', |
306 'login_event_recorder.h', | 308 'login_event_recorder.h', |
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
571 'dbus/services/service_provider_test_helper.cc', | 573 'dbus/services/service_provider_test_helper.cc', |
572 'dbus/services/service_provider_test_helper.h', | 574 'dbus/services/service_provider_test_helper.h', |
573 'disks/mock_disk_mount_manager.cc', | 575 'disks/mock_disk_mount_manager.cc', |
574 'disks/mock_disk_mount_manager.h', | 576 'disks/mock_disk_mount_manager.h', |
575 'login/auth/fake_extended_authenticator.cc', | 577 'login/auth/fake_extended_authenticator.cc', |
576 'login/auth/fake_extended_authenticator.h', | 578 'login/auth/fake_extended_authenticator.h', |
577 'login/auth/mock_auth_attempt_state_resolver.cc', | 579 'login/auth/mock_auth_attempt_state_resolver.cc', |
578 'login/auth/mock_auth_attempt_state_resolver.h', | 580 'login/auth/mock_auth_attempt_state_resolver.h', |
579 'login/auth/mock_auth_status_consumer.cc', | 581 'login/auth/mock_auth_status_consumer.cc', |
580 'login/auth/mock_auth_status_consumer.h', | 582 'login/auth/mock_auth_status_consumer.h', |
581 'login/auth/mock_authenticator.cc', | |
582 'login/auth/mock_authenticator.h', | |
583 'login/auth/mock_url_fetchers.cc', | 583 'login/auth/mock_url_fetchers.cc', |
584 'login/auth/mock_url_fetchers.h', | 584 'login/auth/mock_url_fetchers.h', |
585 'network/fake_network_device_handler.cc', | 585 'network/fake_network_device_handler.cc', |
586 'network/fake_network_device_handler.h', | 586 'network/fake_network_device_handler.h', |
587 'network/mock_managed_network_configuration_handler.cc', | 587 'network/mock_managed_network_configuration_handler.cc', |
588 'network/mock_managed_network_configuration_handler.h', | 588 'network/mock_managed_network_configuration_handler.h', |
589 'network/onc/onc_test_utils.cc', | 589 'network/onc/onc_test_utils.cc', |
590 'network/onc/onc_test_utils.h', | 590 'network/onc/onc_test_utils.h', |
591 'system/fake_statistics_provider.cc', | 591 'system/fake_statistics_provider.cc', |
592 'system/fake_statistics_provider.h', | 592 'system/fake_statistics_provider.h', |
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
705 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto', | 705 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto', |
706 ], | 706 ], |
707 'variables': { | 707 'variables': { |
708 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', | 708 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', |
709 'proto_out_dir': 'chromeos/cryptohome', | 709 'proto_out_dir': 'chromeos/cryptohome', |
710 }, | 710 }, |
711 'includes': ['../build/protoc.gypi'], | 711 'includes': ['../build/protoc.gypi'], |
712 }, | 712 }, |
713 ], | 713 ], |
714 } | 714 } |
OLD | NEW |