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

Side by Side Diff: ui/base/ime/ime.gypi

Issue 312523003: MacViews: Implement a ui::InputMethod for Mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | ui/base/ime/input_method_factory.cc » ('j') | ui/base/ime/input_method_mac.mm » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'dependencies' : [ 6 'dependencies' : [
7 '<(DEPTH)/ui/events/events.gyp:events', 7 '<(DEPTH)/ui/events/events.gyp:events',
8 ], 8 ],
9 'sources': [ 9 'sources': [
10 'candidate_window.cc', 10 'candidate_window.cc',
(...skipping 24 matching lines...) Expand all
35 'input_method_auralinux.h', 35 'input_method_auralinux.h',
36 'input_method_base.cc', 36 'input_method_base.cc',
37 'input_method_base.h', 37 'input_method_base.h',
38 'input_method_chromeos.cc', 38 'input_method_chromeos.cc',
39 'input_method_chromeos.h', 39 'input_method_chromeos.h',
40 'input_method_delegate.h', 40 'input_method_delegate.h',
41 'input_method_factory.cc', 41 'input_method_factory.cc',
42 'input_method_factory.h', 42 'input_method_factory.h',
43 'input_method_initializer.cc', 43 'input_method_initializer.cc',
44 'input_method_initializer.h', 44 'input_method_initializer.h',
45 'input_method_mac.h',
46 'input_method_mac.mm',
45 'input_method_minimal.cc', 47 'input_method_minimal.cc',
46 'input_method_minimal.h', 48 'input_method_minimal.h',
47 'input_method_observer.h', 49 'input_method_observer.h',
48 'input_method_win.cc', 50 'input_method_win.cc',
49 'input_method_win.h', 51 'input_method_win.h',
50 'linux/fake_input_method_context.cc', 52 'linux/fake_input_method_context.cc',
51 'linux/fake_input_method_context.h', 53 'linux/fake_input_method_context.h',
52 'linux/fake_input_method_context_factory.cc', 54 'linux/fake_input_method_context_factory.cc',
53 'linux/fake_input_method_context_factory.h', 55 'linux/fake_input_method_context_factory.h',
54 'linux/linux_input_method_context.h', 56 'linux/linux_input_method_context.h',
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 'chromeos/character_composer.h', 118 'chromeos/character_composer.h',
117 ], 119 ],
118 }], 120 }],
119 ['OS=="android"', { 121 ['OS=="android"', {
120 'dependencies!' : [ 122 'dependencies!' : [
121 '<(DEPTH)/ui/events/events.gyp:events', 123 '<(DEPTH)/ui/events/events.gyp:events',
122 ], 124 ],
123 }] 125 }]
124 ], 126 ],
125 } 127 }
OLDNEW
« no previous file with comments | « no previous file | ui/base/ime/input_method_factory.cc » ('j') | ui/base/ime/input_method_mac.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698