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 333 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
344 'browser/chromeos/input_method/input_method_manager_impl.cc', | 344 'browser/chromeos/input_method/input_method_manager_impl.cc', |
345 'browser/chromeos/input_method/input_method_manager_impl.h', | 345 'browser/chromeos/input_method/input_method_manager_impl.h', |
346 'browser/chromeos/input_method/input_method_persistence.cc', | 346 'browser/chromeos/input_method/input_method_persistence.cc', |
347 'browser/chromeos/input_method/input_method_persistence.h', | 347 'browser/chromeos/input_method/input_method_persistence.h', |
348 'browser/chromeos/input_method/input_method_util.cc', | 348 'browser/chromeos/input_method/input_method_util.cc', |
349 'browser/chromeos/input_method/input_method_util.h', | 349 'browser/chromeos/input_method/input_method_util.h', |
350 'browser/chromeos/input_method/component_extension_ime_manager_impl.cc', | 350 'browser/chromeos/input_method/component_extension_ime_manager_impl.cc', |
351 'browser/chromeos/input_method/component_extension_ime_manager_impl.h', | 351 'browser/chromeos/input_method/component_extension_ime_manager_impl.h', |
352 'browser/chromeos/input_method/mock_ibus_controller.cc', | 352 'browser/chromeos/input_method/mock_ibus_controller.cc', |
353 'browser/chromeos/input_method/mock_ibus_controller.h', | 353 'browser/chromeos/input_method/mock_ibus_controller.h', |
354 'browser/chromeos/input_method/xkeyboard.cc', | |
355 'browser/chromeos/input_method/xkeyboard.h', | |
356 'browser/chromeos/kiosk_mode/kiosk_mode_idle_logout.cc', | 354 'browser/chromeos/kiosk_mode/kiosk_mode_idle_logout.cc', |
357 'browser/chromeos/kiosk_mode/kiosk_mode_idle_logout.h', | 355 'browser/chromeos/kiosk_mode/kiosk_mode_idle_logout.h', |
358 'browser/chromeos/kiosk_mode/kiosk_mode_screensaver.cc', | 356 'browser/chromeos/kiosk_mode/kiosk_mode_screensaver.cc', |
359 'browser/chromeos/kiosk_mode/kiosk_mode_screensaver.h', | 357 'browser/chromeos/kiosk_mode/kiosk_mode_screensaver.h', |
360 'browser/chromeos/kiosk_mode/kiosk_mode_settings.cc', | 358 'browser/chromeos/kiosk_mode/kiosk_mode_settings.cc', |
361 'browser/chromeos/kiosk_mode/kiosk_mode_settings.h', | 359 'browser/chromeos/kiosk_mode/kiosk_mode_settings.h', |
362 'browser/chromeos/language_preferences.cc', | 360 'browser/chromeos/language_preferences.cc', |
363 'browser/chromeos/language_preferences.h', | 361 'browser/chromeos/language_preferences.h', |
364 'browser/chromeos/locale_change_guard.cc', | 362 'browser/chromeos/locale_change_guard.cc', |
365 'browser/chromeos/locale_change_guard.h', | 363 'browser/chromeos/locale_change_guard.h', |
(...skipping 504 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
870 'browser/chromeos/policy/proto/install_attributes.proto', | 868 'browser/chromeos/policy/proto/install_attributes.proto', |
871 ], | 869 ], |
872 'variables': { | 870 'variables': { |
873 'proto_in_dir': 'browser/chromeos/policy/proto', | 871 'proto_in_dir': 'browser/chromeos/policy/proto', |
874 'proto_out_dir': 'chrome/browser/chromeos/policy/proto', | 872 'proto_out_dir': 'chrome/browser/chromeos/policy/proto', |
875 }, | 873 }, |
876 'includes': [ '../build/protoc.gypi' ] | 874 'includes': [ '../build/protoc.gypi' ] |
877 }, | 875 }, |
878 ], | 876 ], |
879 } | 877 } |
OLD | NEW |