| 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 379 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 390 'browser/chromeos/input_method/input_method_engine_ibus.cc', | 390 'browser/chromeos/input_method/input_method_engine_ibus.cc', |
| 391 'browser/chromeos/input_method/input_method_engine_ibus.h', | 391 'browser/chromeos/input_method/input_method_engine_ibus.h', |
| 392 'browser/chromeos/input_method/input_method_configuration.cc', | 392 'browser/chromeos/input_method/input_method_configuration.cc', |
| 393 'browser/chromeos/input_method/input_method_configuration.h', | 393 'browser/chromeos/input_method/input_method_configuration.h', |
| 394 'browser/chromeos/input_method/input_method_delegate_impl.cc', | 394 'browser/chromeos/input_method/input_method_delegate_impl.cc', |
| 395 'browser/chromeos/input_method/input_method_delegate_impl.h', | 395 'browser/chromeos/input_method/input_method_delegate_impl.h', |
| 396 'browser/chromeos/input_method/input_method_engine.cc', | 396 'browser/chromeos/input_method/input_method_engine.cc', |
| 397 'browser/chromeos/input_method/input_method_engine.h', | 397 'browser/chromeos/input_method/input_method_engine.h', |
| 398 'browser/chromeos/input_method/input_method_manager_impl.cc', | 398 'browser/chromeos/input_method/input_method_manager_impl.cc', |
| 399 'browser/chromeos/input_method/input_method_manager_impl.h', | 399 'browser/chromeos/input_method/input_method_manager_impl.h', |
| 400 'browser/chromeos/input_method/input_method_manager_impl_ll.cc', | |
| 401 'browser/chromeos/input_method/input_method_manager_impl_ll.h', | |
| 402 'browser/chromeos/input_method/input_method_persistence.cc', | 400 'browser/chromeos/input_method/input_method_persistence.cc', |
| 403 'browser/chromeos/input_method/input_method_persistence.h', | 401 'browser/chromeos/input_method/input_method_persistence.h', |
| 404 'browser/chromeos/input_method/input_method_util.cc', | 402 'browser/chromeos/input_method/input_method_util.cc', |
| 405 'browser/chromeos/input_method/input_method_util.h', | 403 'browser/chromeos/input_method/input_method_util.h', |
| 406 'browser/chromeos/input_method/component_extension_ime_manager_impl.cc', | 404 'browser/chromeos/input_method/component_extension_ime_manager_impl.cc', |
| 407 'browser/chromeos/input_method/component_extension_ime_manager_impl.h', | 405 'browser/chromeos/input_method/component_extension_ime_manager_impl.h', |
| 408 'browser/chromeos/input_method/mock_ibus_controller.cc', | 406 'browser/chromeos/input_method/mock_ibus_controller.cc', |
| 409 'browser/chromeos/input_method/mock_ibus_controller.h', | 407 'browser/chromeos/input_method/mock_ibus_controller.h', |
| 410 'browser/chromeos/keyboard_driven_event_rewriter.cc', | 408 'browser/chromeos/keyboard_driven_event_rewriter.cc', |
| 411 'browser/chromeos/keyboard_driven_event_rewriter.h', | 409 'browser/chromeos/keyboard_driven_event_rewriter.h', |
| (...skipping 557 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 969 'browser/chromeos/attestation/attestation_key_payload.proto', | 967 'browser/chromeos/attestation/attestation_key_payload.proto', |
| 970 ], | 968 ], |
| 971 'variables': { | 969 'variables': { |
| 972 'proto_in_dir': 'browser/chromeos/attestation', | 970 'proto_in_dir': 'browser/chromeos/attestation', |
| 973 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 971 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 974 }, | 972 }, |
| 975 'includes': [ '../build/protoc.gypi' ] | 973 'includes': [ '../build/protoc.gypi' ] |
| 976 }, | 974 }, |
| 977 ], | 975 ], |
| 978 } | 976 } |
| OLD | NEW |