Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(170)

Side by Side Diff: ui/base/ui_base.gyp

Issue 1894383002: MacViews: Implement Full Keyboard Access. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@SetFocusBehavior
Patch Set: Rebased Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 716 matching lines...) Expand 10 before | Expand all | Expand 10 after
727 '../events/events.gyp:events', 727 '../events/events.gyp:events',
728 'ime/ui_base_ime.gyp:ui_base_ime', 728 'ime/ui_base_ime.gyp:ui_base_ime',
729 ], 729 ],
730 'sources': [ 730 'sources': [
731 'ime/dummy_input_method.cc', 731 'ime/dummy_input_method.cc',
732 'ime/dummy_input_method.h', 732 'ime/dummy_input_method.h',
733 'ime/dummy_text_input_client.cc', 733 'ime/dummy_text_input_client.cc',
734 'ime/dummy_text_input_client.h', 734 'ime/dummy_text_input_client.h',
735 'test/nswindow_fullscreen_notification_waiter.h', 735 'test/nswindow_fullscreen_notification_waiter.h',
736 'test/nswindow_fullscreen_notification_waiter.mm', 736 'test/nswindow_fullscreen_notification_waiter.mm',
737 'test/scoped_fake_full_keyboard_access.h',
738 'test/scoped_fake_full_keyboard_access.mm',
737 'test/scoped_fake_nswindow_focus.h', 739 'test/scoped_fake_nswindow_focus.h',
738 'test/scoped_fake_nswindow_focus.mm', 740 'test/scoped_fake_nswindow_focus.mm',
739 'test/scoped_fake_nswindow_fullscreen.h', 741 'test/scoped_fake_nswindow_fullscreen.h',
740 'test/scoped_fake_nswindow_fullscreen.mm', 742 'test/scoped_fake_nswindow_fullscreen.mm',
741 'test/scoped_preferred_scroller_style_mac.h', 743 'test/scoped_preferred_scroller_style_mac.h',
742 'test/scoped_preferred_scroller_style_mac.mm', 744 'test/scoped_preferred_scroller_style_mac.mm',
743 'test/windowed_nsnotification_observer.h', 745 'test/windowed_nsnotification_observer.h',
744 'test/windowed_nsnotification_observer.mm', 746 'test/windowed_nsnotification_observer.mm',
745 ], 747 ],
746 }], 748 }],
(...skipping 24 matching lines...) Expand all
771 ], 773 ],
772 'variables': { 774 'variables': {
773 'jni_gen_package': 'ui', 775 'jni_gen_package': 'ui',
774 }, 776 },
775 'includes': [ '../../build/jni_generator.gypi' ], 777 'includes': [ '../../build/jni_generator.gypi' ],
776 }, 778 },
777 ], 779 ],
778 }], 780 }],
779 ], 781 ],
780 } 782 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698