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 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
148 'dbus/fake_bluetooth_gatt_service_service_provider.cc', | 148 'dbus/fake_bluetooth_gatt_service_service_provider.cc', |
149 'dbus/fake_bluetooth_gatt_service_service_provider.h', | 149 'dbus/fake_bluetooth_gatt_service_service_provider.h', |
150 'dbus/fake_bluetooth_input_client.cc', | 150 'dbus/fake_bluetooth_input_client.cc', |
151 'dbus/fake_bluetooth_input_client.h', | 151 'dbus/fake_bluetooth_input_client.h', |
152 'dbus/fake_bluetooth_profile_manager_client.cc', | 152 'dbus/fake_bluetooth_profile_manager_client.cc', |
153 'dbus/fake_bluetooth_profile_manager_client.h', | 153 'dbus/fake_bluetooth_profile_manager_client.h', |
154 'dbus/fake_bluetooth_profile_service_provider.cc', | 154 'dbus/fake_bluetooth_profile_service_provider.cc', |
155 'dbus/fake_bluetooth_profile_service_provider.h', | 155 'dbus/fake_bluetooth_profile_service_provider.h', |
156 'dbus/fake_cryptohome_client.cc', | 156 'dbus/fake_cryptohome_client.cc', |
157 'dbus/fake_cryptohome_client.h', | 157 'dbus/fake_cryptohome_client.h', |
158 'dbus/fake_dbus_thread_manager.cc', | |
159 'dbus/fake_dbus_thread_manager.h', | |
160 'dbus/fake_debug_daemon_client.cc', | 158 'dbus/fake_debug_daemon_client.cc', |
161 'dbus/fake_debug_daemon_client.h', | 159 'dbus/fake_debug_daemon_client.h', |
162 'dbus/fake_easy_unlock_client.cc', | 160 'dbus/fake_easy_unlock_client.cc', |
163 'dbus/fake_easy_unlock_client.h', | 161 'dbus/fake_easy_unlock_client.h', |
164 'dbus/fake_gsm_sms_client.cc', | 162 'dbus/fake_gsm_sms_client.cc', |
165 'dbus/fake_gsm_sms_client.h', | 163 'dbus/fake_gsm_sms_client.h', |
166 'dbus/fake_image_burner_client.cc', | 164 'dbus/fake_image_burner_client.cc', |
167 'dbus/fake_image_burner_client.h', | 165 'dbus/fake_image_burner_client.h', |
168 'dbus/fake_introspectable_client.cc', | 166 'dbus/fake_introspectable_client.cc', |
169 'dbus/fake_introspectable_client.h', | 167 'dbus/fake_introspectable_client.h', |
(...skipping 489 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
659 ], | 657 ], |
660 'variables': { | 658 'variables': { |
661 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', | 659 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', |
662 'proto_out_dir': 'chromeos/cryptohome', | 660 'proto_out_dir': 'chromeos/cryptohome', |
663 }, | 661 }, |
664 'includes': ['../build/protoc.gypi'], | 662 'includes': ['../build/protoc.gypi'], |
665 }, | 663 }, |
666 | 664 |
667 ], | 665 ], |
668 } | 666 } |
OLD | NEW |