| 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 1071 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1082 'browser/dom_ui/app_launcher_handler.cc', | 1082 'browser/dom_ui/app_launcher_handler.cc', |
| 1083 'browser/dom_ui/app_launcher_handler.h', | 1083 'browser/dom_ui/app_launcher_handler.h', |
| 1084 'browser/dom_ui/bookmarks_ui.cc', | 1084 'browser/dom_ui/bookmarks_ui.cc', |
| 1085 'browser/dom_ui/bookmarks_ui.h', | 1085 'browser/dom_ui/bookmarks_ui.h', |
| 1086 'browser/dom_ui/chrome_url_data_manager.cc', | 1086 'browser/dom_ui/chrome_url_data_manager.cc', |
| 1087 'browser/dom_ui/chrome_url_data_manager.h', | 1087 'browser/dom_ui/chrome_url_data_manager.h', |
| 1088 'browser/dom_ui/add_startup_page_handler.cc', | 1088 'browser/dom_ui/add_startup_page_handler.cc', |
| 1089 'browser/dom_ui/add_startup_page_handler.h', | 1089 'browser/dom_ui/add_startup_page_handler.h', |
| 1090 'browser/dom_ui/advanced_options_handler.cc', | 1090 'browser/dom_ui/advanced_options_handler.cc', |
| 1091 'browser/dom_ui/advanced_options_handler.h', | 1091 'browser/dom_ui/advanced_options_handler.h', |
| 1092 'browser/dom_ui/advanced_options_utils.h', |
| 1093 'browser/dom_ui/advanced_options_utils_gtk.cc', |
| 1092 'browser/dom_ui/advanced_options_utils_mac.mm', | 1094 'browser/dom_ui/advanced_options_utils_mac.mm', |
| 1093 'browser/dom_ui/advanced_options_utils_mac.h', | 1095 'browser/dom_ui/advanced_options_utils_win.cc', |
| 1094 'browser/dom_ui/browser_options_handler.cc', | 1096 'browser/dom_ui/browser_options_handler.cc', |
| 1095 'browser/dom_ui/browser_options_handler.h', | 1097 'browser/dom_ui/browser_options_handler.h', |
| 1096 'browser/dom_ui/clear_browser_data_handler.cc', | 1098 'browser/dom_ui/clear_browser_data_handler.cc', |
| 1097 'browser/dom_ui/clear_browser_data_handler.h', | 1099 'browser/dom_ui/clear_browser_data_handler.h', |
| 1098 'browser/dom_ui/content_settings_handler.cc', | 1100 'browser/dom_ui/content_settings_handler.cc', |
| 1099 'browser/dom_ui/content_settings_handler.h', | 1101 'browser/dom_ui/content_settings_handler.h', |
| 1100 'browser/dom_ui/core_options_handler.cc', | 1102 'browser/dom_ui/core_options_handler.cc', |
| 1101 'browser/dom_ui/core_options_handler.h', | 1103 'browser/dom_ui/core_options_handler.h', |
| 1102 'browser/dom_ui/font_settings_handler.cc', | 1104 'browser/dom_ui/font_settings_handler.cc', |
| 1103 'browser/dom_ui/font_settings_handler.h', | 1105 'browser/dom_ui/font_settings_handler.h', |
| (...skipping 2584 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3688 ], | 3690 ], |
| 3689 }, | 3691 }, |
| 3690 ], | 3692 ], |
| 3691 } | 3693 } |
| 3692 | 3694 |
| 3693 # Local Variables: | 3695 # Local Variables: |
| 3694 # tab-width:2 | 3696 # tab-width:2 |
| 3695 # indent-tabs-mode:nil | 3697 # indent-tabs-mode:nil |
| 3696 # End: | 3698 # End: |
| 3697 # vim: set expandtab tabstop=2 shiftwidth=2: | 3699 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |