| 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 366 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 377 'browser/chromeos/input_method/input_method_engine_ibus.cc', | 377 'browser/chromeos/input_method/input_method_engine_ibus.cc', |
| 378 'browser/chromeos/input_method/input_method_engine_ibus.h', | 378 'browser/chromeos/input_method/input_method_engine_ibus.h', |
| 379 'browser/chromeos/input_method/input_method_configuration.cc', | 379 'browser/chromeos/input_method/input_method_configuration.cc', |
| 380 'browser/chromeos/input_method/input_method_configuration.h', | 380 'browser/chromeos/input_method/input_method_configuration.h', |
| 381 'browser/chromeos/input_method/input_method_delegate_impl.cc', | 381 'browser/chromeos/input_method/input_method_delegate_impl.cc', |
| 382 'browser/chromeos/input_method/input_method_delegate_impl.h', | 382 'browser/chromeos/input_method/input_method_delegate_impl.h', |
| 383 'browser/chromeos/input_method/input_method_engine.cc', | 383 'browser/chromeos/input_method/input_method_engine.cc', |
| 384 'browser/chromeos/input_method/input_method_engine.h', | 384 'browser/chromeos/input_method/input_method_engine.h', |
| 385 'browser/chromeos/input_method/input_method_manager_impl.cc', | 385 'browser/chromeos/input_method/input_method_manager_impl.cc', |
| 386 'browser/chromeos/input_method/input_method_manager_impl.h', | 386 'browser/chromeos/input_method/input_method_manager_impl.h', |
| 387 'browser/chromeos/input_method/input_method_manager_impl_ll.cc', |
| 388 'browser/chromeos/input_method/input_method_manager_impl_ll.h', |
| 387 'browser/chromeos/input_method/input_method_persistence.cc', | 389 'browser/chromeos/input_method/input_method_persistence.cc', |
| 388 'browser/chromeos/input_method/input_method_persistence.h', | 390 'browser/chromeos/input_method/input_method_persistence.h', |
| 389 'browser/chromeos/input_method/input_method_util.cc', | 391 'browser/chromeos/input_method/input_method_util.cc', |
| 390 'browser/chromeos/input_method/input_method_util.h', | 392 'browser/chromeos/input_method/input_method_util.h', |
| 391 'browser/chromeos/input_method/component_extension_ime_manager_impl.cc', | 393 'browser/chromeos/input_method/component_extension_ime_manager_impl.cc', |
| 392 'browser/chromeos/input_method/component_extension_ime_manager_impl.h', | 394 'browser/chromeos/input_method/component_extension_ime_manager_impl.h', |
| 393 'browser/chromeos/input_method/mock_ibus_controller.cc', | 395 'browser/chromeos/input_method/mock_ibus_controller.cc', |
| 394 'browser/chromeos/input_method/mock_ibus_controller.h', | 396 'browser/chromeos/input_method/mock_ibus_controller.h', |
| 395 'browser/chromeos/keyboard_driven_event_rewriter.cc', | 397 'browser/chromeos/keyboard_driven_event_rewriter.cc', |
| 396 'browser/chromeos/keyboard_driven_event_rewriter.h', | 398 'browser/chromeos/keyboard_driven_event_rewriter.h', |
| (...skipping 589 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 986 'browser/chromeos/attestation/attestation_key_payload.proto', | 988 'browser/chromeos/attestation/attestation_key_payload.proto', |
| 987 ], | 989 ], |
| 988 'variables': { | 990 'variables': { |
| 989 'proto_in_dir': 'browser/chromeos/attestation', | 991 'proto_in_dir': 'browser/chromeos/attestation', |
| 990 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 992 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 991 }, | 993 }, |
| 992 'includes': [ '../build/protoc.gypi' ] | 994 'includes': [ '../build/protoc.gypi' ] |
| 993 }, | 995 }, |
| 994 ], | 996 ], |
| 995 } | 997 } |
| OLD | NEW |