OLD | NEW |
1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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 18 matching lines...) Expand all Loading... |
29 '../../../third_party/icu/icu.gyp:icui18n', | 29 '../../../third_party/icu/icu.gyp:icui18n', |
30 '../../../third_party/icu/icu.gyp:icuuc', | 30 '../../../third_party/icu/icu.gyp:icuuc', |
31 '../../../url/url.gyp:url_lib', | 31 '../../../url/url.gyp:url_lib', |
32 '../../display/display.gyp:display', | 32 '../../display/display.gyp:display', |
33 '../../events/events.gyp:dom_keycode_converter', | 33 '../../events/events.gyp:dom_keycode_converter', |
34 '../../events/events.gyp:events', | 34 '../../events/events.gyp:events', |
35 '../../events/events.gyp:events_base', | 35 '../../events/events.gyp:events_base', |
36 '../../gfx/gfx.gyp:gfx', | 36 '../../gfx/gfx.gyp:gfx', |
37 '../../gfx/gfx.gyp:gfx_geometry', | 37 '../../gfx/gfx.gyp:gfx_geometry', |
38 '../../gfx/gfx.gyp:gfx_range', | 38 '../../gfx/gfx.gyp:gfx_range', |
| 39 '../../latency_info/latency_info.gyp:latency_info', |
39 '../ui_base.gyp:ui_base', | 40 '../ui_base.gyp:ui_base', |
40 ':text_input_types', | 41 ':text_input_types', |
41 ], | 42 ], |
42 'defines': [ | 43 'defines': [ |
43 'UI_BASE_IME_IMPLEMENTATION', | 44 'UI_BASE_IME_IMPLEMENTATION', |
44 ], | 45 ], |
45 'sources' : [ | 46 'sources' : [ |
46 'candidate_window.cc', | 47 'candidate_window.cc', |
47 'candidate_window.h', | 48 'candidate_window.h', |
48 'chromeos/character_composer.cc', | 49 'chromeos/character_composer.cc', |
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
182 ['use_x11==0', { | 183 ['use_x11==0', { |
183 'sources!': [ | 184 'sources!': [ |
184 'composition_text_util_pango.cc', | 185 'composition_text_util_pango.cc', |
185 'composition_text_util_pango.h', | 186 'composition_text_util_pango.h', |
186 ], | 187 ], |
187 }], | 188 }], |
188 ], | 189 ], |
189 }, | 190 }, |
190 ], | 191 ], |
191 } | 192 } |
OLD | NEW |