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

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

Issue 8890004: Revert 113574 - Remove views::InputMethodIBus. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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') | ui/views/widget/native_widget_gtk.cc » ('j') | 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 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
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', 277 'ime/input_method_bridge.cc',
278 'ime/input_method_bridge.h', 278 'ime/input_method_bridge.h',
279 'ime/input_method_delegate.h', 279 'ime/input_method_delegate.h',
280 'ime/input_method_gtk.cc', 280 'ime/input_method_gtk.cc',
281 'ime/input_method_gtk.h', 281 'ime/input_method_gtk.h',
282 'ime/input_method.h', 282 'ime/input_method.h',
283 'ime/input_method_ibus.cc',
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',
287 'ime/text_input_type_tracker.cc', 289 'ime/text_input_type_tracker.cc',
288 'ime/text_input_type_tracker.h', 290 'ime/text_input_type_tracker.h',
289 'layout/box_layout.cc', 291 'layout/box_layout.cc',
290 'layout/box_layout.h', 292 'layout/box_layout.h',
291 'layout/fill_layout.cc', 293 'layout/fill_layout.cc',
292 'layout/fill_layout.h', 294 'layout/fill_layout.h',
(...skipping 443 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') | ui/views/widget/native_widget_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698