OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'browser', | 8 'target_name': 'browser', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
(...skipping 575 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
586 'browser/chromeos/input_method/input_method_property.h', | 586 'browser/chromeos/input_method/input_method_property.h', |
587 'browser/chromeos/input_method/input_method_util.cc', | 587 'browser/chromeos/input_method/input_method_util.cc', |
588 'browser/chromeos/input_method/input_method_util.h', | 588 'browser/chromeos/input_method/input_method_util.h', |
589 'browser/chromeos/input_method/input_method_whitelist.cc', | 589 'browser/chromeos/input_method/input_method_whitelist.cc', |
590 'browser/chromeos/input_method/input_method_whitelist.h', | 590 'browser/chromeos/input_method/input_method_whitelist.h', |
591 'browser/chromeos/input_method/virtual_keyboard_selector.cc', | 591 'browser/chromeos/input_method/virtual_keyboard_selector.cc', |
592 'browser/chromeos/input_method/virtual_keyboard_selector.h', | 592 'browser/chromeos/input_method/virtual_keyboard_selector.h', |
593 'browser/chromeos/input_method/xkeyboard.cc', | 593 'browser/chromeos/input_method/xkeyboard.cc', |
594 'browser/chromeos/input_method/xkeyboard.h', | 594 'browser/chromeos/input_method/xkeyboard.h', |
595 'browser/chromeos/input_method/xkeyboard_data.h', | 595 'browser/chromeos/input_method/xkeyboard_data.h', |
596 'browser/chromeos/kiosk_mode/kiosk_mode_helper.cc', | 596 'browser/chromeos/kiosk_mode/kiosk_mode_idle_logout.cc', |
597 'browser/chromeos/kiosk_mode/kiosk_mode_helper.h', | 597 'browser/chromeos/kiosk_mode/kiosk_mode_idle_logout.h', |
598 'browser/chromeos/kiosk_mode/kiosk_mode_screensaver.cc', | 598 'browser/chromeos/kiosk_mode/kiosk_mode_screensaver.cc', |
599 'browser/chromeos/kiosk_mode/kiosk_mode_screensaver.h', | 599 'browser/chromeos/kiosk_mode/kiosk_mode_screensaver.h', |
600 'browser/chromeos/kiosk_mode/kiosk_mode_idle_logout.cc', | 600 'browser/chromeos/kiosk_mode/kiosk_mode_settings.cc', |
601 'browser/chromeos/kiosk_mode/kiosk_mode_idle_logout.h', | 601 'browser/chromeos/kiosk_mode/kiosk_mode_settings.h', |
602 'browser/chromeos/language_preferences.cc', | 602 'browser/chromeos/language_preferences.cc', |
603 'browser/chromeos/language_preferences.h', | 603 'browser/chromeos/language_preferences.h', |
604 'browser/chromeos/legacy_window_manager/initial_browser_window_observer.
cc', | 604 'browser/chromeos/legacy_window_manager/initial_browser_window_observer.
cc', |
605 'browser/chromeos/legacy_window_manager/initial_browser_window_observer.
h', | 605 'browser/chromeos/legacy_window_manager/initial_browser_window_observer.
h', |
606 'browser/chromeos/locale_change_guard.cc', | 606 'browser/chromeos/locale_change_guard.cc', |
607 'browser/chromeos/locale_change_guard.h', | 607 'browser/chromeos/locale_change_guard.h', |
608 'browser/chromeos/login/auth_attempt_state.cc', | 608 'browser/chromeos/login/auth_attempt_state.cc', |
609 'browser/chromeos/login/auth_attempt_state.h', | 609 'browser/chromeos/login/auth_attempt_state.h', |
610 'browser/chromeos/login/auth_attempt_state_resolver.cc', | 610 'browser/chromeos/login/auth_attempt_state_resolver.cc', |
611 'browser/chromeos/login/auth_attempt_state_resolver.h', | 611 'browser/chromeos/login/auth_attempt_state_resolver.h', |
(...skipping 4675 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5287 'variables': { | 5287 'variables': { |
5288 'proto_in_dir': '../third_party/cros_system_api/dbus/', | 5288 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
5289 'proto_out_dir': 'chrome/browser/chromeos/dbus', | 5289 'proto_out_dir': 'chrome/browser/chromeos/dbus', |
5290 }, | 5290 }, |
5291 'includes': ['../build/protoc.gypi'], | 5291 'includes': ['../build/protoc.gypi'], |
5292 }], | 5292 }], |
5293 ], | 5293 ], |
5294 }, | 5294 }, |
5295 ], | 5295 ], |
5296 } | 5296 } |
OLD | NEW |