OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', | 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', |
(...skipping 426 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
437 'browser/chromeos/frame/panel_browser_view.h', | 437 'browser/chromeos/frame/panel_browser_view.h', |
438 'browser/chromeos/frame/panel_controller.cc', | 438 'browser/chromeos/frame/panel_controller.cc', |
439 'browser/chromeos/frame/panel_controller.h', | 439 'browser/chromeos/frame/panel_controller.h', |
440 'browser/chromeos/google_update_chromeos.cc', | 440 'browser/chromeos/google_update_chromeos.cc', |
441 'browser/chromeos/gview_request_interceptor.cc', | 441 'browser/chromeos/gview_request_interceptor.cc', |
442 'browser/chromeos/gview_request_interceptor.h', | 442 'browser/chromeos/gview_request_interceptor.h', |
443 'browser/chromeos/input_method/candidate_window.cc', | 443 'browser/chromeos/input_method/candidate_window.cc', |
444 'browser/chromeos/input_method/candidate_window.h', | 444 'browser/chromeos/input_method/candidate_window.h', |
445 'browser/chromeos/input_method/input_method_util.cc', | 445 'browser/chromeos/input_method/input_method_util.cc', |
446 'browser/chromeos/input_method/input_method_util.h', | 446 'browser/chromeos/input_method/input_method_util.h', |
| 447 'browser/chromeos/input_method/virtual_keyboard_selector.cc', |
| 448 'browser/chromeos/input_method/virtual_keyboard_selector.h', |
447 'browser/chromeos/input_method/xkeyboard.cc', | 449 'browser/chromeos/input_method/xkeyboard.cc', |
448 'browser/chromeos/input_method/xkeyboard.h', | 450 'browser/chromeos/input_method/xkeyboard.h', |
449 'browser/chromeos/language_preferences.cc', | 451 'browser/chromeos/language_preferences.cc', |
450 'browser/chromeos/language_preferences.h', | 452 'browser/chromeos/language_preferences.h', |
451 'browser/chromeos/locale_change_guard.cc', | 453 'browser/chromeos/locale_change_guard.cc', |
452 'browser/chromeos/locale_change_guard.h', | 454 'browser/chromeos/locale_change_guard.h', |
453 'browser/chromeos/login/auth_attempt_state.cc', | 455 'browser/chromeos/login/auth_attempt_state.cc', |
454 'browser/chromeos/login/auth_attempt_state.h', | 456 'browser/chromeos/login/auth_attempt_state.h', |
455 'browser/chromeos/login/auth_attempt_state_resolver.cc', | 457 'browser/chromeos/login/auth_attempt_state_resolver.cc', |
456 'browser/chromeos/login/auth_attempt_state_resolver.h', | 458 'browser/chromeos/login/auth_attempt_state_resolver.h', |
(...skipping 4180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4637 'hard_dependency': 1, | 4639 'hard_dependency': 1, |
4638 }, | 4640 }, |
4639 ], | 4641 ], |
4640 } | 4642 } |
4641 | 4643 |
4642 # Local Variables: | 4644 # Local Variables: |
4643 # tab-width:2 | 4645 # tab-width:2 |
4644 # indent-tabs-mode:nil | 4646 # indent-tabs-mode:nil |
4645 # End: | 4647 # End: |
4646 # vim: set expandtab tabstop=2 shiftwidth=2: | 4648 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |