| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 1078 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1089 'browser/dom_ui/app_launcher_handler.cc', | 1089 'browser/dom_ui/app_launcher_handler.cc', |
| 1090 'browser/dom_ui/app_launcher_handler.h', | 1090 'browser/dom_ui/app_launcher_handler.h', |
| 1091 'browser/dom_ui/bookmarks_ui.cc', | 1091 'browser/dom_ui/bookmarks_ui.cc', |
| 1092 'browser/dom_ui/bookmarks_ui.h', | 1092 'browser/dom_ui/bookmarks_ui.h', |
| 1093 'browser/dom_ui/chrome_url_data_manager.cc', | 1093 'browser/dom_ui/chrome_url_data_manager.cc', |
| 1094 'browser/dom_ui/chrome_url_data_manager.h', | 1094 'browser/dom_ui/chrome_url_data_manager.h', |
| 1095 'browser/dom_ui/add_startup_page_handler.cc', | 1095 'browser/dom_ui/add_startup_page_handler.cc', |
| 1096 'browser/dom_ui/add_startup_page_handler.h', | 1096 'browser/dom_ui/add_startup_page_handler.h', |
| 1097 'browser/dom_ui/advanced_options_handler.cc', | 1097 'browser/dom_ui/advanced_options_handler.cc', |
| 1098 'browser/dom_ui/advanced_options_handler.h', | 1098 'browser/dom_ui/advanced_options_handler.h', |
| 1099 'browser/dom_ui/advanced_options_utils.h', | |
| 1100 'browser/dom_ui/advanced_options_utils_gtk.cc', | |
| 1101 'browser/dom_ui/advanced_options_utils_mac.mm', | 1099 'browser/dom_ui/advanced_options_utils_mac.mm', |
| 1102 'browser/dom_ui/advanced_options_utils_win.cc', | 1100 'browser/dom_ui/advanced_options_utils_mac.h', |
| 1103 'browser/dom_ui/browser_options_handler.cc', | 1101 'browser/dom_ui/browser_options_handler.cc', |
| 1104 'browser/dom_ui/browser_options_handler.h', | 1102 'browser/dom_ui/browser_options_handler.h', |
| 1105 'browser/dom_ui/clear_browser_data_handler.cc', | 1103 'browser/dom_ui/clear_browser_data_handler.cc', |
| 1106 'browser/dom_ui/clear_browser_data_handler.h', | 1104 'browser/dom_ui/clear_browser_data_handler.h', |
| 1107 'browser/dom_ui/content_settings_handler.cc', | 1105 'browser/dom_ui/content_settings_handler.cc', |
| 1108 'browser/dom_ui/content_settings_handler.h', | 1106 'browser/dom_ui/content_settings_handler.h', |
| 1109 'browser/dom_ui/core_options_handler.cc', | 1107 'browser/dom_ui/core_options_handler.cc', |
| 1110 'browser/dom_ui/core_options_handler.h', | 1108 'browser/dom_ui/core_options_handler.h', |
| 1111 'browser/dom_ui/font_settings_handler.cc', | 1109 'browser/dom_ui/font_settings_handler.cc', |
| 1112 'browser/dom_ui/font_settings_handler.h', | 1110 'browser/dom_ui/font_settings_handler.h', |
| (...skipping 2590 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3703 ], | 3701 ], |
| 3704 }, | 3702 }, |
| 3705 ], | 3703 ], |
| 3706 } | 3704 } |
| 3707 | 3705 |
| 3708 # Local Variables: | 3706 # Local Variables: |
| 3709 # tab-width:2 | 3707 # tab-width:2 |
| 3710 # indent-tabs-mode:nil | 3708 # indent-tabs-mode:nil |
| 3711 # End: | 3709 # End: |
| 3712 # vim: set expandtab tabstop=2 shiftwidth=2: | 3710 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |