| 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 708 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 719 'test/ui_controls_internal_win.cc', | 719 'test/ui_controls_internal_win.cc', |
| 720 'test/ui_controls_internal_win.h', | 720 'test/ui_controls_internal_win.h', |
| 721 'test/ui_controls_mac.mm', | 721 'test/ui_controls_mac.mm', |
| 722 'test/ui_controls_win.cc', | 722 'test/ui_controls_win.cc', |
| 723 ], | 723 ], |
| 724 'include_dirs': [ | 724 'include_dirs': [ |
| 725 '../..', | 725 '../..', |
| 726 ], | 726 ], |
| 727 'conditions': [ | 727 'conditions': [ |
| 728 ['OS!="ios"', { | 728 ['OS!="ios"', { |
| 729 'dependecies': [ | 729 'dependencies': [ |
| 730 '../events/events.gyp:events', |
| 730 'ime/ui_base_ime.gyp:ui_base_ime', | 731 'ime/ui_base_ime.gyp:ui_base_ime', |
| 731 ], | 732 ], |
| 732 'sources': [ | 733 'sources': [ |
| 733 'ime/dummy_input_method.cc', | 734 'ime/dummy_input_method.cc', |
| 734 'ime/dummy_input_method.h', | 735 'ime/dummy_input_method.h', |
| 735 'ime/dummy_text_input_client.cc', | 736 'ime/dummy_text_input_client.cc', |
| 736 'ime/dummy_text_input_client.h', | 737 'ime/dummy_text_input_client.h', |
| 737 'test/nswindow_fullscreen_notification_waiter.h', | 738 'test/nswindow_fullscreen_notification_waiter.h', |
| 738 'test/nswindow_fullscreen_notification_waiter.mm', | 739 'test/nswindow_fullscreen_notification_waiter.mm', |
| 739 'test/scoped_fake_nswindow_focus.h', | 740 'test/scoped_fake_nswindow_focus.h', |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 773 ], | 774 ], |
| 774 'variables': { | 775 'variables': { |
| 775 'jni_gen_package': 'ui', | 776 'jni_gen_package': 'ui', |
| 776 }, | 777 }, |
| 777 'includes': [ '../../build/jni_generator.gypi' ], | 778 'includes': [ '../../build/jni_generator.gypi' ], |
| 778 }, | 779 }, |
| 779 ], | 780 ], |
| 780 }], | 781 }], |
| 781 ], | 782 ], |
| 782 } | 783 } |
| OLD | NEW |