| OLD | NEW |
| 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 Loading... |
| 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 }], |
| (...skipping 16 matching lines...) Expand all Loading... |
| 630 '../android/ui_android.gyp:ui_java', | 630 '../android/ui_android.gyp:ui_java', |
| 631 'ui_base_jni_headers', | 631 'ui_base_jni_headers', |
| 632 ], | 632 ], |
| 633 'link_settings': { | 633 'link_settings': { |
| 634 'libraries': [ | 634 'libraries': [ |
| 635 '-ljnigraphics', | 635 '-ljnigraphics', |
| 636 ], | 636 ], |
| 637 }, | 637 }, |
| 638 }], | 638 }], |
| 639 ['OS=="android" and use_aura==0', { | 639 ['OS=="android" and use_aura==0', { |
| 640 'sources+': [ |
| 641 'dragdrop/drag_drop_types.h', |
| 642 'dragdrop/drop_target_event.cc', |
| 643 'dragdrop/drop_target_event.h', |
| 644 'dragdrop/os_exchange_data.cc', |
| 645 'dragdrop/os_exchange_data.h', |
| 646 'dragdrop/os_exchange_data_provider_android.cc', |
| 647 'dragdrop/os_exchange_data_provider_android.h', |
| 648 ], |
| 640 'sources!': [ | 649 'sources!': [ |
| 641 'cursor/cursor_android.cc', | 650 'cursor/cursor_android.cc', |
| 642 'idle/idle.cc', | 651 'idle/idle.cc', |
| 643 'idle/idle.h', | 652 'idle/idle.h', |
| 644 'idle/idle_android.cc', | 653 'idle/idle_android.cc', |
| 645 ], | 654 ], |
| 646 }], | 655 }], |
| 647 ['OS=="android" and use_aura==1', { | 656 ['OS=="android" and use_aura==1', { |
| 648 'sources!': [ | 657 'sources!': [ |
| 649 'clipboard/clipboard_aura.cc' | 658 'clipboard/clipboard_aura.cc' |
| (...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 760 ], | 769 ], |
| 761 'variables': { | 770 'variables': { |
| 762 'jni_gen_package': 'ui', | 771 'jni_gen_package': 'ui', |
| 763 }, | 772 }, |
| 764 'includes': [ '../../build/jni_generator.gypi' ], | 773 'includes': [ '../../build/jni_generator.gypi' ], |
| 765 }, | 774 }, |
| 766 ], | 775 ], |
| 767 }], | 776 }], |
| 768 ], | 777 ], |
| 769 } | 778 } |
| OLD | NEW |