| 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 715 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 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', | 
| 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/browser/dom_browser.cc', | 
|  | 737         'browser/chromeos/webui/login/browser/dom_browser.h', | 
|  | 738         'browser/chromeos/webui/login/browser/dom_browser_view.cc', | 
|  | 739         'browser/chromeos/webui/login/browser/dom_browser_view.h', | 
|  | 740         'browser/chromeos/webui/login/browser/dom_browser_view_layout.cc', | 
|  | 741         'browser/chromeos/webui/login/browser/dom_browser_view_layout.h', | 
|  | 742         'browser/chromeos/webui/login/frame/dom_browser_frame.cc', | 
|  | 743         'browser/chromeos/webui/login/frame/dom_browser_frame.h', | 
|  | 744         'browser/chromeos/webui/login/frame/dom_browser_frame_view.cc', | 
|  | 745         'browser/chromeos/webui/login/frame/dom_browser_frame_view.h', | 
| 736         'browser/chromeos/webui/login/login_ui.cc', | 746         'browser/chromeos/webui/login/login_ui.cc', | 
| 737         'browser/chromeos/webui/login/login_ui.h', | 747         'browser/chromeos/webui/login/login_ui.h', | 
|  | 748         'browser/chromeos/webui/login/login_container_ui.cc', | 
|  | 749         'browser/chromeos/webui/login/login_container_ui.h', | 
| 738         'browser/chromeos/webui/login/login_ui_helpers.cc', | 750         'browser/chromeos/webui/login/login_ui_helpers.cc', | 
| 739         'browser/chromeos/webui/login/login_ui_helpers.h', | 751         'browser/chromeos/webui/login/login_ui_helpers.h', | 
| 740         'browser/chromeos/webui/menu_ui.cc', | 752         'browser/chromeos/webui/menu_ui.cc', | 
| 741         'browser/chromeos/webui/menu_ui.h', | 753         'browser/chromeos/webui/menu_ui.h', | 
| 742         'browser/chromeos/webui/mobile_setup_ui.cc', | 754         'browser/chromeos/webui/mobile_setup_ui.cc', | 
| 743         'browser/chromeos/webui/mobile_setup_ui.h', | 755         'browser/chromeos/webui/mobile_setup_ui.h', | 
| 744         'browser/chromeos/webui/network_menu_ui.cc', | 756         'browser/chromeos/webui/network_menu_ui.cc', | 
| 745         'browser/chromeos/webui/network_menu_ui.h', | 757         'browser/chromeos/webui/network_menu_ui.h', | 
| 746         'browser/chromeos/webui/proxy_handler.cc', | 758         'browser/chromeos/webui/proxy_handler.cc', | 
| 747         'browser/chromeos/webui/proxy_handler.h', | 759         'browser/chromeos/webui/proxy_handler.h', | 
| (...skipping 3745 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 4493       ], | 4505       ], | 
| 4494     }, | 4506     }, | 
| 4495   ], | 4507   ], | 
| 4496 } | 4508 } | 
| 4497 | 4509 | 
| 4498 # Local Variables: | 4510 # Local Variables: | 
| 4499 # tab-width:2 | 4511 # tab-width:2 | 
| 4500 # indent-tabs-mode:nil | 4512 # indent-tabs-mode:nil | 
| 4501 # End: | 4513 # End: | 
| 4502 # vim: set expandtab tabstop=2 shiftwidth=2: | 4514 # vim: set expandtab tabstop=2 shiftwidth=2: | 
| OLD | NEW | 
|---|