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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 11931011: Remove IBusUiController. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 10 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/browser/chromeos/input_method/infolist_window_view.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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser_chromeos', 9 'target_name': 'browser_chromeos',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after
311 'browser/chromeos/input_method/ibus_controller_base.cc', 311 'browser/chromeos/input_method/ibus_controller_base.cc',
312 'browser/chromeos/input_method/ibus_controller_base.h', 312 'browser/chromeos/input_method/ibus_controller_base.h',
313 'browser/chromeos/input_method/ibus_controller_impl.cc', 313 'browser/chromeos/input_method/ibus_controller_impl.cc',
314 'browser/chromeos/input_method/ibus_controller_impl.h', 314 'browser/chromeos/input_method/ibus_controller_impl.h',
315 'browser/chromeos/input_method/infolist_window_view.cc', 315 'browser/chromeos/input_method/infolist_window_view.cc',
316 'browser/chromeos/input_method/infolist_window_view.h', 316 'browser/chromeos/input_method/infolist_window_view.h',
317 'browser/chromeos/input_method/input_method_engine_ibus.cc', 317 'browser/chromeos/input_method/input_method_engine_ibus.cc',
318 'browser/chromeos/input_method/input_method_engine_ibus.h', 318 'browser/chromeos/input_method/input_method_engine_ibus.h',
319 'browser/chromeos/input_method/ibus_keymap.cc', 319 'browser/chromeos/input_method/ibus_keymap.cc',
320 'browser/chromeos/input_method/ibus_keymap.h', 320 'browser/chromeos/input_method/ibus_keymap.h',
321 'browser/chromeos/input_method/ibus_ui_controller.cc',
322 'browser/chromeos/input_method/ibus_ui_controller.h',
323 'browser/chromeos/input_method/input_method_config.cc', 321 'browser/chromeos/input_method/input_method_config.cc',
324 'browser/chromeos/input_method/input_method_config.h', 322 'browser/chromeos/input_method/input_method_config.h',
325 'browser/chromeos/input_method/input_method_configuration.cc', 323 'browser/chromeos/input_method/input_method_configuration.cc',
326 'browser/chromeos/input_method/input_method_configuration.h', 324 'browser/chromeos/input_method/input_method_configuration.h',
327 'browser/chromeos/input_method/input_method_delegate.h', 325 'browser/chromeos/input_method/input_method_delegate.h',
328 'browser/chromeos/input_method/input_method_delegate_impl.cc', 326 'browser/chromeos/input_method/input_method_delegate_impl.cc',
329 'browser/chromeos/input_method/input_method_delegate_impl.h', 327 'browser/chromeos/input_method/input_method_delegate_impl.h',
330 'browser/chromeos/input_method/input_method_descriptor.cc', 328 'browser/chromeos/input_method/input_method_descriptor.cc',
331 'browser/chromeos/input_method/input_method_descriptor.h', 329 'browser/chromeos/input_method/input_method_descriptor.h',
332 'browser/chromeos/input_method/input_method_engine.cc', 330 'browser/chromeos/input_method/input_method_engine.cc',
(...skipping 452 matching lines...) Expand 10 before | Expand all | Expand 10 after
785 'type': 'static_library', 783 'type': 'static_library',
786 'sources': [ 'browser/chromeos/drive/drive.proto' ], 784 'sources': [ 'browser/chromeos/drive/drive.proto' ],
787 'variables': { 785 'variables': {
788 'proto_in_dir': 'browser/chromeos/drive', 786 'proto_in_dir': 'browser/chromeos/drive',
789 'proto_out_dir': 'chrome/browser/chromeos/drive', 787 'proto_out_dir': 'chrome/browser/chromeos/drive',
790 }, 788 },
791 'includes': [ '../build/protoc.gypi' ] 789 'includes': [ '../build/protoc.gypi' ]
792 }, 790 },
793 ], 791 ],
794 } 792 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/input_method/infolist_window_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698