| 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 3184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3195 'target_name': 'net_internals_resources', | 3195 'target_name': 'net_internals_resources', |
| 3196 'type': 'none', | 3196 'type': 'none', |
| 3197 # TODO(eroman): Once the msvs port supports it, change this to recursively | 3197 # TODO(eroman): Once the msvs port supports it, change this to recursively |
| 3198 # copy the entire directory instead of listing the files. | 3198 # copy the entire directory instead of listing the files. |
| 3199 # http://code.google.com/p/gyp/issues/detail?id=143. | 3199 # http://code.google.com/p/gyp/issues/detail?id=143. |
| 3200 'copies': [ | 3200 'copies': [ |
| 3201 { | 3201 { |
| 3202 'destination': '<(PRODUCT_DIR)/resources/net_internals', | 3202 'destination': '<(PRODUCT_DIR)/resources/net_internals', |
| 3203 'files': [ | 3203 'files': [ |
| 3204 'browser/resources/net_internals/detailsview.js', | 3204 'browser/resources/net_internals/detailsview.js', |
| 3205 'browser/resources/net_internals/dnsview.js', |
| 3205 'browser/resources/net_internals/index.html', | 3206 'browser/resources/net_internals/index.html', |
| 3206 'browser/resources/net_internals/loggrouper.js', | 3207 'browser/resources/net_internals/loggrouper.js', |
| 3207 'browser/resources/net_internals/logviewpainter.js', | 3208 'browser/resources/net_internals/logviewpainter.js', |
| 3208 'browser/resources/net_internals/main.css', | 3209 'browser/resources/net_internals/main.css', |
| 3209 'browser/resources/net_internals/main.js', | 3210 'browser/resources/net_internals/main.js', |
| 3210 'browser/resources/net_internals/proxyview.js', | 3211 'browser/resources/net_internals/proxyview.js', |
| 3211 'browser/resources/net_internals/requestsview.js', | 3212 'browser/resources/net_internals/requestsview.js', |
| 3212 'browser/resources/net_internals/resizableverticalsplitview.js', | 3213 'browser/resources/net_internals/resizableverticalsplitview.js', |
| 3213 'browser/resources/net_internals/sourceentry.js', | 3214 'browser/resources/net_internals/sourceentry.js', |
| 3214 'browser/resources/net_internals/tabswitcherview.js', | 3215 'browser/resources/net_internals/tabswitcherview.js', |
| 3215 'browser/resources/net_internals/timelineviewpainter.js', | 3216 'browser/resources/net_internals/timelineviewpainter.js', |
| 3216 'browser/resources/net_internals/topmidbottomview.js', | 3217 'browser/resources/net_internals/topmidbottomview.js', |
| 3217 'browser/resources/net_internals/util.js', | 3218 'browser/resources/net_internals/util.js', |
| 3218 'browser/resources/net_internals/view.js', | 3219 'browser/resources/net_internals/view.js', |
| 3219 ] | 3220 ] |
| 3220 }, | 3221 }, |
| 3221 ] | 3222 ] |
| 3222 }, | 3223 }, |
| 3223 ], | 3224 ], |
| 3224 } | 3225 } |
| 3225 | 3226 |
| 3226 # Local Variables: | 3227 # Local Variables: |
| 3227 # tab-width:2 | 3228 # tab-width:2 |
| 3228 # indent-tabs-mode:nil | 3229 # indent-tabs-mode:nil |
| 3229 # End: | 3230 # End: |
| 3230 # vim: set expandtab tabstop=2 shiftwidth=2: | 3231 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |