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

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

Issue 232233003: ozone: Protect X11-specific code in IME support (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 8 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
« no previous file with comments | « chrome/chrome_browser_chromeos.gypi ('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 (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', 10 'candidate_window.cc',
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 'linux/fake_input_method_context_factory.h', 103 'linux/fake_input_method_context_factory.h',
104 'linux/linux_input_method_context.h', 104 'linux/linux_input_method_context.h',
105 'linux/linux_input_method_context_factory.cc', 105 'linux/linux_input_method_context_factory.cc',
106 'linux/linux_input_method_context_factory.h', 106 'linux/linux_input_method_context_factory.h',
107 ], 107 ],
108 }], 108 }],
109 ['use_x11==0', { 109 ['use_x11==0', {
110 'sources!': [ 110 'sources!': [
111 'composition_text_util_pango.cc', 111 'composition_text_util_pango.cc',
112 'composition_text_util_pango.h', 112 'composition_text_util_pango.h',
113 'chromeos/character_composer.cc',
114 'chromeos/character_composer.h',
113 ], 115 ],
114 }], 116 }],
115 ], 117 ],
116 } 118 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_chromeos.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698