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 721 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
732 '../events/events.gyp:events', | 732 '../events/events.gyp:events', |
733 'ime/ui_base_ime.gyp:ui_base_ime', | 733 'ime/ui_base_ime.gyp:ui_base_ime', |
734 ], | 734 ], |
735 'sources': [ | 735 'sources': [ |
736 'ime/dummy_input_method.cc', | 736 'ime/dummy_input_method.cc', |
737 'ime/dummy_input_method.h', | 737 'ime/dummy_input_method.h', |
738 'ime/dummy_text_input_client.cc', | 738 'ime/dummy_text_input_client.cc', |
739 'ime/dummy_text_input_client.h', | 739 'ime/dummy_text_input_client.h', |
740 'test/nswindow_fullscreen_notification_waiter.h', | 740 'test/nswindow_fullscreen_notification_waiter.h', |
741 'test/nswindow_fullscreen_notification_waiter.mm', | 741 'test/nswindow_fullscreen_notification_waiter.mm', |
| 742 'test/scoped_fake_full_keyboard_access.h', |
| 743 'test/scoped_fake_full_keyboard_access.mm', |
742 'test/scoped_fake_nswindow_focus.h', | 744 'test/scoped_fake_nswindow_focus.h', |
743 'test/scoped_fake_nswindow_focus.mm', | 745 'test/scoped_fake_nswindow_focus.mm', |
744 'test/scoped_fake_nswindow_fullscreen.h', | 746 'test/scoped_fake_nswindow_fullscreen.h', |
745 'test/scoped_fake_nswindow_fullscreen.mm', | 747 'test/scoped_fake_nswindow_fullscreen.mm', |
746 'test/scoped_preferred_scroller_style_mac.h', | 748 'test/scoped_preferred_scroller_style_mac.h', |
747 'test/scoped_preferred_scroller_style_mac.mm', | 749 'test/scoped_preferred_scroller_style_mac.mm', |
748 'test/windowed_nsnotification_observer.h', | 750 'test/windowed_nsnotification_observer.h', |
749 'test/windowed_nsnotification_observer.mm', | 751 'test/windowed_nsnotification_observer.mm', |
750 ], | 752 ], |
751 }], | 753 }], |
(...skipping 24 matching lines...) Expand all Loading... |
776 ], | 778 ], |
777 'variables': { | 779 'variables': { |
778 'jni_gen_package': 'ui', | 780 'jni_gen_package': 'ui', |
779 }, | 781 }, |
780 'includes': [ '../../build/jni_generator.gypi' ], | 782 'includes': [ '../../build/jni_generator.gypi' ], |
781 }, | 783 }, |
782 ], | 784 ], |
783 }], | 785 }], |
784 ], | 786 ], |
785 } | 787 } |
OLD | NEW |