| 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 666 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 677 'dependecies': [ | 677 'dependecies': [ |
| 678 'ime/ui_base_ime.gyp:ui_base_ime', | 678 'ime/ui_base_ime.gyp:ui_base_ime', |
| 679 ], | 679 ], |
| 680 'sources': [ | 680 'sources': [ |
| 681 'ime/dummy_input_method.cc', | 681 'ime/dummy_input_method.cc', |
| 682 'ime/dummy_input_method.h', | 682 'ime/dummy_input_method.h', |
| 683 'ime/dummy_text_input_client.cc', | 683 'ime/dummy_text_input_client.cc', |
| 684 'ime/dummy_text_input_client.h', | 684 'ime/dummy_text_input_client.h', |
| 685 'test/nswindow_fullscreen_notification_waiter.h', | 685 'test/nswindow_fullscreen_notification_waiter.h', |
| 686 'test/nswindow_fullscreen_notification_waiter.mm', | 686 'test/nswindow_fullscreen_notification_waiter.mm', |
| 687 'test/scoped_fake_nswindow_focus.h', |
| 688 'test/scoped_fake_nswindow_focus.mm', |
| 687 'test/scoped_fake_nswindow_fullscreen.h', | 689 'test/scoped_fake_nswindow_fullscreen.h', |
| 688 'test/scoped_fake_nswindow_fullscreen.mm', | 690 'test/scoped_fake_nswindow_fullscreen.mm', |
| 689 'test/windowed_nsnotification_observer.h', | 691 'test/windowed_nsnotification_observer.h', |
| 690 'test/windowed_nsnotification_observer.mm', | 692 'test/windowed_nsnotification_observer.mm', |
| 691 ], | 693 ], |
| 692 }], | 694 }], |
| 693 ['use_aura==1', { | 695 ['use_aura==1', { |
| 694 'sources!': [ | 696 'sources!': [ |
| 695 'test/ui_controls_mac.mm', | 697 'test/ui_controls_mac.mm', |
| 696 'test/ui_controls_win.cc', | 698 'test/ui_controls_win.cc', |
| (...skipping 20 matching lines...) Expand all Loading... |
| 717 ], | 719 ], |
| 718 'variables': { | 720 'variables': { |
| 719 'jni_gen_package': 'ui', | 721 'jni_gen_package': 'ui', |
| 720 }, | 722 }, |
| 721 'includes': [ '../../build/jni_generator.gypi' ], | 723 'includes': [ '../../build/jni_generator.gypi' ], |
| 722 }, | 724 }, |
| 723 ], | 725 ], |
| 724 }], | 726 }], |
| 725 ], | 727 ], |
| 726 } | 728 } |
| OLD | NEW |