| 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 676 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 687 'ime/dummy_input_method.cc', | 687 'ime/dummy_input_method.cc', |
| 688 'ime/dummy_input_method.h', | 688 'ime/dummy_input_method.h', |
| 689 'ime/dummy_text_input_client.cc', | 689 'ime/dummy_text_input_client.cc', |
| 690 'ime/dummy_text_input_client.h', | 690 'ime/dummy_text_input_client.h', |
| 691 'test/nswindow_fullscreen_notification_waiter.h', | 691 'test/nswindow_fullscreen_notification_waiter.h', |
| 692 'test/nswindow_fullscreen_notification_waiter.mm', | 692 'test/nswindow_fullscreen_notification_waiter.mm', |
| 693 'test/scoped_fake_nswindow_focus.h', | 693 'test/scoped_fake_nswindow_focus.h', |
| 694 'test/scoped_fake_nswindow_focus.mm', | 694 'test/scoped_fake_nswindow_focus.mm', |
| 695 'test/scoped_fake_nswindow_fullscreen.h', | 695 'test/scoped_fake_nswindow_fullscreen.h', |
| 696 'test/scoped_fake_nswindow_fullscreen.mm', | 696 'test/scoped_fake_nswindow_fullscreen.mm', |
| 697 'test/scoped_preferred_scroller_style_legacy_mac.h', |
| 698 'test/scoped_preferred_scroller_style_legacy_mac.mm', |
| 697 'test/windowed_nsnotification_observer.h', | 699 'test/windowed_nsnotification_observer.h', |
| 698 'test/windowed_nsnotification_observer.mm', | 700 'test/windowed_nsnotification_observer.mm', |
| 699 ], | 701 ], |
| 700 }], | 702 }], |
| 701 ['use_aura==1', { | 703 ['use_aura==1', { |
| 702 'sources!': [ | 704 'sources!': [ |
| 703 'test/ui_controls_mac.mm', | 705 'test/ui_controls_mac.mm', |
| 704 'test/ui_controls_win.cc', | 706 'test/ui_controls_win.cc', |
| 705 ], | 707 ], |
| 706 }], | 708 }], |
| (...skipping 18 matching lines...) Expand all Loading... |
| 725 ], | 727 ], |
| 726 'variables': { | 728 'variables': { |
| 727 'jni_gen_package': 'ui', | 729 'jni_gen_package': 'ui', |
| 728 }, | 730 }, |
| 729 'includes': [ '../../build/jni_generator.gypi' ], | 731 'includes': [ '../../build/jni_generator.gypi' ], |
| 730 }, | 732 }, |
| 731 ], | 733 ], |
| 732 }], | 734 }], |
| 733 ], | 735 ], |
| 734 } | 736 } |
| OLD | NEW |