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', |
| 20 '../build/linux/system.gyp:dbus', |
| 21 '../build/linux/system.gyp:ssl', |
19 '../components/components.gyp:cloud_policy_proto', | 22 '../components/components.gyp:cloud_policy_proto', |
20 '../components/components.gyp:onc_component', | 23 '../components/components.gyp:onc_component', |
21 '../crypto/crypto.gyp:crypto', | 24 '../crypto/crypto.gyp:crypto', |
22 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | |
23 '../build/linux/system.gyp:dbus', | |
24 '../build/linux/system.gyp:ssl', | |
25 '../dbus/dbus.gyp:dbus', | 25 '../dbus/dbus.gyp:dbus', |
| 26 '../google_apis/google_apis.gyp:google_apis', |
26 '../net/net.gyp:net', | 27 '../net/net.gyp:net', |
27 '../third_party/icu/icu.gyp:icui18n', | 28 '../third_party/icu/icu.gyp:icui18n', |
28 '../third_party/libxml/libxml.gyp:libxml', | 29 '../third_party/libxml/libxml.gyp:libxml', |
29 '../third_party/protobuf/protobuf.gyp:protobuf_lite', | 30 '../third_party/protobuf/protobuf.gyp:protobuf_lite', |
30 '../ui/gfx/gfx.gyp:gfx_geometry', | 31 '../ui/gfx/gfx.gyp:gfx_geometry', |
31 '../url/url.gyp:url_lib', | 32 '../url/url.gyp:url_lib', |
32 'cryptohome_proto', | 33 'cryptohome_proto', |
33 'ime/input_method.gyp:gencode', | 34 'ime/input_method.gyp:gencode', |
34 'power_manager_proto', | 35 'power_manager_proto', |
35 ], | 36 ], |
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
253 'ime/fake_ime_keyboard.cc', | 254 'ime/fake_ime_keyboard.cc', |
254 'ime/fake_ime_keyboard.h', | 255 'ime/fake_ime_keyboard.h', |
255 'ime/composition_text.cc', | 256 'ime/composition_text.cc', |
256 'ime/composition_text.h', | 257 'ime/composition_text.h', |
257 'ime/input_method_delegate.h', | 258 'ime/input_method_delegate.h', |
258 'ime/input_method_descriptor.cc', | 259 'ime/input_method_descriptor.cc', |
259 'ime/input_method_descriptor.h', | 260 'ime/input_method_descriptor.h', |
260 'ime/input_method_manager.cc', | 261 'ime/input_method_manager.cc', |
261 'ime/input_method_manager.h', | 262 'ime/input_method_manager.h', |
262 'ime/input_method_whitelist.cc', | 263 'ime/input_method_whitelist.cc', |
263 'ime/input_method_whitelist.h', | |
264 'ime/ime_keyboard.h', | 264 'ime/ime_keyboard.h', |
265 'ime/ime_keyboard_ozone.cc', | 265 'ime/ime_keyboard_ozone.cc', |
266 'ime/ime_keyboard_x11.cc', | 266 'ime/ime_keyboard_x11.cc', |
| 267 'ime/input_method_whitelist.h', |
| 268 'login/auth/key.cc', |
| 269 'login/auth/key.h', |
| 270 'login/auth/user_context.cc', |
| 271 'login/auth/user_context.h', |
267 'login/login_state.cc', | 272 'login/login_state.cc', |
268 'login/login_state.h', | 273 'login/login_state.h', |
| 274 'login/user_names.cc', |
| 275 'login/user_names.h', |
269 'network/certificate_pattern.cc', | 276 'network/certificate_pattern.cc', |
270 'network/certificate_pattern.h', | 277 'network/certificate_pattern.h', |
271 'network/client_cert_resolver.cc', | 278 'network/client_cert_resolver.cc', |
272 'network/client_cert_resolver.h', | 279 'network/client_cert_resolver.h', |
273 'network/client_cert_util.cc', | 280 'network/client_cert_util.cc', |
274 'network/client_cert_util.h', | 281 'network/client_cert_util.h', |
275 'network/device_state.cc', | 282 'network/device_state.cc', |
276 'network/device_state.h', | 283 'network/device_state.h', |
277 'network/geolocation_handler.cc', | 284 'network/geolocation_handler.cc', |
278 'network/geolocation_handler.h', | 285 'network/geolocation_handler.h', |
279 'network/host_resolver_impl_chromeos.cc', | 286 'network/host_resolver_impl_chromeos.cc', |
280 »'network/host_resolver_impl_chromeos.h', | 287 'network/host_resolver_impl_chromeos.h', |
281 'network/managed_network_configuration_handler.cc', | 288 'network/managed_network_configuration_handler.cc', |
282 'network/managed_network_configuration_handler.h', | 289 'network/managed_network_configuration_handler.h', |
283 'network/managed_network_configuration_handler_impl.cc', | 290 'network/managed_network_configuration_handler_impl.cc', |
284 'network/managed_network_configuration_handler_impl.h', | 291 'network/managed_network_configuration_handler_impl.h', |
285 'network/managed_state.cc', | 292 'network/managed_state.cc', |
286 'network/managed_state.h', | 293 'network/managed_state.h', |
287 » 'network/network_activation_handler.cc', | 294 'network/network_activation_handler.cc', |
288 » 'network/network_activation_handler.h', | 295 'network/network_activation_handler.h', |
289 'network/network_cert_migrator.cc', | 296 'network/network_cert_migrator.cc', |
290 'network/network_cert_migrator.h', | 297 'network/network_cert_migrator.h', |
291 'network/network_change_notifier_chromeos.cc', | 298 'network/network_change_notifier_chromeos.cc', |
292 'network/network_change_notifier_chromeos.h', | 299 'network/network_change_notifier_chromeos.h', |
293 'network/network_change_notifier_factory_chromeos.cc', | 300 'network/network_change_notifier_factory_chromeos.cc', |
294 'network/network_change_notifier_factory_chromeos.h', | 301 'network/network_change_notifier_factory_chromeos.h', |
295 'network/network_configuration_handler.cc', | 302 'network/network_configuration_handler.cc', |
296 'network/network_configuration_handler.h', | 303 'network/network_configuration_handler.h', |
297 'network/network_connection_handler.cc', | 304 'network/network_connection_handler.cc', |
298 'network/network_connection_handler.h', | 305 'network/network_connection_handler.h', |
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
517 'dbus/power_policy_controller_unittest.cc', | 524 'dbus/power_policy_controller_unittest.cc', |
518 'dbus/shill_client_unittest_base.cc', | 525 'dbus/shill_client_unittest_base.cc', |
519 'dbus/shill_client_unittest_base.h', | 526 'dbus/shill_client_unittest_base.h', |
520 'dbus/shill_device_client_unittest.cc', | 527 'dbus/shill_device_client_unittest.cc', |
521 'dbus/shill_ipconfig_client_unittest.cc', | 528 'dbus/shill_ipconfig_client_unittest.cc', |
522 'dbus/shill_manager_client_unittest.cc', | 529 'dbus/shill_manager_client_unittest.cc', |
523 'dbus/shill_profile_client_unittest.cc', | 530 'dbus/shill_profile_client_unittest.cc', |
524 'dbus/shill_service_client_unittest.cc', | 531 'dbus/shill_service_client_unittest.cc', |
525 'disks/disk_mount_manager_unittest.cc', | 532 'disks/disk_mount_manager_unittest.cc', |
526 'ime/component_extension_ime_manager_unittest.cc', | 533 'ime/component_extension_ime_manager_unittest.cc', |
| 534 'ime/composition_text_unittest.cc', |
527 'ime/extension_ime_util_unittest.cc', | 535 'ime/extension_ime_util_unittest.cc', |
528 'ime/composition_text_unittest.cc', | 536 'ime/ime_keyboard_x11_unittest.cc', |
529 'ime/input_method_manager.h', | 537 'ime/input_method_manager.h', |
530 'ime/input_method_whitelist_unittest.cc', | 538 'ime/input_method_whitelist_unittest.cc', |
531 'ime/ime_keyboard_x11_unittest.cc', | 539 'login/auth/key_unittest.cc', |
532 'login/login_state_unittest.cc', | 540 'login/login_state_unittest.cc', |
533 'network/client_cert_resolver_unittest.cc', | 541 'network/client_cert_resolver_unittest.cc', |
534 'network/geolocation_handler_unittest.cc', | 542 'network/geolocation_handler_unittest.cc', |
535 » 'network/host_resolver_impl_chromeos_unittest.cc', | 543 'network/host_resolver_impl_chromeos_unittest.cc', |
536 'network/managed_network_configuration_handler_unittest.cc', | 544 'network/managed_network_configuration_handler_unittest.cc', |
537 'network/network_cert_migrator_unittest.cc', | 545 'network/network_cert_migrator_unittest.cc', |
538 'network/network_change_notifier_chromeos_unittest.cc', | 546 'network/network_change_notifier_chromeos_unittest.cc', |
539 'network/network_configuration_handler_unittest.cc', | 547 'network/network_configuration_handler_unittest.cc', |
540 'network/network_connection_handler_unittest.cc', | 548 'network/network_connection_handler_unittest.cc', |
541 'network/network_device_handler_unittest.cc', | 549 'network/network_device_handler_unittest.cc', |
542 'network/network_event_log_unittest.cc', | 550 'network/network_event_log_unittest.cc', |
543 'network/network_profile_handler_stub.h', | 551 'network/network_profile_handler_stub.h', |
544 'network/network_sms_handler_unittest.cc', | 552 'network/network_sms_handler_unittest.cc', |
545 'network/network_state_handler_unittest.cc', | 553 'network/network_state_handler_unittest.cc', |
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
615 ], | 623 ], |
616 'variables': { | 624 'variables': { |
617 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', | 625 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', |
618 'proto_out_dir': 'chromeos/cryptohome', | 626 'proto_out_dir': 'chromeos/cryptohome', |
619 }, | 627 }, |
620 'includes': ['../build/protoc.gypi'], | 628 'includes': ['../build/protoc.gypi'], |
621 }, | 629 }, |
622 | 630 |
623 ], | 631 ], |
624 } | 632 } |
OLD | NEW |