Chromium Code Reviews| 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': '<(library)', | 9 'type': '<(library)', |
| 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', | 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', |
| (...skipping 711 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 722 'browser/chromeos/webui/language_customize_modifier_keys_handler.h', | 722 'browser/chromeos/webui/language_customize_modifier_keys_handler.h', |
| 723 'browser/chromeos/webui/language_hangul_options_handler.cc', | 723 'browser/chromeos/webui/language_hangul_options_handler.cc', |
| 724 'browser/chromeos/webui/language_hangul_options_handler.h', | 724 'browser/chromeos/webui/language_hangul_options_handler.h', |
| 725 'browser/chromeos/webui/language_mozc_options_handler.cc', | 725 'browser/chromeos/webui/language_mozc_options_handler.cc', |
| 726 'browser/chromeos/webui/language_mozc_options_handler.h', | 726 'browser/chromeos/webui/language_mozc_options_handler.h', |
| 727 'browser/chromeos/webui/language_options_util.cc', | 727 'browser/chromeos/webui/language_options_util.cc', |
| 728 'browser/chromeos/webui/language_options_util.h', | 728 'browser/chromeos/webui/language_options_util.h', |
| 729 'browser/chromeos/webui/language_pinyin_options_handler.cc', | 729 'browser/chromeos/webui/language_pinyin_options_handler.cc', |
| 730 'browser/chromeos/webui/language_pinyin_options_handler.h', | 730 'browser/chromeos/webui/language_pinyin_options_handler.h', |
| 731 'browser/chromeos/webui/login/authenticator_facade.h', | 731 'browser/chromeos/webui/login/authenticator_facade.h', |
| 732 'browser/chromeos/webui/login/authenticator_facade_cros.cc', | 732 'browser/chromeos/webui/login/authenticator_facade_cros.cc', |
|
rjkroege
2011/02/23 20:05:30
didn't you strip some of these earlier?
rharrison
2011/02/23 20:24:50
authenticator_facade_stub* was removed, since it w
| |
| 733 'browser/chromeos/webui/login/authenticator_facade_cros.h', | 733 'browser/chromeos/webui/login/authenticator_facade_cros.h', |
| 734 'browser/chromeos/webui/login/authenticator_facade_cros_helpers.cc', | 734 'browser/chromeos/webui/login/authenticator_facade_cros_helpers.cc', |
| 735 'browser/chromeos/webui/login/authenticator_facade_cros_helpers.h', | 735 'browser/chromeos/webui/login/authenticator_facade_cros_helpers.h', |
| 736 'browser/chromeos/webui/login/login_ui.cc', | 736 'browser/chromeos/webui/login/login_ui.cc', |
| 737 'browser/chromeos/webui/login/login_ui.h', | 737 'browser/chromeos/webui/login/login_ui.h', |
| 738 'browser/chromeos/webui/login/login_container_ui.cc', | |
| 739 'browser/chromeos/webui/login/login_container_ui.h', | |
| 738 'browser/chromeos/webui/login/login_ui_helpers.cc', | 740 'browser/chromeos/webui/login/login_ui_helpers.cc', |
| 739 'browser/chromeos/webui/login/login_ui_helpers.h', | 741 'browser/chromeos/webui/login/login_ui_helpers.h', |
| 740 'browser/chromeos/webui/menu_ui.cc', | 742 'browser/chromeos/webui/menu_ui.cc', |
| 741 'browser/chromeos/webui/menu_ui.h', | 743 'browser/chromeos/webui/menu_ui.h', |
| 742 'browser/chromeos/webui/mobile_setup_ui.cc', | 744 'browser/chromeos/webui/mobile_setup_ui.cc', |
| 743 'browser/chromeos/webui/mobile_setup_ui.h', | 745 'browser/chromeos/webui/mobile_setup_ui.h', |
| 744 'browser/chromeos/webui/network_menu_ui.cc', | 746 'browser/chromeos/webui/network_menu_ui.cc', |
| 745 'browser/chromeos/webui/network_menu_ui.h', | 747 'browser/chromeos/webui/network_menu_ui.h', |
| 746 'browser/chromeos/webui/proxy_handler.cc', | 748 'browser/chromeos/webui/proxy_handler.cc', |
| 747 'browser/chromeos/webui/proxy_handler.h', | 749 'browser/chromeos/webui/proxy_handler.h', |
| (...skipping 3745 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 4493 ], | 4495 ], |
| 4494 }, | 4496 }, |
| 4495 ], | 4497 ], |
| 4496 } | 4498 } |
| 4497 | 4499 |
| 4498 # Local Variables: | 4500 # Local Variables: |
| 4499 # tab-width:2 | 4501 # tab-width:2 |
| 4500 # indent-tabs-mode:nil | 4502 # indent-tabs-mode:nil |
| 4501 # End: | 4503 # End: |
| 4502 # vim: set expandtab tabstop=2 shiftwidth=2: | 4504 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |