| 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 17 matching lines...) Expand all Loading... |
| 28 '../../../skia/skia.gyp:skia', | 28 '../../../skia/skia.gyp:skia', |
| 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 '../ui_base.gyp:ui_base', | 39 '../ui_base.gyp:ui_base', |
| 39 ':text_input_types', | 40 ':text_input_types', |
| 40 ], | 41 ], |
| 41 'defines': [ | 42 'defines': [ |
| 42 'UI_BASE_IME_IMPLEMENTATION', | 43 'UI_BASE_IME_IMPLEMENTATION', |
| 43 ], | 44 ], |
| 44 'sources' : [ | 45 'sources' : [ |
| 45 'candidate_window.cc', | 46 'candidate_window.cc', |
| 46 'candidate_window.h', | 47 'candidate_window.h', |
| 47 'chromeos/character_composer.cc', | 48 'chromeos/character_composer.cc', |
| (...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 181 ['use_x11==0', { | 182 ['use_x11==0', { |
| 182 'sources!': [ | 183 'sources!': [ |
| 183 'composition_text_util_pango.cc', | 184 'composition_text_util_pango.cc', |
| 184 'composition_text_util_pango.h', | 185 'composition_text_util_pango.h', |
| 185 ], | 186 ], |
| 186 }], | 187 }], |
| 187 ], | 188 ], |
| 188 }, | 189 }, |
| 189 ], | 190 ], |
| 190 } | 191 } |
| OLD | NEW |