| 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 3144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3155 'type': 'none', | 3155 'type': 'none', |
| 3156 # TODO(eroman): Once the msvs port supports it, change this to recursively | 3156 # TODO(eroman): Once the msvs port supports it, change this to recursively |
| 3157 # copy the entire directory instead of listing the files. | 3157 # copy the entire directory instead of listing the files. |
| 3158 # http://code.google.com/p/gyp/issues/detail?id=143. | 3158 # http://code.google.com/p/gyp/issues/detail?id=143. |
| 3159 'copies': [ | 3159 'copies': [ |
| 3160 { | 3160 { |
| 3161 'destination': '<(PRODUCT_DIR)/resources/net_internals', | 3161 'destination': '<(PRODUCT_DIR)/resources/net_internals', |
| 3162 'files': [ | 3162 'files': [ |
| 3163 'browser/resources/net_internals/detailsview.js', | 3163 'browser/resources/net_internals/detailsview.js', |
| 3164 'browser/resources/net_internals/index.html', | 3164 'browser/resources/net_internals/index.html', |
| 3165 'browser/resources/net_internals/layoutmanager.js', | |
| 3166 'browser/resources/net_internals/loggrouper.js', | 3165 'browser/resources/net_internals/loggrouper.js', |
| 3167 'browser/resources/net_internals/logviewpainter.js', | 3166 'browser/resources/net_internals/logviewpainter.js', |
| 3168 'browser/resources/net_internals/main.css', | 3167 'browser/resources/net_internals/main.css', |
| 3169 'browser/resources/net_internals/main.js', | 3168 'browser/resources/net_internals/main.js', |
| 3170 'browser/resources/net_internals/requestsview.js', | 3169 'browser/resources/net_internals/requestsview.js', |
| 3170 'browser/resources/net_internals/resizableverticalsplitview.js', |
| 3171 'browser/resources/net_internals/sourceentry.js', | 3171 'browser/resources/net_internals/sourceentry.js', |
| 3172 'browser/resources/net_internals/tabswitcherview.js', |
| 3172 'browser/resources/net_internals/timelineviewpainter.js', | 3173 'browser/resources/net_internals/timelineviewpainter.js', |
| 3174 'browser/resources/net_internals/topmidbottomview.js', |
| 3173 'browser/resources/net_internals/util.js', | 3175 'browser/resources/net_internals/util.js', |
| 3176 'browser/resources/net_internals/view.js', |
| 3174 ] | 3177 ] |
| 3175 }, | 3178 }, |
| 3176 ] | 3179 ] |
| 3177 }, | 3180 }, |
| 3178 ], | 3181 ], |
| 3179 } | 3182 } |
| 3180 | 3183 |
| 3181 # Local Variables: | 3184 # Local Variables: |
| 3182 # tab-width:2 | 3185 # tab-width:2 |
| 3183 # indent-tabs-mode:nil | 3186 # indent-tabs-mode:nil |
| 3184 # End: | 3187 # End: |
| 3185 # vim: set expandtab tabstop=2 shiftwidth=2: | 3188 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |