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 'ui_resources.gypi', | 10 'ui_resources.gypi', |
(...skipping 783 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
794 }, { # use_x11==0 | 794 }, { # use_x11==0 |
795 'sources/': [ | 795 'sources/': [ |
796 ['exclude', 'base/keycodes/keyboard_code_conversion_x.*'], | 796 ['exclude', 'base/keycodes/keyboard_code_conversion_x.*'], |
797 ['exclude', 'base/x/*'], | 797 ['exclude', 'base/x/*'], |
798 ], | 798 ], |
799 }], | 799 }], |
800 ['toolkit_views==0', { | 800 ['toolkit_views==0', { |
801 'sources!': [ | 801 'sources!': [ |
802 'base/events/event.cc', | 802 'base/events/event.cc', |
803 'base/events/event.h', | 803 'base/events/event.h', |
| 804 'base/events/event_dispatcher.cc', |
| 805 'base/events/event_dispatcher.h', |
| 806 'base/events/event_handler.cc', |
| 807 'base/events/event_handler.h', |
| 808 'base/events/event_target.cc', |
| 809 'base/events/event_target.h', |
804 'base/x/events_x.cc', | 810 'base/x/events_x.cc', |
805 ], | 811 ], |
806 }], | 812 }], |
807 ['OS=="android"', { | 813 ['OS=="android"', { |
808 'sources!': [ | 814 'sources!': [ |
809 'base/dragdrop/drag_utils.cc', | 815 'base/dragdrop/drag_utils.cc', |
810 'base/dragdrop/drag_utils.h', | 816 'base/dragdrop/drag_utils.h', |
811 'base/touch/touch_factory.cc', | 817 'base/touch/touch_factory.cc', |
812 'base/touch/touch_factory.h', | 818 'base/touch/touch_factory.h', |
813 'gfx/pango_util.cc', | 819 'gfx/pango_util.cc', |
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
881 }, | 887 }, |
882 'dependencies': [ | 888 'dependencies': [ |
883 '../base/base.gyp:base_java', | 889 '../base/base.gyp:base_java', |
884 ], | 890 ], |
885 'includes': [ '../build/java.gypi' ], | 891 'includes': [ '../build/java.gypi' ], |
886 }, | 892 }, |
887 ], | 893 ], |
888 }], | 894 }], |
889 ], | 895 ], |
890 } | 896 } |
OLD | NEW |