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

Side by Side Diff: ui/base/ui_base.gyp

Issue 1728193002: Support dragging texts into Android WebView. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gyp and gn Created 4 years, 9 months 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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 582 matching lines...) Expand 10 before | Expand all | Expand 10 after
593 '../events/devices/events_devices.gyp:events_devices', 593 '../events/devices/events_devices.gyp:events_devices',
594 '../events/platform/x11/x11_events_platform.gyp:x11_events_platform' , 594 '../events/platform/x11/x11_events_platform.gyp:x11_events_platform' ,
595 '../gfx/x/gfx_x11.gyp:gfx_x11', 595 '../gfx/x/gfx_x11.gyp:gfx_x11',
596 ], 596 ],
597 }], 597 }],
598 ['use_x11==1 and chromeos==0', { 598 ['use_x11==1 and chromeos==0', {
599 'dependencies': [ 599 'dependencies': [
600 '../../build/linux/system.gyp:xscrnsaver', 600 '../../build/linux/system.gyp:xscrnsaver',
601 ], 601 ],
602 }], 602 }],
603 ['toolkit_views==0', { 603 ['toolkit_views==0 and OS!="android"', {
604 'sources!': [ 604 'sources!': [
605 'dragdrop/drag_drop_types.h', 605 'dragdrop/drag_drop_types.h',
606 'dragdrop/drop_target_event.cc', 606 'dragdrop/drop_target_event.cc',
607 'dragdrop/drop_target_event.h', 607 'dragdrop/drop_target_event.h',
608 'dragdrop/os_exchange_data.cc', 608 'dragdrop/os_exchange_data.cc',
609 'dragdrop/os_exchange_data.h', 609 'dragdrop/os_exchange_data.h',
610 'nine_image_painter_factory.cc', 610 'nine_image_painter_factory.cc',
611 'nine_image_painter_factory.h', 611 'nine_image_painter_factory.h',
612 ], 612 ],
613 }], 613 }],
614 ['toolkit_views==0 and OS=="android"', {
615 'sources!': [
616 'nine_image_painter_factory.cc',
617 'nine_image_painter_factory.h',
618 ],
619 }],
614 ['OS=="android"', { 620 ['OS=="android"', {
615 'sources!': [ 621 'sources!': [
616 'cursor/image_cursors.cc', 622 'cursor/image_cursors.cc',
617 'cursor/image_cursors.h', 623 'cursor/image_cursors.h',
618 'default_theme_provider.cc', 624 'default_theme_provider.cc',
619 'dragdrop/drag_utils.cc', 625 'dragdrop/drag_utils.cc',
620 'dragdrop/drag_utils.h', 626 'dragdrop/drag_utils.h',
621 'l10n/l10n_font_util.cc', 627 'l10n/l10n_font_util.cc',
622 'models/button_menu_item_model.cc', 628 'models/button_menu_item_model.cc',
623 'models/dialog_model.cc', 629 'models/dialog_model.cc',
624 'theme_provider.cc', 630 'theme_provider.cc',
625 'touch/touch_device.cc', 631 'touch/touch_device.cc',
626 'touch/touch_editing_controller.cc', 632 'touch/touch_editing_controller.cc',
627 'ui_base_types.cc', 633 'ui_base_types.cc',
628 ], 634 ],
629 'dependencies': [ 635 'dependencies': [
630 '../android/ui_android.gyp:ui_java', 636 '../android/ui_android.gyp:ui_java',
631 'ui_base_jni_headers', 637 'ui_base_jni_headers',
632 ], 638 ],
633 'link_settings': { 639 'link_settings': {
634 'libraries': [ 640 'libraries': [
635 '-ljnigraphics', 641 '-ljnigraphics',
636 ], 642 ],
637 }, 643 },
638 }], 644 }],
639 ['OS=="android" and use_aura==0', { 645 ['OS=="android" and use_aura==0', {
646 'sources+': [
647 'dragdrop/drag_drop_types.h',
648 'dragdrop/drop_target_event.cc',
649 'dragdrop/drop_target_event.h',
650 'dragdrop/os_exchange_data.cc',
651 'dragdrop/os_exchange_data.h',
652 'dragdrop/os_exchange_data_provider_android.cc',
653 'dragdrop/os_exchange_data_provider_android.h',
654 ],
640 'sources!': [ 655 'sources!': [
641 'cursor/cursor_android.cc', 656 'cursor/cursor_android.cc',
642 'idle/idle.cc', 657 'idle/idle.cc',
643 'idle/idle.h', 658 'idle/idle.h',
644 'idle/idle_android.cc', 659 'idle/idle_android.cc',
645 ], 660 ],
646 }], 661 }],
647 ['OS=="android" and use_aura==1', { 662 ['OS=="android" and use_aura==1', {
648 'sources!': [ 663 'sources!': [
649 'clipboard/clipboard_aura.cc' 664 'clipboard/clipboard_aura.cc'
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
760 ], 775 ],
761 'variables': { 776 'variables': {
762 'jni_gen_package': 'ui', 777 'jni_gen_package': 'ui',
763 }, 778 },
764 'includes': [ '../../build/jni_generator.gypi' ], 779 'includes': [ '../../build/jni_generator.gypi' ],
765 }, 780 },
766 ], 781 ],
767 }], 782 }],
768 ], 783 ],
769 } 784 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698