OLD | NEW |
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 374 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
385 'browser/chromeos/input_method/input_method_engine_ibus.cc', | 385 'browser/chromeos/input_method/input_method_engine_ibus.cc', |
386 'browser/chromeos/input_method/input_method_engine_ibus.h', | 386 'browser/chromeos/input_method/input_method_engine_ibus.h', |
387 'browser/chromeos/input_method/input_method_configuration.cc', | 387 'browser/chromeos/input_method/input_method_configuration.cc', |
388 'browser/chromeos/input_method/input_method_configuration.h', | 388 'browser/chromeos/input_method/input_method_configuration.h', |
389 'browser/chromeos/input_method/input_method_delegate_impl.cc', | 389 'browser/chromeos/input_method/input_method_delegate_impl.cc', |
390 'browser/chromeos/input_method/input_method_delegate_impl.h', | 390 'browser/chromeos/input_method/input_method_delegate_impl.h', |
391 'browser/chromeos/input_method/input_method_engine.cc', | 391 'browser/chromeos/input_method/input_method_engine.cc', |
392 'browser/chromeos/input_method/input_method_engine.h', | 392 'browser/chromeos/input_method/input_method_engine.h', |
393 'browser/chromeos/input_method/input_method_manager_impl.cc', | 393 'browser/chromeos/input_method/input_method_manager_impl.cc', |
394 'browser/chromeos/input_method/input_method_manager_impl.h', | 394 'browser/chromeos/input_method/input_method_manager_impl.h', |
| 395 'browser/chromeos/input_method/input_method_manager_impl_ll.cc', |
| 396 'browser/chromeos/input_method/input_method_manager_impl_ll.h', |
395 'browser/chromeos/input_method/input_method_persistence.cc', | 397 'browser/chromeos/input_method/input_method_persistence.cc', |
396 'browser/chromeos/input_method/input_method_persistence.h', | 398 'browser/chromeos/input_method/input_method_persistence.h', |
397 'browser/chromeos/input_method/input_method_util.cc', | 399 'browser/chromeos/input_method/input_method_util.cc', |
398 'browser/chromeos/input_method/input_method_util.h', | 400 'browser/chromeos/input_method/input_method_util.h', |
399 'browser/chromeos/input_method/component_extension_ime_manager_impl.cc', | 401 'browser/chromeos/input_method/component_extension_ime_manager_impl.cc', |
400 'browser/chromeos/input_method/component_extension_ime_manager_impl.h', | 402 'browser/chromeos/input_method/component_extension_ime_manager_impl.h', |
401 'browser/chromeos/input_method/mock_ibus_controller.cc', | 403 'browser/chromeos/input_method/mock_ibus_controller.cc', |
402 'browser/chromeos/input_method/mock_ibus_controller.h', | 404 'browser/chromeos/input_method/mock_ibus_controller.h', |
403 'browser/chromeos/keyboard_driven_event_rewriter.cc', | 405 'browser/chromeos/keyboard_driven_event_rewriter.cc', |
404 'browser/chromeos/keyboard_driven_event_rewriter.h', | 406 'browser/chromeos/keyboard_driven_event_rewriter.h', |
(...skipping 579 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
984 'browser/chromeos/attestation/attestation_key_payload.proto', | 986 'browser/chromeos/attestation/attestation_key_payload.proto', |
985 ], | 987 ], |
986 'variables': { | 988 'variables': { |
987 'proto_in_dir': 'browser/chromeos/attestation', | 989 'proto_in_dir': 'browser/chromeos/attestation', |
988 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 990 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
989 }, | 991 }, |
990 'includes': [ '../build/protoc.gypi' ] | 992 'includes': [ '../build/protoc.gypi' ] |
991 }, | 993 }, |
992 ], | 994 ], |
993 } | 995 } |
OLD | NEW |