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

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

Issue 1771173002: Implement input.ime.sendKeyEvents API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix test failure. Created 4 years, 9 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
« no previous file with comments | « ui/base/ime/input_method_win.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 708 matching lines...) Expand 10 before | Expand all | Expand 10 after
719 'test/ui_controls_internal_win.cc', 719 'test/ui_controls_internal_win.cc',
720 'test/ui_controls_internal_win.h', 720 'test/ui_controls_internal_win.h',
721 'test/ui_controls_mac.mm', 721 'test/ui_controls_mac.mm',
722 'test/ui_controls_win.cc', 722 'test/ui_controls_win.cc',
723 ], 723 ],
724 'include_dirs': [ 724 'include_dirs': [
725 '../..', 725 '../..',
726 ], 726 ],
727 'conditions': [ 727 'conditions': [
728 ['OS!="ios"', { 728 ['OS!="ios"', {
729 'dependecies': [ 729 'dependencies': [
730 '../events/events.gyp:events',
730 'ime/ui_base_ime.gyp:ui_base_ime', 731 'ime/ui_base_ime.gyp:ui_base_ime',
731 ], 732 ],
732 'sources': [ 733 'sources': [
733 'ime/dummy_input_method.cc', 734 'ime/dummy_input_method.cc',
734 'ime/dummy_input_method.h', 735 'ime/dummy_input_method.h',
735 'ime/dummy_text_input_client.cc', 736 'ime/dummy_text_input_client.cc',
736 'ime/dummy_text_input_client.h', 737 'ime/dummy_text_input_client.h',
737 'test/nswindow_fullscreen_notification_waiter.h', 738 'test/nswindow_fullscreen_notification_waiter.h',
738 'test/nswindow_fullscreen_notification_waiter.mm', 739 'test/nswindow_fullscreen_notification_waiter.mm',
739 'test/scoped_fake_nswindow_focus.h', 740 'test/scoped_fake_nswindow_focus.h',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
773 ], 774 ],
774 'variables': { 775 'variables': {
775 'jni_gen_package': 'ui', 776 'jni_gen_package': 'ui',
776 }, 777 },
777 'includes': [ '../../build/jni_generator.gypi' ], 778 'includes': [ '../../build/jni_generator.gypi' ],
778 }, 779 },
779 ], 780 ],
780 }], 781 }],
781 ], 782 ],
782 } 783 }
OLDNEW
« no previous file with comments | « ui/base/ime/input_method_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698