Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(177)

Side by Side Diff: chromeos/chromeos.gyp

Issue 727143002: Moves code from chromeos/ime to ui/base/ime/chromeos. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add ui/chromeos/ime/DEPS Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 'dbus/sms_client.cc', 227 'dbus/sms_client.cc',
228 'dbus/sms_client.h', 228 'dbus/sms_client.h',
229 'dbus/system_clock_client.cc', 229 'dbus/system_clock_client.cc',
230 'dbus/system_clock_client.h', 230 'dbus/system_clock_client.h',
231 'dbus/update_engine_client.cc', 231 'dbus/update_engine_client.cc',
232 'dbus/update_engine_client.h', 232 'dbus/update_engine_client.h',
233 'dbus/volume_state.cc', 233 'dbus/volume_state.cc',
234 'dbus/volume_state.h', 234 'dbus/volume_state.h',
235 'disks/disk_mount_manager.cc', 235 'disks/disk_mount_manager.cc',
236 'disks/disk_mount_manager.h', 236 'disks/disk_mount_manager.h',
237 'ime/component_extension_ime_manager.cc',
238 'ime/component_extension_ime_manager.h',
239 'ime/composition_text.cc',
240 'ime/composition_text.h',
241 'ime/extension_ime_util.cc',
242 'ime/extension_ime_util.h',
243 'ime/fake_ime_keyboard.cc',
244 'ime/fake_ime_keyboard.h',
245 'ime/ime_keyboard.cc',
246 'ime/ime_keyboard.h',
247 'ime/ime_keyboard_ozone.cc',
248 'ime/ime_keyboard_ozone.h',
249 'ime/ime_keyboard_x11.cc',
250 'ime/ime_keyboard_x11.h',
251 'ime/input_method_delegate.h',
252 'ime/input_method_descriptor.cc',
253 'ime/input_method_descriptor.h',
254 'ime/input_method_manager.cc',
255 'ime/input_method_manager.h',
256 'ime/input_method_whitelist.cc',
257 'ime/input_method_whitelist.h',
258 'login/auth/auth_attempt_state.cc', 237 'login/auth/auth_attempt_state.cc',
259 'login/auth/auth_attempt_state.h', 238 'login/auth/auth_attempt_state.h',
260 'login/auth/auth_attempt_state_resolver.cc', 239 'login/auth/auth_attempt_state_resolver.cc',
261 'login/auth/auth_attempt_state_resolver.h', 240 'login/auth/auth_attempt_state_resolver.h',
262 'login/auth/auth_status_consumer.cc', 241 'login/auth/auth_status_consumer.cc',
263 'login/auth/auth_status_consumer.h', 242 'login/auth/auth_status_consumer.h',
264 'login/auth/authenticator.cc', 243 'login/auth/authenticator.cc',
265 'login/auth/authenticator.h', 244 'login/auth/authenticator.h',
266 'login/auth/cryptohome_authenticator.cc', 245 'login/auth/cryptohome_authenticator.cc',
267 'login/auth/cryptohome_authenticator.h', 246 'login/auth/cryptohome_authenticator.h',
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
425 'dbus/power_policy_controller_unittest.cc', 404 'dbus/power_policy_controller_unittest.cc',
426 'dbus/shill_client_unittest_base.cc', 405 'dbus/shill_client_unittest_base.cc',
427 'dbus/shill_client_unittest_base.h', 406 'dbus/shill_client_unittest_base.h',
428 'dbus/shill_device_client_unittest.cc', 407 'dbus/shill_device_client_unittest.cc',
429 'dbus/shill_ipconfig_client_unittest.cc', 408 'dbus/shill_ipconfig_client_unittest.cc',
430 'dbus/shill_manager_client_unittest.cc', 409 'dbus/shill_manager_client_unittest.cc',
431 'dbus/shill_profile_client_unittest.cc', 410 'dbus/shill_profile_client_unittest.cc',
432 'dbus/shill_service_client_unittest.cc', 411 'dbus/shill_service_client_unittest.cc',
433 'dbus/shill_third_party_vpn_driver_client_unittest.cc', 412 'dbus/shill_third_party_vpn_driver_client_unittest.cc',
434 'disks/disk_mount_manager_unittest.cc', 413 'disks/disk_mount_manager_unittest.cc',
435 'ime/component_extension_ime_manager_unittest.cc',
436 'ime/composition_text_unittest.cc',
437 'ime/extension_ime_util_unittest.cc',
438 'ime/ime_keyboard_x11_unittest.cc',
439 'ime/input_method_manager.h',
440 'ime/input_method_whitelist_unittest.cc',
441 'login/auth/key_unittest.cc', 414 'login/auth/key_unittest.cc',
442 'login/login_state_unittest.cc', 415 'login/login_state_unittest.cc',
443 'network/auto_connect_handler_unittest.cc', 416 'network/auto_connect_handler_unittest.cc',
444 'network/client_cert_resolver_unittest.cc', 417 'network/client_cert_resolver_unittest.cc',
445 'network/geolocation_handler_unittest.cc', 418 'network/geolocation_handler_unittest.cc',
446 'network/host_resolver_impl_chromeos_unittest.cc', 419 'network/host_resolver_impl_chromeos_unittest.cc',
447 'network/managed_network_configuration_handler_unittest.cc', 420 'network/managed_network_configuration_handler_unittest.cc',
448 'network/network_cert_migrator_unittest.cc', 421 'network/network_cert_migrator_unittest.cc',
449 'network/network_change_notifier_chromeos_unittest.cc', 422 'network/network_change_notifier_chromeos_unittest.cc',
450 'network/network_configuration_handler_unittest.cc', 423 'network/network_configuration_handler_unittest.cc',
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
490 '../crypto/crypto.gyp:crypto', 463 '../crypto/crypto.gyp:crypto',
491 '../dbus/dbus.gyp:dbus', 464 '../dbus/dbus.gyp:dbus',
492 '../google_apis/google_apis.gyp:google_apis', 465 '../google_apis/google_apis.gyp:google_apis',
493 '../net/net.gyp:net', 466 '../net/net.gyp:net',
494 '../third_party/icu/icu.gyp:icui18n', 467 '../third_party/icu/icu.gyp:icui18n',
495 '../third_party/libxml/libxml.gyp:libxml', 468 '../third_party/libxml/libxml.gyp:libxml',
496 '../third_party/protobuf/protobuf.gyp:protobuf_lite', 469 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
497 '../ui/accelerometer/ui_accelerometer.gyp:ui_accelerometer', 470 '../ui/accelerometer/ui_accelerometer.gyp:ui_accelerometer',
498 '../url/url.gyp:url_lib', 471 '../url/url.gyp:url_lib',
499 'cryptohome_proto', 472 'cryptohome_proto',
500 'ime/input_method.gyp:gencode', 473 'ime/input_method.gyp:gencode',
stevenjb 2014/11/19 18:57:37 We should document in gen_input_methods.py what it
Shu Chen 2014/11/20 01:04:44 Done. It generates input_methods.h which is used i
501 'power_manager_proto', 474 'power_manager_proto',
502 ], 475 ],
503 'defines': [ 476 'defines': [
504 'CHROMEOS_IMPLEMENTATION', 477 'CHROMEOS_IMPLEMENTATION',
505 ], 478 ],
506 'sources': [ '<@(chromeos_sources)' ], 479 'sources': [ '<@(chromeos_sources)' ],
507 'conditions': [
508 ['use_x11 == 1', {
509 'dependencies': [
510 '../build/linux/system.gyp:x11',
511 '../ui/gfx/x/gfx_x11.gyp:gfx_x11',
512 ],
513 }, {
514 # use_x11 == 0
515 'sources!': [
516 'ime/keyboard_controller.cc',
517 'ime/ime_keyboard.h',
518 ],
519 }],
520 ],
521 }, 480 },
522 { 481 {
523 # GN version: //chromeos:test_support 482 # GN version: //chromeos:test_support
524 # This target contains mocks that can be used to write unit tests. 483 # This target contains mocks that can be used to write unit tests.
525 'target_name': 'chromeos_test_support', 484 'target_name': 'chromeos_test_support',
526 'type': 'static_library', 485 'type': 'static_library',
527 'dependencies': [ 486 'dependencies': [
528 '../build/linux/system.gyp:dbus', 487 '../build/linux/system.gyp:dbus',
529 '../testing/gmock.gyp:gmock', 488 '../testing/gmock.gyp:gmock',
530 'chromeos', 489 'chromeos',
(...skipping 18 matching lines...) Expand all
549 'dbus/mock_session_manager_client.cc', 508 'dbus/mock_session_manager_client.cc',
550 'dbus/mock_session_manager_client.h', 509 'dbus/mock_session_manager_client.h',
551 'dbus/mock_shill_manager_client.cc', 510 'dbus/mock_shill_manager_client.cc',
552 'dbus/mock_shill_manager_client.h', 511 'dbus/mock_shill_manager_client.h',
553 'dbus/mock_shill_profile_client.cc', 512 'dbus/mock_shill_profile_client.cc',
554 'dbus/mock_shill_profile_client.h', 513 'dbus/mock_shill_profile_client.h',
555 'dbus/mock_shill_service_client.cc', 514 'dbus/mock_shill_service_client.cc',
556 'dbus/mock_shill_service_client.h', 515 'dbus/mock_shill_service_client.h',
557 'disks/mock_disk_mount_manager.cc', 516 'disks/mock_disk_mount_manager.cc',
558 'disks/mock_disk_mount_manager.h', 517 'disks/mock_disk_mount_manager.h',
559 'ime/mock_component_extension_ime_manager_delegate.cc',
560 'ime/mock_component_extension_ime_manager_delegate.h',
561 'login/auth/fake_extended_authenticator.cc', 518 'login/auth/fake_extended_authenticator.cc',
562 'login/auth/fake_extended_authenticator.h', 519 'login/auth/fake_extended_authenticator.h',
563 'login/auth/mock_auth_attempt_state_resolver.cc', 520 'login/auth/mock_auth_attempt_state_resolver.cc',
564 'login/auth/mock_auth_attempt_state_resolver.h', 521 'login/auth/mock_auth_attempt_state_resolver.h',
565 'login/auth/mock_auth_status_consumer.cc', 522 'login/auth/mock_auth_status_consumer.cc',
566 'login/auth/mock_auth_status_consumer.h', 523 'login/auth/mock_auth_status_consumer.h',
567 'login/auth/mock_authenticator.cc', 524 'login/auth/mock_authenticator.cc',
568 'login/auth/mock_authenticator.h', 525 'login/auth/mock_authenticator.h',
569 'login/auth/mock_url_fetchers.cc', 526 'login/auth/mock_url_fetchers.cc',
570 'login/auth/mock_url_fetchers.h', 527 'login/auth/mock_url_fetchers.h',
(...skipping 29 matching lines...) Expand all
600 # If you edit the file list of this target, please edit BUILD.gn as well. 557 # If you edit the file list of this target, please edit BUILD.gn as well.
601 'sources': [ 558 'sources': [
602 'dbus/fake_power_manager_client.cc', 559 'dbus/fake_power_manager_client.cc',
603 'dbus/fake_power_manager_client.h', 560 'dbus/fake_power_manager_client.h',
604 'dbus/fake_session_manager_client.cc', 561 'dbus/fake_session_manager_client.cc',
605 'dbus/fake_session_manager_client.h', 562 'dbus/fake_session_manager_client.h',
606 'dbus/fake_shill_manager_client.cc', 563 'dbus/fake_shill_manager_client.cc',
607 'dbus/fake_shill_manager_client.h', 564 'dbus/fake_shill_manager_client.h',
608 'dbus/fake_update_engine_client.cc', 565 'dbus/fake_update_engine_client.cc',
609 'dbus/fake_update_engine_client.h', 566 'dbus/fake_update_engine_client.h',
610 'ime/fake_input_method_delegate.cc',
611 'ime/fake_input_method_delegate.h',
612 ], 567 ],
613 'include_dirs': [ 568 'include_dirs': [
614 '..', 569 '..',
615 ], 570 ],
616 }, 571 },
617 { 572 {
618 # GN version: //chromeos:chromeos_unittests 573 # GN version: //chromeos:chromeos_unittests
619 'target_name': 'chromeos_unittests', 574 'target_name': 'chromeos_unittests',
620 'type': 'executable', 575 'type': 'executable',
621 'dependencies': [ 576 'dependencies': [
(...skipping 19 matching lines...) Expand all
641 'include_dirs': [ 596 'include_dirs': [
642 '..', 597 '..',
643 ], 598 ],
644 'conditions': [ 599 'conditions': [
645 [ 'use_allocator!="none"', { 600 [ 'use_allocator!="none"', {
646 'dependencies': [ 601 'dependencies': [
647 '../base/allocator/allocator.gyp:allocator', 602 '../base/allocator/allocator.gyp:allocator',
648 ], 603 ],
649 }, 604 },
650 ], 605 ],
651 ['use_x11 == 1', {
652 'dependencies': [
653 '../ui/gfx/x/gfx_x11.gyp:gfx_x11',
654 ],
655 }]
656 ], 606 ],
657 }, 607 },
658 { 608 {
659 # GN version: //chromeos:power_manager_proto 609 # GN version: //chromeos:power_manager_proto
660 # Protobuf compiler/generator for power-manager related protocol buffers. 610 # Protobuf compiler/generator for power-manager related protocol buffers.
661 'target_name': 'power_manager_proto', 611 'target_name': 'power_manager_proto',
662 'type': 'static_library', 612 'type': 'static_library',
663 'sources': [ 613 'sources': [
664 '../third_party/cros_system_api/dbus/power_manager/input_event.proto', 614 '../third_party/cros_system_api/dbus/power_manager/input_event.proto',
665 '../third_party/cros_system_api/dbus/power_manager/peripheral_battery_st atus.proto', 615 '../third_party/cros_system_api/dbus/power_manager/peripheral_battery_st atus.proto',
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
697 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto', 647 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto',
698 ], 648 ],
699 'variables': { 649 'variables': {
700 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', 650 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome',
701 'proto_out_dir': 'chromeos/cryptohome', 651 'proto_out_dir': 'chromeos/cryptohome',
702 }, 652 },
703 'includes': ['../build/protoc.gypi'], 653 'includes': ['../build/protoc.gypi'],
704 }, 654 },
705 ], 655 ],
706 } 656 }
OLDNEW
« no previous file with comments | « chromeos/DEPS ('k') | chromeos/ime/component_extension_ime_manager.h » ('j') | ui/base/ime/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698