| 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 1200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1211 'browser/dom_ui/most_visited_handler.cc', | 1211 'browser/dom_ui/most_visited_handler.cc', |
| 1212 'browser/dom_ui/most_visited_handler.h', | 1212 'browser/dom_ui/most_visited_handler.h', |
| 1213 'browser/dom_ui/net_internals_ui.cc', | 1213 'browser/dom_ui/net_internals_ui.cc', |
| 1214 'browser/dom_ui/net_internals_ui.h', | 1214 'browser/dom_ui/net_internals_ui.h', |
| 1215 'browser/dom_ui/new_tab_page_sync_handler.cc', | 1215 'browser/dom_ui/new_tab_page_sync_handler.cc', |
| 1216 'browser/dom_ui/new_tab_page_sync_handler.h', | 1216 'browser/dom_ui/new_tab_page_sync_handler.h', |
| 1217 'browser/dom_ui/new_tab_ui.cc', | 1217 'browser/dom_ui/new_tab_ui.cc', |
| 1218 'browser/dom_ui/new_tab_ui.h', | 1218 'browser/dom_ui/new_tab_ui.h', |
| 1219 'browser/dom_ui/ntp_resource_cache.cc', | 1219 'browser/dom_ui/ntp_resource_cache.cc', |
| 1220 'browser/dom_ui/ntp_resource_cache.h', | 1220 'browser/dom_ui/ntp_resource_cache.h', |
| 1221 'browser/dom_ui/options_managed_banner_handler.cc', |
| 1222 'browser/dom_ui/options_managed_banner_handler.h', |
| 1221 'browser/dom_ui/options_ui.cc', | 1223 'browser/dom_ui/options_ui.cc', |
| 1222 'browser/dom_ui/options_ui.h', | 1224 'browser/dom_ui/options_ui.h', |
| 1223 'browser/dom_ui/plugins_ui.cc', | 1225 'browser/dom_ui/plugins_ui.cc', |
| 1224 'browser/dom_ui/plugins_ui.h', | 1226 'browser/dom_ui/plugins_ui.h', |
| 1225 'browser/dom_ui/register_page_ui.cc', | 1227 'browser/dom_ui/register_page_ui.cc', |
| 1226 'browser/dom_ui/register_page_ui.h', | 1228 'browser/dom_ui/register_page_ui.h', |
| 1227 'browser/dom_ui/remoting_ui.cc', | 1229 'browser/dom_ui/remoting_ui.cc', |
| 1228 'browser/dom_ui/remoting_ui.h', | 1230 'browser/dom_ui/remoting_ui.h', |
| 1229 'browser/dom_ui/shared_resources_data_source.cc', | 1231 'browser/dom_ui/shared_resources_data_source.cc', |
| 1230 'browser/dom_ui/shared_resources_data_source.h', | 1232 'browser/dom_ui/shared_resources_data_source.h', |
| (...skipping 2609 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3840 ], | 3842 ], |
| 3841 }, | 3843 }, |
| 3842 ], | 3844 ], |
| 3843 } | 3845 } |
| 3844 | 3846 |
| 3845 # Local Variables: | 3847 # Local Variables: |
| 3846 # tab-width:2 | 3848 # tab-width:2 |
| 3847 # indent-tabs-mode:nil | 3849 # indent-tabs-mode:nil |
| 3848 # End: | 3850 # End: |
| 3849 # vim: set expandtab tabstop=2 shiftwidth=2: | 3851 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |