| 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 1258 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1269 'browser/dom_ui/net_internals_ui.cc', | 1269 'browser/dom_ui/net_internals_ui.cc', |
| 1270 'browser/dom_ui/net_internals_ui.h', | 1270 'browser/dom_ui/net_internals_ui.h', |
| 1271 'browser/dom_ui/new_tab_page_sync_handler.cc', | 1271 'browser/dom_ui/new_tab_page_sync_handler.cc', |
| 1272 'browser/dom_ui/new_tab_page_sync_handler.h', | 1272 'browser/dom_ui/new_tab_page_sync_handler.h', |
| 1273 'browser/dom_ui/new_tab_ui.cc', | 1273 'browser/dom_ui/new_tab_ui.cc', |
| 1274 'browser/dom_ui/new_tab_ui.h', | 1274 'browser/dom_ui/new_tab_ui.h', |
| 1275 'browser/dom_ui/ntp_resource_cache.cc', | 1275 'browser/dom_ui/ntp_resource_cache.cc', |
| 1276 'browser/dom_ui/ntp_resource_cache.h', | 1276 'browser/dom_ui/ntp_resource_cache.h', |
| 1277 'browser/dom_ui/plugins_ui.cc', | 1277 'browser/dom_ui/plugins_ui.cc', |
| 1278 'browser/dom_ui/plugins_ui.h', | 1278 'browser/dom_ui/plugins_ui.h', |
| 1279 'browser/dom_ui/print_preview_ui.cc', |
| 1280 'browser/dom_ui/print_preview_ui.h', |
| 1279 'browser/dom_ui/remoting_ui.cc', | 1281 'browser/dom_ui/remoting_ui.cc', |
| 1280 'browser/dom_ui/remoting_ui.h', | 1282 'browser/dom_ui/remoting_ui.h', |
| 1281 'browser/dom_ui/options/about_page_handler.cc', | 1283 'browser/dom_ui/options/about_page_handler.cc', |
| 1282 'browser/dom_ui/options/about_page_handler.h', | 1284 'browser/dom_ui/options/about_page_handler.h', |
| 1283 'browser/dom_ui/options/add_startup_page_handler.cc', | 1285 'browser/dom_ui/options/add_startup_page_handler.cc', |
| 1284 'browser/dom_ui/options/add_startup_page_handler.h', | 1286 'browser/dom_ui/options/add_startup_page_handler.h', |
| 1285 'browser/dom_ui/options/advanced_options_handler.cc', | 1287 'browser/dom_ui/options/advanced_options_handler.cc', |
| 1286 'browser/dom_ui/options/advanced_options_handler.h', | 1288 'browser/dom_ui/options/advanced_options_handler.h', |
| 1287 'browser/dom_ui/options/advanced_options_utils.h', | 1289 'browser/dom_ui/options/advanced_options_utils.h', |
| 1288 'browser/dom_ui/options/advanced_options_utils_gtk.cc', | 1290 'browser/dom_ui/options/advanced_options_utils_gtk.cc', |
| (...skipping 2819 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4108 ], | 4110 ], |
| 4109 }, | 4111 }, |
| 4110 ], | 4112 ], |
| 4111 } | 4113 } |
| 4112 | 4114 |
| 4113 # Local Variables: | 4115 # Local Variables: |
| 4114 # tab-width:2 | 4116 # tab-width:2 |
| 4115 # indent-tabs-mode:nil | 4117 # indent-tabs-mode:nil |
| 4116 # End: | 4118 # End: |
| 4117 # vim: set expandtab tabstop=2 shiftwidth=2: | 4119 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |