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

Side by Side Diff: views/views.gyp

Issue 8576005: IME (input method editor) support for Aura, part 3 of 3: Use ui::InputMethod in ash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address comments 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
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 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 '../ui/views/focus/focus_manager_factory.cc', 291 '../ui/views/focus/focus_manager_factory.cc',
292 '../ui/views/focus/focus_manager_factory.h', 292 '../ui/views/focus/focus_manager_factory.h',
293 '../ui/views/focus/focus_search.cc', 293 '../ui/views/focus/focus_search.cc',
294 '../ui/views/focus/focus_search.h', 294 '../ui/views/focus/focus_search.h',
295 '../ui/views/focus/view_storage.cc', 295 '../ui/views/focus/view_storage.cc',
296 '../ui/views/focus/view_storage.h', 296 '../ui/views/focus/view_storage.h',
297 '../ui/views/focus/widget_focus_manager.cc', 297 '../ui/views/focus/widget_focus_manager.cc',
298 '../ui/views/focus/widget_focus_manager.h', 298 '../ui/views/focus/widget_focus_manager.h',
299 '../ui/views/ime/input_method_base.cc', 299 '../ui/views/ime/input_method_base.cc',
300 '../ui/views/ime/input_method_base.h', 300 '../ui/views/ime/input_method_base.h',
301 '../ui/views/ime/input_method_bridge.cc',
302 '../ui/views/ime/input_method_bridge.h',
301 '../ui/views/ime/input_method_delegate.h', 303 '../ui/views/ime/input_method_delegate.h',
302 '../ui/views/ime/input_method_gtk.cc', 304 '../ui/views/ime/input_method_gtk.cc',
303 '../ui/views/ime/input_method_gtk.h', 305 '../ui/views/ime/input_method_gtk.h',
304 '../ui/views/ime/input_method.h', 306 '../ui/views/ime/input_method.h',
305 '../ui/views/ime/input_method_ibus.cc', 307 '../ui/views/ime/input_method_ibus.cc',
306 '../ui/views/ime/input_method_ibus.h', 308 '../ui/views/ime/input_method_ibus.h',
307 '../ui/views/ime/input_method_win.cc', 309 '../ui/views/ime/input_method_win.cc',
308 '../ui/views/ime/input_method_win.h', 310 '../ui/views/ime/input_method_win.h',
309 '../ui/views/ime/mock_input_method.cc', 311 '../ui/views/ime/mock_input_method.cc',
310 '../ui/views/ime/mock_input_method.h', 312 '../ui/views/ime/mock_input_method.h',
(...skipping 379 matching lines...) Expand 10 before | Expand all | Expand 10 after
690 }, 692 },
691 'sources': [ 693 'sources': [
692 '../ui/views/examples/table_example.cc', 694 '../ui/views/examples/table_example.cc',
693 '../ui/views/examples/table_example.h', 695 '../ui/views/examples/table_example.h',
694 ], 696 ],
695 }], 697 }],
696 ], 698 ],
697 }, 699 },
698 ], 700 ],
699 } 701 }
OLDNEW
« ui/views/ime/input_method_bridge.cc ('K') | « ui/views/widget/native_widget_aura.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698