| 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 655 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 666 'dependecies': [ | 666 'dependecies': [ |
| 667 'ime/ui_base_ime.gyp:ui_base_ime', | 667 'ime/ui_base_ime.gyp:ui_base_ime', |
| 668 ], | 668 ], |
| 669 'sources': [ | 669 'sources': [ |
| 670 'ime/dummy_input_method.cc', | 670 'ime/dummy_input_method.cc', |
| 671 'ime/dummy_input_method.h', | 671 'ime/dummy_input_method.h', |
| 672 'ime/dummy_text_input_client.cc', | 672 'ime/dummy_text_input_client.cc', |
| 673 'ime/dummy_text_input_client.h', | 673 'ime/dummy_text_input_client.h', |
| 674 'test/nswindow_fullscreen_notification_waiter.h', | 674 'test/nswindow_fullscreen_notification_waiter.h', |
| 675 'test/nswindow_fullscreen_notification_waiter.mm', | 675 'test/nswindow_fullscreen_notification_waiter.mm', |
| 676 'test/windowed_nsnotification_observer.h', |
| 677 'test/windowed_nsnotification_observer.mm', |
| 676 ], | 678 ], |
| 677 }], | 679 }], |
| 678 ['use_aura==1', { | 680 ['use_aura==1', { |
| 679 'sources!': [ | 681 'sources!': [ |
| 680 'test/ui_controls_mac.mm', | 682 'test/ui_controls_mac.mm', |
| 681 'test/ui_controls_win.cc', | 683 'test/ui_controls_win.cc', |
| 682 ], | 684 ], |
| 683 }], | 685 }], |
| 684 ], | 686 ], |
| 685 }, | 687 }, |
| (...skipping 16 matching lines...) Expand all Loading... |
| 702 ], | 704 ], |
| 703 'variables': { | 705 'variables': { |
| 704 'jni_gen_package': 'ui', | 706 'jni_gen_package': 'ui', |
| 705 }, | 707 }, |
| 706 'includes': [ '../../build/jni_generator.gypi' ], | 708 'includes': [ '../../build/jni_generator.gypi' ], |
| 707 }, | 709 }, |
| 708 ], | 710 ], |
| 709 }], | 711 }], |
| 710 ], | 712 ], |
| 711 } | 713 } |
| OLD | NEW |