| 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 716 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 727 '../events/events.gyp:events', | 727 '../events/events.gyp:events', |
| 728 'ime/ui_base_ime.gyp:ui_base_ime', | 728 'ime/ui_base_ime.gyp:ui_base_ime', |
| 729 ], | 729 ], |
| 730 'sources': [ | 730 'sources': [ |
| 731 'ime/dummy_input_method.cc', | 731 'ime/dummy_input_method.cc', |
| 732 'ime/dummy_input_method.h', | 732 'ime/dummy_input_method.h', |
| 733 'ime/dummy_text_input_client.cc', | 733 'ime/dummy_text_input_client.cc', |
| 734 'ime/dummy_text_input_client.h', | 734 'ime/dummy_text_input_client.h', |
| 735 'test/nswindow_fullscreen_notification_waiter.h', | 735 'test/nswindow_fullscreen_notification_waiter.h', |
| 736 'test/nswindow_fullscreen_notification_waiter.mm', | 736 'test/nswindow_fullscreen_notification_waiter.mm', |
| 737 'test/scoped_fake_full_keyboard_access.h', |
| 738 'test/scoped_fake_full_keyboard_access.mm', |
| 737 'test/scoped_fake_nswindow_focus.h', | 739 'test/scoped_fake_nswindow_focus.h', |
| 738 'test/scoped_fake_nswindow_focus.mm', | 740 'test/scoped_fake_nswindow_focus.mm', |
| 739 'test/scoped_fake_nswindow_fullscreen.h', | 741 'test/scoped_fake_nswindow_fullscreen.h', |
| 740 'test/scoped_fake_nswindow_fullscreen.mm', | 742 'test/scoped_fake_nswindow_fullscreen.mm', |
| 741 'test/scoped_preferred_scroller_style_mac.h', | 743 'test/scoped_preferred_scroller_style_mac.h', |
| 742 'test/scoped_preferred_scroller_style_mac.mm', | 744 'test/scoped_preferred_scroller_style_mac.mm', |
| 743 'test/windowed_nsnotification_observer.h', | 745 'test/windowed_nsnotification_observer.h', |
| 744 'test/windowed_nsnotification_observer.mm', | 746 'test/windowed_nsnotification_observer.mm', |
| 745 ], | 747 ], |
| 746 }], | 748 }], |
| (...skipping 24 matching lines...) Expand all Loading... |
| 771 ], | 773 ], |
| 772 'variables': { | 774 'variables': { |
| 773 'jni_gen_package': 'ui', | 775 'jni_gen_package': 'ui', |
| 774 }, | 776 }, |
| 775 'includes': [ '../../build/jni_generator.gypi' ], | 777 'includes': [ '../../build/jni_generator.gypi' ], |
| 776 }, | 778 }, |
| 777 ], | 779 ], |
| 778 }], | 780 }], |
| 779 ], | 781 ], |
| 780 } | 782 } |
| OLD | NEW |