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' |
11 ], | 11 ], |
12 'targets': [ | 12 'targets': [ |
13 { | 13 { |
14 'target_name': 'chromeos', | 14 'target_name': 'chromeos', |
15 'type': '<(component)', | 15 'type': '<(component)', |
16 'dependencies': [ | 16 'dependencies': [ |
17 '../base/base.gyp:base', | 17 '../base/base.gyp:base', |
18 '../base/base.gyp:base_prefs', | 18 '../base/base.gyp:base_prefs', |
19 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 19 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
20 '../build/linux/system.gyp:dbus', | 20 '../build/linux/system.gyp:dbus', |
21 '../build/linux/system.gyp:ssl', | 21 '../build/linux/system.gyp:ssl', |
| 22 '../components/components.gyp:cert_database', |
22 '../components/components.gyp:cloud_policy_proto', | 23 '../components/components.gyp:cloud_policy_proto', |
23 '../components/components.gyp:onc_component', | 24 '../components/components.gyp:onc_component', |
24 '../crypto/crypto.gyp:crypto', | 25 '../crypto/crypto.gyp:crypto', |
25 '../dbus/dbus.gyp:dbus', | 26 '../dbus/dbus.gyp:dbus', |
26 '../google_apis/google_apis.gyp:google_apis', | 27 '../google_apis/google_apis.gyp:google_apis', |
27 '../net/net.gyp:net', | 28 '../net/net.gyp:net', |
28 '../third_party/icu/icu.gyp:icui18n', | 29 '../third_party/icu/icu.gyp:icui18n', |
29 '../third_party/libxml/libxml.gyp:libxml', | 30 '../third_party/libxml/libxml.gyp:libxml', |
30 '../third_party/protobuf/protobuf.gyp:protobuf_lite', | 31 '../third_party/protobuf/protobuf.gyp:protobuf_lite', |
31 '../ui/gfx/gfx.gyp:gfx_geometry', | 32 '../ui/gfx/gfx.gyp:gfx_geometry', |
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
294 'login/login_state.cc', | 295 'login/login_state.cc', |
295 'login/login_state.h', | 296 'login/login_state.h', |
296 'login/user_names.cc', | 297 'login/user_names.cc', |
297 'login/user_names.h', | 298 'login/user_names.h', |
298 'login_event_recorder.cc', | 299 'login_event_recorder.cc', |
299 'login_event_recorder.h', | 300 'login_event_recorder.h', |
300 'network/certificate_pattern.cc', | 301 'network/certificate_pattern.cc', |
301 'network/certificate_pattern.h', | 302 'network/certificate_pattern.h', |
302 'network/client_cert_resolver.cc', | 303 'network/client_cert_resolver.cc', |
303 'network/client_cert_resolver.h', | 304 'network/client_cert_resolver.h', |
| 305 'network/client_cert_store_chromeos.cc', |
| 306 'network/client_cert_store_chromeos.h', |
304 'network/client_cert_util.cc', | 307 'network/client_cert_util.cc', |
305 'network/client_cert_util.h', | 308 'network/client_cert_util.h', |
306 'network/device_state.cc', | 309 'network/device_state.cc', |
307 'network/device_state.h', | 310 'network/device_state.h', |
308 'network/dhcp_proxy_script_fetcher_chromeos.cc', | 311 'network/dhcp_proxy_script_fetcher_chromeos.cc', |
309 'network/dhcp_proxy_script_fetcher_chromeos.h', | 312 'network/dhcp_proxy_script_fetcher_chromeos.h', |
310 'network/geolocation_handler.cc', | 313 'network/geolocation_handler.cc', |
311 'network/geolocation_handler.h', | 314 'network/geolocation_handler.h', |
312 'network/host_resolver_impl_chromeos.cc', | 315 'network/host_resolver_impl_chromeos.cc', |
313 'network/host_resolver_impl_chromeos.h', | 316 'network/host_resolver_impl_chromeos.h', |
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
568 'disks/disk_mount_manager_unittest.cc', | 571 'disks/disk_mount_manager_unittest.cc', |
569 'ime/component_extension_ime_manager_unittest.cc', | 572 'ime/component_extension_ime_manager_unittest.cc', |
570 'ime/composition_text_unittest.cc', | 573 'ime/composition_text_unittest.cc', |
571 'ime/extension_ime_util_unittest.cc', | 574 'ime/extension_ime_util_unittest.cc', |
572 'ime/ime_keyboard_x11_unittest.cc', | 575 'ime/ime_keyboard_x11_unittest.cc', |
573 'ime/input_method_manager.h', | 576 'ime/input_method_manager.h', |
574 'ime/input_method_whitelist_unittest.cc', | 577 'ime/input_method_whitelist_unittest.cc', |
575 'login/auth/key_unittest.cc', | 578 'login/auth/key_unittest.cc', |
576 'login/login_state_unittest.cc', | 579 'login/login_state_unittest.cc', |
577 'network/client_cert_resolver_unittest.cc', | 580 'network/client_cert_resolver_unittest.cc', |
| 581 'network/client_cert_store_chromeos_unittest.cc', |
578 'network/geolocation_handler_unittest.cc', | 582 'network/geolocation_handler_unittest.cc', |
579 'network/host_resolver_impl_chromeos_unittest.cc', | 583 'network/host_resolver_impl_chromeos_unittest.cc', |
580 'network/managed_network_configuration_handler_unittest.cc', | 584 'network/managed_network_configuration_handler_unittest.cc', |
581 'network/network_cert_migrator_unittest.cc', | 585 'network/network_cert_migrator_unittest.cc', |
582 'network/network_change_notifier_chromeos_unittest.cc', | 586 'network/network_change_notifier_chromeos_unittest.cc', |
583 'network/network_configuration_handler_unittest.cc', | 587 'network/network_configuration_handler_unittest.cc', |
584 'network/network_connection_handler_unittest.cc', | 588 'network/network_connection_handler_unittest.cc', |
585 'network/network_device_handler_unittest.cc', | 589 'network/network_device_handler_unittest.cc', |
586 'network/network_event_log_unittest.cc', | 590 'network/network_event_log_unittest.cc', |
587 'network/network_profile_handler_stub.h', | 591 'network/network_profile_handler_stub.h', |
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
659 ], | 663 ], |
660 'variables': { | 664 'variables': { |
661 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', | 665 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', |
662 'proto_out_dir': 'chromeos/cryptohome', | 666 'proto_out_dir': 'chromeos/cryptohome', |
663 }, | 667 }, |
664 'includes': ['../build/protoc.gypi'], | 668 'includes': ['../build/protoc.gypi'], |
665 }, | 669 }, |
666 | 670 |
667 ], | 671 ], |
668 } | 672 } |
OLD | NEW |