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 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
197 'dbus/shill_service_client.cc', | 197 'dbus/shill_service_client.cc', |
198 'dbus/shill_service_client.h', | 198 'dbus/shill_service_client.h', |
199 'dbus/shill_third_party_vpn_driver_client.cc', | 199 'dbus/shill_third_party_vpn_driver_client.cc', |
200 'dbus/shill_third_party_vpn_driver_client.h', | 200 'dbus/shill_third_party_vpn_driver_client.h', |
201 'dbus/sms_client.cc', | 201 'dbus/sms_client.cc', |
202 'dbus/sms_client.h', | 202 'dbus/sms_client.h', |
203 'dbus/system_clock_client.cc', | 203 'dbus/system_clock_client.cc', |
204 'dbus/system_clock_client.h', | 204 'dbus/system_clock_client.h', |
205 'dbus/update_engine_client.cc', | 205 'dbus/update_engine_client.cc', |
206 'dbus/update_engine_client.h', | 206 'dbus/update_engine_client.h', |
| 207 'dbus/utils.cc', |
| 208 'dbus/utils.h', |
207 'dbus/volume_state.cc', | 209 'dbus/volume_state.cc', |
208 'dbus/volume_state.h', | 210 'dbus/volume_state.h', |
209 'disks/disk_mount_manager.cc', | 211 'disks/disk_mount_manager.cc', |
210 'disks/disk_mount_manager.h', | 212 'disks/disk_mount_manager.h', |
211 'disks/suspend_unmount_manager.cc', | 213 'disks/suspend_unmount_manager.cc', |
212 'disks/suspend_unmount_manager.h', | 214 'disks/suspend_unmount_manager.h', |
213 'geolocation/geoposition.cc', | 215 'geolocation/geoposition.cc', |
214 'geolocation/geoposition.h', | 216 'geolocation/geoposition.h', |
215 'geolocation/simple_geolocation_provider.cc', | 217 'geolocation/simple_geolocation_provider.cc', |
216 'geolocation/simple_geolocation_provider.h', | 218 'geolocation/simple_geolocation_provider.h', |
(...skipping 18 matching lines...) Expand all Loading... |
235 'login/auth/key.cc', | 237 'login/auth/key.cc', |
236 'login/auth/key.h', | 238 'login/auth/key.h', |
237 'login/auth/login_performer.cc', | 239 'login/auth/login_performer.cc', |
238 'login/auth/login_performer.h', | 240 'login/auth/login_performer.h', |
239 'login/auth/stub_authenticator.cc', | 241 'login/auth/stub_authenticator.cc', |
240 'login/auth/stub_authenticator.h', | 242 'login/auth/stub_authenticator.h', |
241 'login/auth/test_attempt_state.cc', | 243 'login/auth/test_attempt_state.cc', |
242 'login/auth/test_attempt_state.h', | 244 'login/auth/test_attempt_state.h', |
243 'login/auth/user_context.cc', | 245 'login/auth/user_context.cc', |
244 'login/auth/user_context.h', | 246 'login/auth/user_context.h', |
| 247 'login/auth/utils.cc', |
| 248 'login/auth/utils.h', |
245 'login/login_state.cc', | 249 'login/login_state.cc', |
246 'login/login_state.h', | 250 'login/login_state.h', |
247 'login/user_names.cc', | 251 'login/user_names.cc', |
248 'login/user_names.h', | 252 'login/user_names.h', |
249 'login_event_recorder.cc', | 253 'login_event_recorder.cc', |
250 'login_event_recorder.h', | 254 'login_event_recorder.h', |
251 'network/auto_connect_handler.cc', | 255 'network/auto_connect_handler.cc', |
252 'network/auto_connect_handler.h', | 256 'network/auto_connect_handler.h', |
253 'network/certificate_pattern.cc', | 257 'network/certificate_pattern.cc', |
254 'network/certificate_pattern.h', | 258 'network/certificate_pattern.h', |
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
511 'dependencies': [ | 515 'dependencies': [ |
512 '../base/base.gyp:base', | 516 '../base/base.gyp:base', |
513 '../base/base.gyp:base_i18n', | 517 '../base/base.gyp:base_i18n', |
514 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 518 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
515 '../build/linux/system.gyp:dbus', | 519 '../build/linux/system.gyp:dbus', |
516 '../build/linux/system.gyp:ssl', | 520 '../build/linux/system.gyp:ssl', |
517 '../components/components.gyp:cloud_policy_proto', | 521 '../components/components.gyp:cloud_policy_proto', |
518 '../components/components.gyp:device_event_log_component', | 522 '../components/components.gyp:device_event_log_component', |
519 '../components/components.gyp:onc_component', | 523 '../components/components.gyp:onc_component', |
520 '../components/components.gyp:proxy_config', | 524 '../components/components.gyp:proxy_config', |
| 525 '../components/components.gyp:user_manager', |
521 '../components/components.gyp:signin_core_account_id', | 526 '../components/components.gyp:signin_core_account_id', |
522 '../components/prefs/prefs.gyp:prefs', | 527 '../components/prefs/prefs.gyp:prefs', |
523 '../crypto/crypto.gyp:crypto', | 528 '../crypto/crypto.gyp:crypto', |
524 '../dbus/dbus.gyp:dbus', | 529 '../dbus/dbus.gyp:dbus', |
525 '../google_apis/google_apis.gyp:google_apis', | 530 '../google_apis/google_apis.gyp:google_apis', |
526 '../net/net.gyp:net', | 531 '../net/net.gyp:net', |
527 '../third_party/icu/icu.gyp:icui18n', | 532 '../third_party/icu/icu.gyp:icui18n', |
528 '../third_party/libxml/libxml.gyp:libxml', | 533 '../third_party/libxml/libxml.gyp:libxml', |
529 '../third_party/protobuf/protobuf.gyp:protobuf_lite', | 534 '../third_party/protobuf/protobuf.gyp:protobuf_lite', |
530 '../url/url.gyp:url_lib', | 535 '../url/url.gyp:url_lib', |
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
643 # GN version: //chromeos:chromeos_unittests | 648 # GN version: //chromeos:chromeos_unittests |
644 'target_name': 'chromeos_unittests', | 649 'target_name': 'chromeos_unittests', |
645 'type': 'executable', | 650 'type': 'executable', |
646 'dependencies': [ | 651 'dependencies': [ |
647 '../base/base.gyp:run_all_unittests', | 652 '../base/base.gyp:run_all_unittests', |
648 '../base/base.gyp:test_support_base', | 653 '../base/base.gyp:test_support_base', |
649 '../build/linux/system.gyp:dbus', | 654 '../build/linux/system.gyp:dbus', |
650 '../build/linux/system.gyp:ssl', | 655 '../build/linux/system.gyp:ssl', |
651 '../components/components.gyp:onc_component', | 656 '../components/components.gyp:onc_component', |
652 '../components/components.gyp:proxy_config', | 657 '../components/components.gyp:proxy_config', |
| 658 '../components/components.gyp:signin_core_account_id', |
653 '../components/prefs/prefs.gyp:prefs_test_support', | 659 '../components/prefs/prefs.gyp:prefs_test_support', |
654 '../crypto/crypto.gyp:crypto', | 660 '../crypto/crypto.gyp:crypto', |
655 '../crypto/crypto.gyp:crypto_test_support', | 661 '../crypto/crypto.gyp:crypto_test_support', |
656 '../dbus/dbus.gyp:dbus_test_support', | 662 '../dbus/dbus.gyp:dbus_test_support', |
657 '../google_apis/google_apis.gyp:google_apis', | 663 '../google_apis/google_apis.gyp:google_apis', |
658 '../net/net.gyp:net', | 664 '../net/net.gyp:net', |
659 '../net/net.gyp:net_test_support', | 665 '../net/net.gyp:net_test_support', |
660 '../testing/gmock.gyp:gmock', | 666 '../testing/gmock.gyp:gmock', |
661 '../testing/gtest.gyp:gtest', | 667 '../testing/gtest.gyp:gtest', |
662 '../third_party/icu/icu.gyp:icuuc', | 668 '../third_party/icu/icu.gyp:icuuc', |
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
744 '../build/isolate.gypi', | 750 '../build/isolate.gypi', |
745 ], | 751 ], |
746 'sources': [ | 752 'sources': [ |
747 'chromeos_unittests.isolate', | 753 'chromeos_unittests.isolate', |
748 ], | 754 ], |
749 }, | 755 }, |
750 ], | 756 ], |
751 }], | 757 }], |
752 ], | 758 ], |
753 } | 759 } |
OLD | NEW |