OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |