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