| 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 3162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3173 'copies': [ | 3173 'copies': [ |
| 3174 { | 3174 { |
| 3175 'destination': '<(PRODUCT_DIR)/resources/net_internals', | 3175 'destination': '<(PRODUCT_DIR)/resources/net_internals', |
| 3176 'files': [ | 3176 'files': [ |
| 3177 'browser/resources/net_internals/detailsview.js', | 3177 'browser/resources/net_internals/detailsview.js', |
| 3178 'browser/resources/net_internals/index.html', | 3178 'browser/resources/net_internals/index.html', |
| 3179 'browser/resources/net_internals/loggrouper.js', | 3179 'browser/resources/net_internals/loggrouper.js', |
| 3180 'browser/resources/net_internals/logviewpainter.js', | 3180 'browser/resources/net_internals/logviewpainter.js', |
| 3181 'browser/resources/net_internals/main.css', | 3181 'browser/resources/net_internals/main.css', |
| 3182 'browser/resources/net_internals/main.js', | 3182 'browser/resources/net_internals/main.js', |
| 3183 'browser/resources/net_internals/proxyview.js', |
| 3183 'browser/resources/net_internals/requestsview.js', | 3184 'browser/resources/net_internals/requestsview.js', |
| 3184 'browser/resources/net_internals/resizableverticalsplitview.js', | 3185 'browser/resources/net_internals/resizableverticalsplitview.js', |
| 3185 'browser/resources/net_internals/sourceentry.js', | 3186 'browser/resources/net_internals/sourceentry.js', |
| 3186 'browser/resources/net_internals/tabswitcherview.js', | 3187 'browser/resources/net_internals/tabswitcherview.js', |
| 3187 'browser/resources/net_internals/timelineviewpainter.js', | 3188 'browser/resources/net_internals/timelineviewpainter.js', |
| 3188 'browser/resources/net_internals/topmidbottomview.js', | 3189 'browser/resources/net_internals/topmidbottomview.js', |
| 3189 'browser/resources/net_internals/util.js', | 3190 'browser/resources/net_internals/util.js', |
| 3190 'browser/resources/net_internals/view.js', | 3191 'browser/resources/net_internals/view.js', |
| 3191 ] | 3192 ] |
| 3192 }, | 3193 }, |
| 3193 ] | 3194 ] |
| 3194 }, | 3195 }, |
| 3195 ], | 3196 ], |
| 3196 } | 3197 } |
| 3197 | 3198 |
| 3198 # Local Variables: | 3199 # Local Variables: |
| 3199 # tab-width:2 | 3200 # tab-width:2 |
| 3200 # indent-tabs-mode:nil | 3201 # indent-tabs-mode:nil |
| 3201 # End: | 3202 # End: |
| 3202 # vim: set expandtab tabstop=2 shiftwidth=2: | 3203 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |