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

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, 8 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 722 matching lines...) Expand 10 before | Expand all | Expand 10 after
733 '../events/events.gyp:events', 733 '../events/events.gyp:events',
734 'ime/ui_base_ime.gyp:ui_base_ime', 734 'ime/ui_base_ime.gyp:ui_base_ime',
735 ], 735 ],
736 'sources': [ 736 'sources': [
737 'ime/dummy_input_method.cc', 737 'ime/dummy_input_method.cc',
738 'ime/dummy_input_method.h', 738 'ime/dummy_input_method.h',
739 'ime/dummy_text_input_client.cc', 739 'ime/dummy_text_input_client.cc',
740 'ime/dummy_text_input_client.h', 740 'ime/dummy_text_input_client.h',
741 'test/nswindow_fullscreen_notification_waiter.h', 741 'test/nswindow_fullscreen_notification_waiter.h',
742 'test/nswindow_fullscreen_notification_waiter.mm', 742 'test/nswindow_fullscreen_notification_waiter.mm',
743 'test/scoped_fake_full_keyboard_access.h',
744 'test/scoped_fake_full_keyboard_access.mm',
743 'test/scoped_fake_nswindow_focus.h', 745 'test/scoped_fake_nswindow_focus.h',
744 'test/scoped_fake_nswindow_focus.mm', 746 'test/scoped_fake_nswindow_focus.mm',
745 'test/scoped_fake_nswindow_fullscreen.h', 747 'test/scoped_fake_nswindow_fullscreen.h',
746 'test/scoped_fake_nswindow_fullscreen.mm', 748 'test/scoped_fake_nswindow_fullscreen.mm',
747 'test/scoped_preferred_scroller_style_mac.h', 749 'test/scoped_preferred_scroller_style_mac.h',
748 'test/scoped_preferred_scroller_style_mac.mm', 750 'test/scoped_preferred_scroller_style_mac.mm',
749 'test/windowed_nsnotification_observer.h', 751 'test/windowed_nsnotification_observer.h',
750 'test/windowed_nsnotification_observer.mm', 752 'test/windowed_nsnotification_observer.mm',
751 ], 753 ],
752 }], 754 }],
(...skipping 24 matching lines...) Expand all
777 ], 779 ],
778 'variables': { 780 'variables': {
779 'jni_gen_package': 'ui', 781 'jni_gen_package': 'ui',
780 }, 782 },
781 'includes': [ '../../build/jni_generator.gypi' ], 783 'includes': [ '../../build/jni_generator.gypi' ],
782 }, 784 },
783 ], 785 ],
784 }], 786 }],
785 ], 787 ],
786 } 788 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698