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

Side by Side Diff: trunk/src/ui/base/ime/ime.gypi

Issue 130833002: Revert 243777 "Moves CandidateWindow model to ui/base/ime." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 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 | Annotate | Revision Log
OLDNEW
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',
11 'candidate_window.h',
12 'chromeos/character_composer.cc', 10 'chromeos/character_composer.cc',
13 'chromeos/character_composer.h', 11 'chromeos/character_composer.h',
14 'chromeos/ibus_bridge.cc', 12 'chromeos/ibus_bridge.cc',
15 'chromeos/ibus_bridge.h', 13 'chromeos/ibus_bridge.h',
16 'chromeos/mock_ime_candidate_window_handler.cc', 14 'chromeos/mock_ime_candidate_window_handler.cc',
17 'chromeos/mock_ime_candidate_window_handler.h', 15 'chromeos/mock_ime_candidate_window_handler.h',
18 'chromeos/mock_ime_engine_handler.cc', 16 'chromeos/mock_ime_engine_handler.cc',
19 'chromeos/mock_ime_engine_handler.h', 17 'chromeos/mock_ime_engine_handler.h',
20 'chromeos/mock_ime_input_context_handler.cc', 18 'chromeos/mock_ime_input_context_handler.cc',
21 'chromeos/mock_ime_input_context_handler.h', 19 'chromeos/mock_ime_input_context_handler.h',
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 ], 113 ],
116 }], 114 }],
117 ['use_x11==0', { 115 ['use_x11==0', {
118 'sources!': [ 116 'sources!': [
119 'composition_text_util_pango.cc', 117 'composition_text_util_pango.cc',
120 'composition_text_util_pango.h', 118 'composition_text_util_pango.h',
121 ], 119 ],
122 }], 120 }],
123 ], 121 ],
124 } 122 }
OLDNEW
« no previous file with comments | « trunk/src/ui/base/ime/chromeos/mock_ime_candidate_window_handler.cc ('k') | trunk/src/ui/base/ime/ime_unittests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698