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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 9701095: cleanup: Split ibus_controller.h into 5 headers (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review fix Created 8 years, 9 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/xkeyboard_unittest.cc ('k') | chrome/chrome_tests.gypi » ('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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 559 matching lines...) Expand 10 before | Expand all | Expand 10 after
570 'browser/chromeos/input_method/hotkey_manager.cc', 570 'browser/chromeos/input_method/hotkey_manager.cc',
571 'browser/chromeos/input_method/hotkey_manager.h', 571 'browser/chromeos/input_method/hotkey_manager.h',
572 'browser/chromeos/input_method/ibus_controller.cc', 572 'browser/chromeos/input_method/ibus_controller.cc',
573 'browser/chromeos/input_method/ibus_controller.h', 573 'browser/chromeos/input_method/ibus_controller.h',
574 'browser/chromeos/input_method/ibus_engine_controller.cc', 574 'browser/chromeos/input_method/ibus_engine_controller.cc',
575 'browser/chromeos/input_method/ibus_engine_controller.h', 575 'browser/chromeos/input_method/ibus_engine_controller.h',
576 'browser/chromeos/input_method/ibus_keymap.cc', 576 'browser/chromeos/input_method/ibus_keymap.cc',
577 'browser/chromeos/input_method/ibus_keymap.h', 577 'browser/chromeos/input_method/ibus_keymap.h',
578 'browser/chromeos/input_method/ibus_ui_controller.cc', 578 'browser/chromeos/input_method/ibus_ui_controller.cc',
579 'browser/chromeos/input_method/ibus_ui_controller.h', 579 'browser/chromeos/input_method/ibus_ui_controller.h',
580 'browser/chromeos/input_method/input_method_config.cc',
581 'browser/chromeos/input_method/input_method_config.h',
582 'browser/chromeos/input_method/input_method_descriptor.cc',
583 'browser/chromeos/input_method/input_method_descriptor.h',
580 'browser/chromeos/input_method/input_method_engine.cc', 584 'browser/chromeos/input_method/input_method_engine.cc',
581 'browser/chromeos/input_method/input_method_engine.h', 585 'browser/chromeos/input_method/input_method_engine.h',
582 'browser/chromeos/input_method/input_method_manager.cc', 586 'browser/chromeos/input_method/input_method_manager.cc',
583 'browser/chromeos/input_method/input_method_manager.h', 587 'browser/chromeos/input_method/input_method_manager.h',
588 'browser/chromeos/input_method/input_method_property.cc',
589 'browser/chromeos/input_method/input_method_property.h',
584 'browser/chromeos/input_method/input_method_util.cc', 590 'browser/chromeos/input_method/input_method_util.cc',
585 'browser/chromeos/input_method/input_method_util.h', 591 'browser/chromeos/input_method/input_method_util.h',
592 'browser/chromeos/input_method/input_method_whitelist.cc',
593 'browser/chromeos/input_method/input_method_whitelist.h',
586 'browser/chromeos/input_method/virtual_keyboard_selector.cc', 594 'browser/chromeos/input_method/virtual_keyboard_selector.cc',
587 'browser/chromeos/input_method/virtual_keyboard_selector.h', 595 'browser/chromeos/input_method/virtual_keyboard_selector.h',
588 'browser/chromeos/input_method/xkeyboard.cc', 596 'browser/chromeos/input_method/xkeyboard.cc',
589 'browser/chromeos/input_method/xkeyboard.h', 597 'browser/chromeos/input_method/xkeyboard.h',
590 'browser/chromeos/input_method/xkeyboard_data.h', 598 'browser/chromeos/input_method/xkeyboard_data.h',
591 'browser/chromeos/kiosk_mode/kiosk_mode_helper.cc', 599 'browser/chromeos/kiosk_mode/kiosk_mode_helper.cc',
592 'browser/chromeos/kiosk_mode/kiosk_mode_helper.h', 600 'browser/chromeos/kiosk_mode/kiosk_mode_helper.h',
593 'browser/chromeos/kiosk_mode/kiosk_mode_screensaver.cc', 601 'browser/chromeos/kiosk_mode/kiosk_mode_screensaver.cc',
594 'browser/chromeos/kiosk_mode/kiosk_mode_screensaver.h', 602 'browser/chromeos/kiosk_mode/kiosk_mode_screensaver.h',
595 'browser/chromeos/kiosk_mode/kiosk_mode_idle_logout.cc', 603 'browser/chromeos/kiosk_mode/kiosk_mode_idle_logout.cc',
(...skipping 4785 matching lines...) Expand 10 before | Expand all | Expand 10 after
5381 'variables': { 5389 'variables': {
5382 'proto_in_dir': '../third_party/cros_system_api/dbus/', 5390 'proto_in_dir': '../third_party/cros_system_api/dbus/',
5383 'proto_out_dir': 'chrome/browser/chromeos/dbus', 5391 'proto_out_dir': 'chrome/browser/chromeos/dbus',
5384 }, 5392 },
5385 'includes': ['../build/protoc.gypi'], 5393 'includes': ['../build/protoc.gypi'],
5386 }], 5394 }],
5387 ], 5395 ],
5388 }, 5396 },
5389 ], 5397 ],
5390 } 5398 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/input_method/xkeyboard_unittest.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698