| 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 649 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 660 'conditions': [ | 660 'conditions': [ |
| 661 ['OS!="ios"', { | 661 ['OS!="ios"', { |
| 662 'dependecies': [ | 662 'dependecies': [ |
| 663 'ime/ui_base_ime.gyp:ui_base_ime', | 663 'ime/ui_base_ime.gyp:ui_base_ime', |
| 664 ], | 664 ], |
| 665 'sources': [ | 665 'sources': [ |
| 666 'ime/dummy_input_method.cc', | 666 'ime/dummy_input_method.cc', |
| 667 'ime/dummy_input_method.h', | 667 'ime/dummy_input_method.h', |
| 668 'ime/dummy_text_input_client.cc', | 668 'ime/dummy_text_input_client.cc', |
| 669 'ime/dummy_text_input_client.h', | 669 'ime/dummy_text_input_client.h', |
| 670 'test/nswindow_fullscreen_notification_waiter.h', |
| 671 'test/nswindow_fullscreen_notification_waiter.mm', |
| 670 ], | 672 ], |
| 671 }], | 673 }], |
| 672 ['use_aura==1', { | 674 ['use_aura==1', { |
| 673 'sources!': [ | 675 'sources!': [ |
| 674 'test/ui_controls_mac.mm', | 676 'test/ui_controls_mac.mm', |
| 675 'test/ui_controls_win.cc', | 677 'test/ui_controls_win.cc', |
| 676 ], | 678 ], |
| 677 }], | 679 }], |
| 678 ], | 680 ], |
| 679 }, | 681 }, |
| (...skipping 16 matching lines...) Expand all Loading... |
| 696 ], | 698 ], |
| 697 'variables': { | 699 'variables': { |
| 698 'jni_gen_package': 'ui', | 700 'jni_gen_package': 'ui', |
| 699 }, | 701 }, |
| 700 'includes': [ '../../build/jni_generator.gypi' ], | 702 'includes': [ '../../build/jni_generator.gypi' ], |
| 701 }, | 703 }, |
| 702 ], | 704 ], |
| 703 }], | 705 }], |
| 704 ], | 706 ], |
| 705 } | 707 } |
| OLD | NEW |