| 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 709 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 720 'ime/dummy_input_method.cc', | 720 'ime/dummy_input_method.cc', |
| 721 'ime/dummy_input_method.h', | 721 'ime/dummy_input_method.h', |
| 722 'ime/dummy_text_input_client.cc', | 722 'ime/dummy_text_input_client.cc', |
| 723 'ime/dummy_text_input_client.h', | 723 'ime/dummy_text_input_client.h', |
| 724 'test/nswindow_fullscreen_notification_waiter.h', | 724 'test/nswindow_fullscreen_notification_waiter.h', |
| 725 'test/nswindow_fullscreen_notification_waiter.mm', | 725 'test/nswindow_fullscreen_notification_waiter.mm', |
| 726 'test/scoped_fake_nswindow_focus.h', | 726 'test/scoped_fake_nswindow_focus.h', |
| 727 'test/scoped_fake_nswindow_focus.mm', | 727 'test/scoped_fake_nswindow_focus.mm', |
| 728 'test/scoped_fake_nswindow_fullscreen.h', | 728 'test/scoped_fake_nswindow_fullscreen.h', |
| 729 'test/scoped_fake_nswindow_fullscreen.mm', | 729 'test/scoped_fake_nswindow_fullscreen.mm', |
| 730 'test/scoped_preferred_scroller_style_legacy_mac.h', | 730 'test/scoped_preferred_scroller_style_mac.h', |
| 731 'test/scoped_preferred_scroller_style_legacy_mac.mm', | 731 'test/scoped_preferred_scroller_style_mac.mm', |
| 732 'test/windowed_nsnotification_observer.h', | 732 'test/windowed_nsnotification_observer.h', |
| 733 'test/windowed_nsnotification_observer.mm', | 733 'test/windowed_nsnotification_observer.mm', |
| 734 ], | 734 ], |
| 735 }], | 735 }], |
| 736 ['use_aura==1', { | 736 ['use_aura==1', { |
| 737 'sources!': [ | 737 'sources!': [ |
| 738 'test/ui_controls_mac.mm', | 738 'test/ui_controls_mac.mm', |
| 739 'test/ui_controls_win.cc', | 739 'test/ui_controls_win.cc', |
| 740 ], | 740 ], |
| 741 }], | 741 }], |
| (...skipping 18 matching lines...) Expand all Loading... |
| 760 ], | 760 ], |
| 761 'variables': { | 761 'variables': { |
| 762 'jni_gen_package': 'ui', | 762 'jni_gen_package': 'ui', |
| 763 }, | 763 }, |
| 764 'includes': [ '../../build/jni_generator.gypi' ], | 764 'includes': [ '../../build/jni_generator.gypi' ], |
| 765 }, | 765 }, |
| 766 ], | 766 ], |
| 767 }], | 767 }], |
| 768 ], | 768 ], |
| 769 } | 769 } |
| OLD | NEW |