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

Side by Side Diff: ui/views/views.gyp

Issue 8687027: IME (input method editor) support for Aura, part 2 of 3: Add views::InputMethodBridge (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: final rebase Created 9 years 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 | « ui/views/ime/input_method_ibus.cc ('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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 }, 7 },
8 8
9 'target_defaults': { 9 'target_defaults': {
10 'conditions': [ 10 'conditions': [
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 'focus/focus_manager_factory.cc', 267 'focus/focus_manager_factory.cc',
268 'focus/focus_manager_factory.h', 268 'focus/focus_manager_factory.h',
269 'focus/focus_search.cc', 269 'focus/focus_search.cc',
270 'focus/focus_search.h', 270 'focus/focus_search.h',
271 'focus/view_storage.cc', 271 'focus/view_storage.cc',
272 'focus/view_storage.h', 272 'focus/view_storage.h',
273 'focus/widget_focus_manager.cc', 273 'focus/widget_focus_manager.cc',
274 'focus/widget_focus_manager.h', 274 'focus/widget_focus_manager.h',
275 'ime/input_method_base.cc', 275 'ime/input_method_base.cc',
276 'ime/input_method_base.h', 276 'ime/input_method_base.h',
277 'ime/input_method_bridge.cc',
278 'ime/input_method_bridge.h',
277 'ime/input_method_delegate.h', 279 'ime/input_method_delegate.h',
278 'ime/input_method_gtk.cc', 280 'ime/input_method_gtk.cc',
279 'ime/input_method_gtk.h', 281 'ime/input_method_gtk.h',
280 'ime/input_method.h', 282 'ime/input_method.h',
281 'ime/input_method_ibus.cc', 283 'ime/input_method_ibus.cc',
282 'ime/input_method_ibus.h', 284 'ime/input_method_ibus.h',
283 'ime/input_method_win.cc', 285 'ime/input_method_win.cc',
284 'ime/input_method_win.h', 286 'ime/input_method_win.h',
285 'ime/mock_input_method.cc', 287 'ime/mock_input_method.cc',
286 'ime/mock_input_method.h', 288 'ime/mock_input_method.h',
(...skipping 449 matching lines...) Expand 10 before | Expand all | Expand 10 after
736 'msvs_settings': { 738 'msvs_settings': {
737 'VCManifestTool': { 739 'VCManifestTool': {
738 'AdditionalManifestFiles': 'examples\\views_examples.exe.manifest' , 740 'AdditionalManifestFiles': 'examples\\views_examples.exe.manifest' ,
739 }, 741 },
740 }, 742 },
741 }], 743 }],
742 ], 744 ],
743 }, # target_name: views_examples_lib 745 }, # target_name: views_examples_lib
744 ], 746 ],
745 } 747 }
OLDNEW
« no previous file with comments | « ui/views/ime/input_method_ibus.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698