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

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

Issue 1590863002: Move the local struct definitions off ui/base/ime. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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/ime_engine_observer.h ('k') | no next file » | 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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 'chromeos/mock_ime_engine_handler.h', 66 'chromeos/mock_ime_engine_handler.h',
67 'chromeos/mock_ime_input_context_handler.cc', 67 'chromeos/mock_ime_input_context_handler.cc',
68 'chromeos/mock_ime_input_context_handler.h', 68 'chromeos/mock_ime_input_context_handler.h',
69 'composition_text.cc', 69 'composition_text.cc',
70 'composition_text.h', 70 'composition_text.h',
71 'composition_text_util_pango.cc', 71 'composition_text_util_pango.cc',
72 'composition_text_util_pango.h', 72 'composition_text_util_pango.h',
73 'composition_underline.h', 73 'composition_underline.h',
74 'ime_bridge.cc', 74 'ime_bridge.cc',
75 'ime_bridge.h', 75 'ime_bridge.h',
76 'ime_engine_handler_interface.cc',
77 'ime_engine_handler_interface.h', 76 'ime_engine_handler_interface.h',
78 'ime_engine_observer.h',
79 'ime_input_context_handler_interface.h', 77 'ime_input_context_handler_interface.h',
80 'infolist_entry.cc', 78 'infolist_entry.cc',
81 'infolist_entry.h', 79 'infolist_entry.h',
82 'input_method.h', 80 'input_method.h',
83 'input_method_auralinux.cc', 81 'input_method_auralinux.cc',
84 'input_method_auralinux.h', 82 'input_method_auralinux.h',
85 'input_method_base.cc', 83 'input_method_base.cc',
86 'input_method_base.h', 84 'input_method_base.h',
87 'input_method_chromeos.cc', 85 'input_method_chromeos.cc',
88 'input_method_chromeos.h', 86 'input_method_chromeos.h',
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 ['use_x11==0', { 175 ['use_x11==0', {
178 'sources!': [ 176 'sources!': [
179 'composition_text_util_pango.cc', 177 'composition_text_util_pango.cc',
180 'composition_text_util_pango.h', 178 'composition_text_util_pango.h',
181 ], 179 ],
182 }], 180 }],
183 ], 181 ],
184 }, 182 },
185 ], 183 ],
186 } 184 }
OLDNEW
« no previous file with comments | « ui/base/ime/ime_engine_observer.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698