| 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 3191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3202 'browser/ui/webui/bookmarks_ui.cc', | 3202 'browser/ui/webui/bookmarks_ui.cc', |
| 3203 'browser/ui/webui/bookmarks_ui.h', | 3203 'browser/ui/webui/bookmarks_ui.h', |
| 3204 'browser/ui/webui/bug_report_ui.cc', | 3204 'browser/ui/webui/bug_report_ui.cc', |
| 3205 'browser/ui/webui/bug_report_ui.h', | 3205 'browser/ui/webui/bug_report_ui.h', |
| 3206 'browser/ui/webui/chrome_url_data_manager_backend.cc', | 3206 'browser/ui/webui/chrome_url_data_manager_backend.cc', |
| 3207 'browser/ui/webui/chrome_url_data_manager_backend.h', | 3207 'browser/ui/webui/chrome_url_data_manager_backend.h', |
| 3208 'browser/ui/webui/chrome_url_data_manager.cc', | 3208 'browser/ui/webui/chrome_url_data_manager.cc', |
| 3209 'browser/ui/webui/chrome_url_data_manager.h', | 3209 'browser/ui/webui/chrome_url_data_manager.h', |
| 3210 'browser/ui/webui/constrained_html_ui.cc', | 3210 'browser/ui/webui/constrained_html_ui.cc', |
| 3211 'browser/ui/webui/constrained_html_ui.h', | 3211 'browser/ui/webui/constrained_html_ui.h', |
| 3212 'browser/ui/webui/cookies_tree_model_util.cc', |
| 3213 'browser/ui/webui/cookies_tree_model_util.h', |
| 3212 'browser/ui/webui/crashes_ui.cc', | 3214 'browser/ui/webui/crashes_ui.cc', |
| 3213 'browser/ui/webui/crashes_ui.h', | 3215 'browser/ui/webui/crashes_ui.h', |
| 3214 'browser/ui/webui/devtools_ui.cc', | 3216 'browser/ui/webui/devtools_ui.cc', |
| 3215 'browser/ui/webui/devtools_ui.h', | 3217 'browser/ui/webui/devtools_ui.h', |
| 3216 'browser/ui/webui/downloads_dom_handler.cc', | 3218 'browser/ui/webui/downloads_dom_handler.cc', |
| 3217 'browser/ui/webui/downloads_dom_handler.h', | 3219 'browser/ui/webui/downloads_dom_handler.h', |
| 3218 'browser/ui/webui/downloads_ui.cc', | 3220 'browser/ui/webui/downloads_ui.cc', |
| 3219 'browser/ui/webui/downloads_ui.h', | 3221 'browser/ui/webui/downloads_ui.h', |
| 3220 'browser/ui/webui/extension_icon_source.cc', | 3222 'browser/ui/webui/extension_icon_source.cc', |
| 3221 'browser/ui/webui/extension_icon_source.h', | 3223 'browser/ui/webui/extension_icon_source.h', |
| (...skipping 1210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4432 ], | 4434 ], |
| 4433 }, | 4435 }, |
| 4434 ], | 4436 ], |
| 4435 } | 4437 } |
| 4436 | 4438 |
| 4437 # Local Variables: | 4439 # Local Variables: |
| 4438 # tab-width:2 | 4440 # tab-width:2 |
| 4439 # indent-tabs-mode:nil | 4441 # indent-tabs-mode:nil |
| 4440 # End: | 4442 # End: |
| 4441 # vim: set expandtab tabstop=2 shiftwidth=2: | 4443 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |