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

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: rebase, review Created 9 years, 1 month 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 358 matching lines...) Expand 10 before | Expand all | Expand 10 after
369 'widget/widget_delegate.cc', 369 'widget/widget_delegate.cc',
370 'widget/widget_delegate.h', 370 'widget/widget_delegate.h',
371 'widget/window_manager.cc', 371 'widget/window_manager.cc',
372 'widget/window_manager.h', 372 'widget/window_manager.h',
373 '../ui/views/animation/bounds_animator.cc', 373 '../ui/views/animation/bounds_animator.cc',
374 '../ui/views/animation/bounds_animator.h', 374 '../ui/views/animation/bounds_animator.h',
375 '../ui/views/accessibility/native_view_accessibility_win.cc', 375 '../ui/views/accessibility/native_view_accessibility_win.cc',
376 '../ui/views/accessibility/native_view_accessibility_win.h', 376 '../ui/views/accessibility/native_view_accessibility_win.h',
377 '../ui/views/ime/input_method_base.cc', 377 '../ui/views/ime/input_method_base.cc',
378 '../ui/views/ime/input_method_base.h', 378 '../ui/views/ime/input_method_base.h',
379 '../ui/views/ime/input_method_bridge.cc',
380 '../ui/views/ime/input_method_bridge.h',
379 '../ui/views/ime/input_method_delegate.h', 381 '../ui/views/ime/input_method_delegate.h',
380 '../ui/views/ime/input_method_gtk.cc', 382 '../ui/views/ime/input_method_gtk.cc',
381 '../ui/views/ime/input_method_gtk.h', 383 '../ui/views/ime/input_method_gtk.h',
382 '../ui/views/ime/input_method.h', 384 '../ui/views/ime/input_method.h',
383 '../ui/views/ime/input_method_ibus.cc', 385 '../ui/views/ime/input_method_ibus.cc',
384 '../ui/views/ime/input_method_ibus.h', 386 '../ui/views/ime/input_method_ibus.h',
385 '../ui/views/ime/input_method_wayland.cc', 387 '../ui/views/ime/input_method_wayland.cc',
386 '../ui/views/ime/input_method_wayland.h', 388 '../ui/views/ime/input_method_wayland.h',
387 '../ui/views/ime/input_method_win.cc', 389 '../ui/views/ime/input_method_win.cc',
388 '../ui/views/ime/input_method_win.h', 390 '../ui/views/ime/input_method_win.h',
(...skipping 541 matching lines...) Expand 10 before | Expand all | Expand 10 after
930 'include_dirs': [ 932 'include_dirs': [
931 '../third_party/wtl/include', 933 '../third_party/wtl/include',
932 ], 934 ],
933 }], 935 }],
934 ], 936 ],
935 }, 937 },
936 ], 938 ],
937 }], 939 }],
938 ], 940 ],
939 } 941 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698