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 569 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
580 'browser/chromeos/input_method/input_method_property.h', | 580 'browser/chromeos/input_method/input_method_property.h', |
581 'browser/chromeos/input_method/input_method_util.cc', | 581 'browser/chromeos/input_method/input_method_util.cc', |
582 'browser/chromeos/input_method/input_method_util.h', | 582 'browser/chromeos/input_method/input_method_util.h', |
583 'browser/chromeos/input_method/input_method_whitelist.cc', | 583 'browser/chromeos/input_method/input_method_whitelist.cc', |
584 'browser/chromeos/input_method/input_method_whitelist.h', | 584 'browser/chromeos/input_method/input_method_whitelist.h', |
585 'browser/chromeos/input_method/virtual_keyboard_selector.cc', | 585 'browser/chromeos/input_method/virtual_keyboard_selector.cc', |
586 'browser/chromeos/input_method/virtual_keyboard_selector.h', | 586 'browser/chromeos/input_method/virtual_keyboard_selector.h', |
587 'browser/chromeos/input_method/xkeyboard.cc', | 587 'browser/chromeos/input_method/xkeyboard.cc', |
588 'browser/chromeos/input_method/xkeyboard.h', | 588 'browser/chromeos/input_method/xkeyboard.h', |
589 'browser/chromeos/input_method/xkeyboard_data.h', | 589 'browser/chromeos/input_method/xkeyboard_data.h', |
590 'browser/chromeos/kiosk_mode/kiosk_mode_helper.cc', | 590 'browser/chromeos/kiosk_mode/kiosk_mode_idle_logout.cc', |
591 'browser/chromeos/kiosk_mode/kiosk_mode_helper.h', | 591 'browser/chromeos/kiosk_mode/kiosk_mode_idle_logout.h', |
592 'browser/chromeos/kiosk_mode/kiosk_mode_screensaver.cc', | 592 'browser/chromeos/kiosk_mode/kiosk_mode_screensaver.cc', |
593 'browser/chromeos/kiosk_mode/kiosk_mode_screensaver.h', | 593 'browser/chromeos/kiosk_mode/kiosk_mode_screensaver.h', |
594 'browser/chromeos/kiosk_mode/kiosk_mode_idle_logout.cc', | 594 'browser/chromeos/kiosk_mode/kiosk_mode_settings.cc', |
595 'browser/chromeos/kiosk_mode/kiosk_mode_idle_logout.h', | 595 'browser/chromeos/kiosk_mode/kiosk_mode_settings.h', |
596 'browser/chromeos/language_preferences.cc', | 596 'browser/chromeos/language_preferences.cc', |
597 'browser/chromeos/language_preferences.h', | 597 'browser/chromeos/language_preferences.h', |
598 'browser/chromeos/legacy_window_manager/initial_browser_window_observer.
cc', | 598 'browser/chromeos/legacy_window_manager/initial_browser_window_observer.
cc', |
599 'browser/chromeos/legacy_window_manager/initial_browser_window_observer.
h', | 599 'browser/chromeos/legacy_window_manager/initial_browser_window_observer.
h', |
600 'browser/chromeos/locale_change_guard.cc', | 600 'browser/chromeos/locale_change_guard.cc', |
601 'browser/chromeos/locale_change_guard.h', | 601 'browser/chromeos/locale_change_guard.h', |
602 'browser/chromeos/login/auth_attempt_state.cc', | 602 'browser/chromeos/login/auth_attempt_state.cc', |
603 'browser/chromeos/login/auth_attempt_state.h', | 603 'browser/chromeos/login/auth_attempt_state.h', |
604 'browser/chromeos/login/auth_attempt_state_resolver.cc', | 604 'browser/chromeos/login/auth_attempt_state_resolver.cc', |
605 'browser/chromeos/login/auth_attempt_state_resolver.h', | 605 'browser/chromeos/login/auth_attempt_state_resolver.h', |
(...skipping 4680 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5286 'variables': { | 5286 'variables': { |
5287 'proto_in_dir': '../third_party/cros_system_api/dbus/', | 5287 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
5288 'proto_out_dir': 'chrome/browser/chromeos/dbus', | 5288 'proto_out_dir': 'chrome/browser/chromeos/dbus', |
5289 }, | 5289 }, |
5290 'includes': ['../build/protoc.gypi'], | 5290 'includes': ['../build/protoc.gypi'], |
5291 }], | 5291 }], |
5292 ], | 5292 ], |
5293 }, | 5293 }, |
5294 ], | 5294 ], |
5295 } | 5295 } |
OLD | NEW |