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

Side by Side Diff: ui/base/ime/ui_base_ime.gyp

Issue 1922373002: Make ui/gfx/range a component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed windows issues + addressed nit Created 4 years, 7 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/BUILD.gn ('k') | ui/base/ui_base.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « ui/base/ime/BUILD.gn ('k') | ui/base/ui_base.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698