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 561 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
572 'chromeos_test_utils.cc', | 572 'chromeos_test_utils.cc', |
573 'chromeos_test_utils.h', | 573 'chromeos_test_utils.h', |
574 'cryptohome/mock_async_method_caller.cc', | 574 'cryptohome/mock_async_method_caller.cc', |
575 'cryptohome/mock_async_method_caller.h', | 575 'cryptohome/mock_async_method_caller.h', |
576 'cryptohome/mock_homedir_methods.cc', | 576 'cryptohome/mock_homedir_methods.cc', |
577 'cryptohome/mock_homedir_methods.h', | 577 'cryptohome/mock_homedir_methods.h', |
578 'dbus/mock_cryptohome_client.cc', | 578 'dbus/mock_cryptohome_client.cc', |
579 'dbus/mock_cryptohome_client.h', | 579 'dbus/mock_cryptohome_client.h', |
580 'dbus/mock_lorgnette_manager_client.cc', | 580 'dbus/mock_lorgnette_manager_client.cc', |
581 'dbus/mock_lorgnette_manager_client.h', | 581 'dbus/mock_lorgnette_manager_client.h', |
| 582 'dbus/mock_permission_broker_client.cc', |
| 583 'dbus/mock_permission_broker_client.h', |
582 'dbus/mock_session_manager_client.cc', | 584 'dbus/mock_session_manager_client.cc', |
583 'dbus/mock_session_manager_client.h', | 585 'dbus/mock_session_manager_client.h', |
584 'dbus/mock_shill_manager_client.cc', | 586 'dbus/mock_shill_manager_client.cc', |
585 'dbus/mock_shill_manager_client.h', | 587 'dbus/mock_shill_manager_client.h', |
586 'dbus/mock_shill_profile_client.cc', | 588 'dbus/mock_shill_profile_client.cc', |
587 'dbus/mock_shill_profile_client.h', | 589 'dbus/mock_shill_profile_client.h', |
588 'dbus/mock_shill_service_client.cc', | 590 'dbus/mock_shill_service_client.cc', |
589 'dbus/mock_shill_service_client.h', | 591 'dbus/mock_shill_service_client.h', |
590 'dbus/services/service_provider_test_helper.cc', | 592 'dbus/services/service_provider_test_helper.cc', |
591 'dbus/services/service_provider_test_helper.h', | 593 'dbus/services/service_provider_test_helper.h', |
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
722 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto', | 724 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto', |
723 ], | 725 ], |
724 'variables': { | 726 'variables': { |
725 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', | 727 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', |
726 'proto_out_dir': 'chromeos/cryptohome', | 728 'proto_out_dir': 'chromeos/cryptohome', |
727 }, | 729 }, |
728 'includes': ['../build/protoc.gypi'], | 730 'includes': ['../build/protoc.gypi'], |
729 }, | 731 }, |
730 ], | 732 ], |
731 } | 733 } |
OLD | NEW |