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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10834108: Replace InputMethodEngineIBus. (Closed) Base URL: http://git.chromium.org/chromium/src.git@input_method_engine_ibus
Patch Set: Address comments Created 8 years, 4 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
« no previous file with comments | « chrome/browser/chromeos/input_method/mock_input_method_manager.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', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 601 matching lines...) Expand 10 before | Expand all | Expand 10 after
612 'browser/chromeos/input_method/browser_state_monitor.cc', 612 'browser/chromeos/input_method/browser_state_monitor.cc',
613 'browser/chromeos/input_method/browser_state_monitor.h', 613 'browser/chromeos/input_method/browser_state_monitor.h',
614 'browser/chromeos/input_method/candidate_window.cc', 614 'browser/chromeos/input_method/candidate_window.cc',
615 'browser/chromeos/input_method/candidate_window.h', 615 'browser/chromeos/input_method/candidate_window.h',
616 'browser/chromeos/input_method/ibus_controller.cc', 616 'browser/chromeos/input_method/ibus_controller.cc',
617 'browser/chromeos/input_method/ibus_controller.h', 617 'browser/chromeos/input_method/ibus_controller.h',
618 'browser/chromeos/input_method/ibus_controller_base.cc', 618 'browser/chromeos/input_method/ibus_controller_base.cc',
619 'browser/chromeos/input_method/ibus_controller_base.h', 619 'browser/chromeos/input_method/ibus_controller_base.h',
620 'browser/chromeos/input_method/ibus_controller_impl.cc', 620 'browser/chromeos/input_method/ibus_controller_impl.cc',
621 'browser/chromeos/input_method/ibus_controller_impl.h', 621 'browser/chromeos/input_method/ibus_controller_impl.h',
622 'browser/chromeos/input_method/ibus_engine_controller.cc', 622 'browser/chromeos/input_method/input_method_engine_ibus.cc',
623 'browser/chromeos/input_method/ibus_engine_controller.h', 623 'browser/chromeos/input_method/input_method_engine_ibus.h',
624 'browser/chromeos/input_method/ibus_keymap.cc', 624 'browser/chromeos/input_method/ibus_keymap.cc',
625 'browser/chromeos/input_method/ibus_keymap.h', 625 'browser/chromeos/input_method/ibus_keymap.h',
626 'browser/chromeos/input_method/ibus_ui_controller.cc', 626 'browser/chromeos/input_method/ibus_ui_controller.cc',
627 'browser/chromeos/input_method/ibus_ui_controller.h', 627 'browser/chromeos/input_method/ibus_ui_controller.h',
628 'browser/chromeos/input_method/input_method_config.cc', 628 'browser/chromeos/input_method/input_method_config.cc',
629 'browser/chromeos/input_method/input_method_config.h', 629 'browser/chromeos/input_method/input_method_config.h',
630 'browser/chromeos/input_method/input_method_descriptor.cc', 630 'browser/chromeos/input_method/input_method_descriptor.cc',
631 'browser/chromeos/input_method/input_method_descriptor.h', 631 'browser/chromeos/input_method/input_method_descriptor.h',
632 'browser/chromeos/input_method/input_method_engine.cc', 632 'browser/chromeos/input_method/input_method_engine.cc',
633 'browser/chromeos/input_method/input_method_engine.h', 633 'browser/chromeos/input_method/input_method_engine.h',
(...skipping 4888 matching lines...) Expand 10 before | Expand all | Expand 10 after
5522 'includes': [ '../build/jni_generator.gypi' ], 5522 'includes': [ '../build/jni_generator.gypi' ],
5523 'dependencies': [ 5523 'dependencies': [
5524 'android_jar_jni_headers', 5524 'android_jar_jni_headers',
5525 ], 5525 ],
5526 }, 5526 },
5527 ], 5527 ],
5528 }, 5528 },
5529 ], 5529 ],
5530 ], 5530 ],
5531 } 5531 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/input_method/mock_input_method_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698