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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 13020002: Implement ComponentExtensionIMEManagerDelegate. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
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 334 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 'browser/chromeos/input_method/input_method_engine.h', 345 'browser/chromeos/input_method/input_method_engine.h',
346 'browser/chromeos/input_method/input_method_manager.h', 346 'browser/chromeos/input_method/input_method_manager.h',
347 'browser/chromeos/input_method/input_method_manager_impl.cc', 347 'browser/chromeos/input_method/input_method_manager_impl.cc',
348 'browser/chromeos/input_method/input_method_manager_impl.h', 348 'browser/chromeos/input_method/input_method_manager_impl.h',
349 'browser/chromeos/input_method/input_method_persistence.cc', 349 'browser/chromeos/input_method/input_method_persistence.cc',
350 'browser/chromeos/input_method/input_method_persistence.h', 350 'browser/chromeos/input_method/input_method_persistence.h',
351 'browser/chromeos/input_method/input_method_property.cc', 351 'browser/chromeos/input_method/input_method_property.cc',
352 'browser/chromeos/input_method/input_method_property.h', 352 'browser/chromeos/input_method/input_method_property.h',
353 'browser/chromeos/input_method/input_method_util.cc', 353 'browser/chromeos/input_method/input_method_util.cc',
354 'browser/chromeos/input_method/input_method_util.h', 354 'browser/chromeos/input_method/input_method_util.h',
355 'browser/chromeos/input_method/component_extension_ime_manager_impl.cc',
356 'browser/chromeos/input_method/component_extension_ime_manager_impl.h',
355 'browser/chromeos/input_method/input_method_whitelist.cc', 357 'browser/chromeos/input_method/input_method_whitelist.cc',
356 'browser/chromeos/input_method/input_method_whitelist.h', 358 'browser/chromeos/input_method/input_method_whitelist.h',
357 'browser/chromeos/input_method/mock_ibus_controller.cc', 359 'browser/chromeos/input_method/mock_ibus_controller.cc',
358 'browser/chromeos/input_method/mock_ibus_controller.h', 360 'browser/chromeos/input_method/mock_ibus_controller.h',
359 'browser/chromeos/input_method/xkeyboard.cc', 361 'browser/chromeos/input_method/xkeyboard.cc',
360 'browser/chromeos/input_method/xkeyboard.h', 362 'browser/chromeos/input_method/xkeyboard.h',
361 'browser/chromeos/kiosk_mode/kiosk_mode_idle_logout.cc', 363 'browser/chromeos/kiosk_mode/kiosk_mode_idle_logout.cc',
362 'browser/chromeos/kiosk_mode/kiosk_mode_idle_logout.h', 364 'browser/chromeos/kiosk_mode/kiosk_mode_idle_logout.h',
363 'browser/chromeos/kiosk_mode/kiosk_mode_screensaver.cc', 365 'browser/chromeos/kiosk_mode/kiosk_mode_screensaver.cc',
364 'browser/chromeos/kiosk_mode/kiosk_mode_screensaver.h', 366 'browser/chromeos/kiosk_mode/kiosk_mode_screensaver.h',
(...skipping 508 matching lines...) Expand 10 before | Expand all | Expand 10 after
873 'browser/chromeos/policy/proto/install_attributes.proto', 875 'browser/chromeos/policy/proto/install_attributes.proto',
874 ], 876 ],
875 'variables': { 877 'variables': {
876 'proto_in_dir': 'browser/chromeos/policy/proto', 878 'proto_in_dir': 'browser/chromeos/policy/proto',
877 'proto_out_dir': 'chrome/browser/chromeos/policy/proto', 879 'proto_out_dir': 'chrome/browser/chromeos/policy/proto',
878 }, 880 },
879 'includes': [ '../build/protoc.gypi' ] 881 'includes': [ '../build/protoc.gypi' ]
880 }, 882 },
881 ], 883 ],
882 } 884 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698