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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 22980018: Disable non Latin keyboard layout on Lock screen and Sign-in screen. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix test case. Created 7 years, 3 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 387 matching lines...) Expand 10 before | Expand all | Expand 10 after
398 'browser/chromeos/input_method/input_method_engine_ibus.cc', 398 'browser/chromeos/input_method/input_method_engine_ibus.cc',
399 'browser/chromeos/input_method/input_method_engine_ibus.h', 399 'browser/chromeos/input_method/input_method_engine_ibus.h',
400 'browser/chromeos/input_method/input_method_configuration.cc', 400 'browser/chromeos/input_method/input_method_configuration.cc',
401 'browser/chromeos/input_method/input_method_configuration.h', 401 'browser/chromeos/input_method/input_method_configuration.h',
402 'browser/chromeos/input_method/input_method_delegate_impl.cc', 402 'browser/chromeos/input_method/input_method_delegate_impl.cc',
403 'browser/chromeos/input_method/input_method_delegate_impl.h', 403 'browser/chromeos/input_method/input_method_delegate_impl.h',
404 'browser/chromeos/input_method/input_method_engine.cc', 404 'browser/chromeos/input_method/input_method_engine.cc',
405 'browser/chromeos/input_method/input_method_engine.h', 405 'browser/chromeos/input_method/input_method_engine.h',
406 'browser/chromeos/input_method/input_method_manager_impl.cc', 406 'browser/chromeos/input_method/input_method_manager_impl.cc',
407 'browser/chromeos/input_method/input_method_manager_impl.h', 407 'browser/chromeos/input_method/input_method_manager_impl.h',
408 'browser/chromeos/input_method/input_method_manager_impl_ll.cc',
409 'browser/chromeos/input_method/input_method_manager_impl_ll.h',
410 'browser/chromeos/input_method/input_method_persistence.cc', 408 'browser/chromeos/input_method/input_method_persistence.cc',
411 'browser/chromeos/input_method/input_method_persistence.h', 409 'browser/chromeos/input_method/input_method_persistence.h',
412 'browser/chromeos/input_method/input_method_util.cc', 410 'browser/chromeos/input_method/input_method_util.cc',
413 'browser/chromeos/input_method/input_method_util.h', 411 'browser/chromeos/input_method/input_method_util.h',
414 'browser/chromeos/input_method/component_extension_ime_manager_impl.cc', 412 'browser/chromeos/input_method/component_extension_ime_manager_impl.cc',
415 'browser/chromeos/input_method/component_extension_ime_manager_impl.h', 413 'browser/chromeos/input_method/component_extension_ime_manager_impl.h',
416 'browser/chromeos/input_method/mock_ibus_controller.cc', 414 'browser/chromeos/input_method/mock_ibus_controller.cc',
417 'browser/chromeos/input_method/mock_ibus_controller.h', 415 'browser/chromeos/input_method/mock_ibus_controller.h',
418 'browser/chromeos/keyboard_driven_event_rewriter.cc', 416 'browser/chromeos/keyboard_driven_event_rewriter.cc',
419 'browser/chromeos/keyboard_driven_event_rewriter.h', 417 'browser/chromeos/keyboard_driven_event_rewriter.h',
(...skipping 557 matching lines...) Expand 10 before | Expand all | Expand 10 after
977 'browser/chromeos/attestation/attestation_key_payload.proto', 975 'browser/chromeos/attestation/attestation_key_payload.proto',
978 ], 976 ],
979 'variables': { 977 'variables': {
980 'proto_in_dir': 'browser/chromeos/attestation', 978 'proto_in_dir': 'browser/chromeos/attestation',
981 'proto_out_dir': 'chrome/browser/chromeos/attestation', 979 'proto_out_dir': 'chrome/browser/chromeos/attestation',
982 }, 980 },
983 'includes': [ '../build/protoc.gypi' ] 981 'includes': [ '../build/protoc.gypi' ]
984 }, 982 },
985 ], 983 ],
986 } 984 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698