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 409 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
420 'browser/chromeos/input_method/input_method_manager_impl.cc', | 420 'browser/chromeos/input_method/input_method_manager_impl.cc', |
421 'browser/chromeos/input_method/input_method_manager_impl.h', | 421 'browser/chromeos/input_method/input_method_manager_impl.h', |
422 'browser/chromeos/input_method/input_method_persistence.cc', | 422 'browser/chromeos/input_method/input_method_persistence.cc', |
423 'browser/chromeos/input_method/input_method_persistence.h', | 423 'browser/chromeos/input_method/input_method_persistence.h', |
424 'browser/chromeos/input_method/input_method_util.cc', | 424 'browser/chromeos/input_method/input_method_util.cc', |
425 'browser/chromeos/input_method/input_method_util.h', | 425 'browser/chromeos/input_method/input_method_util.h', |
426 'browser/chromeos/input_method/component_extension_ime_manager_impl.cc', | 426 'browser/chromeos/input_method/component_extension_ime_manager_impl.cc', |
427 'browser/chromeos/input_method/component_extension_ime_manager_impl.h', | 427 'browser/chromeos/input_method/component_extension_ime_manager_impl.h', |
428 'browser/chromeos/input_method/mode_indicator_controller.cc', | 428 'browser/chromeos/input_method/mode_indicator_controller.cc', |
429 'browser/chromeos/input_method/mode_indicator_controller.h', | 429 'browser/chromeos/input_method/mode_indicator_controller.h', |
430 'browser/chromeos/input_method/mode_indicator_view.cc', | 430 'browser/chromeos/input_method/mode_indicator_delegate_view.cc', |
431 'browser/chromeos/input_method/mode_indicator_view.h', | 431 'browser/chromeos/input_method/mode_indicator_delegate_view.h', |
432 'browser/chromeos/input_method/mode_indicator_widget.cc', | |
433 'browser/chromeos/input_method/mode_indicator_widget.h', | |
434 'browser/chromeos/keyboard_driven_event_rewriter.cc', | 432 'browser/chromeos/keyboard_driven_event_rewriter.cc', |
435 'browser/chromeos/keyboard_driven_event_rewriter.h', | 433 'browser/chromeos/keyboard_driven_event_rewriter.h', |
436 'browser/chromeos/kiosk_mode/kiosk_mode_idle_logout.cc', | 434 'browser/chromeos/kiosk_mode/kiosk_mode_idle_logout.cc', |
437 'browser/chromeos/kiosk_mode/kiosk_mode_idle_logout.h', | 435 'browser/chromeos/kiosk_mode/kiosk_mode_idle_logout.h', |
438 'browser/chromeos/kiosk_mode/kiosk_mode_screensaver.cc', | 436 'browser/chromeos/kiosk_mode/kiosk_mode_screensaver.cc', |
439 'browser/chromeos/kiosk_mode/kiosk_mode_screensaver.h', | 437 'browser/chromeos/kiosk_mode/kiosk_mode_screensaver.h', |
440 'browser/chromeos/kiosk_mode/kiosk_mode_settings.cc', | 438 'browser/chromeos/kiosk_mode/kiosk_mode_settings.cc', |
441 'browser/chromeos/kiosk_mode/kiosk_mode_settings.h', | 439 'browser/chromeos/kiosk_mode/kiosk_mode_settings.h', |
442 'browser/chromeos/language_preferences.cc', | 440 'browser/chromeos/language_preferences.cc', |
443 'browser/chromeos/language_preferences.h', | 441 'browser/chromeos/language_preferences.h', |
(...skipping 571 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1015 'browser/chromeos/attestation/attestation_signed_data.proto', | 1013 'browser/chromeos/attestation/attestation_signed_data.proto', |
1016 ], | 1014 ], |
1017 'variables': { | 1015 'variables': { |
1018 'proto_in_dir': 'browser/chromeos/attestation', | 1016 'proto_in_dir': 'browser/chromeos/attestation', |
1019 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1017 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
1020 }, | 1018 }, |
1021 'includes': [ '../build/protoc.gypi' ] | 1019 'includes': [ '../build/protoc.gypi' ] |
1022 }, | 1020 }, |
1023 ], | 1021 ], |
1024 } | 1022 } |
OLD | NEW |