| 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 3385 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3396 # TODO(eroman): Once the msvs port supports it, change this to recursively | 3396 # TODO(eroman): Once the msvs port supports it, change this to recursively |
| 3397 # copy the entire directory instead of listing the files. | 3397 # copy the entire directory instead of listing the files. |
| 3398 # http://code.google.com/p/gyp/issues/detail?id=143. | 3398 # http://code.google.com/p/gyp/issues/detail?id=143. |
| 3399 'copies': [ | 3399 'copies': [ |
| 3400 { | 3400 { |
| 3401 'destination': '<(PRODUCT_DIR)/resources/net_internals', | 3401 'destination': '<(PRODUCT_DIR)/resources/net_internals', |
| 3402 'files': [ | 3402 'files': [ |
| 3403 'browser/resources/net_internals/dataview.js', | 3403 'browser/resources/net_internals/dataview.js', |
| 3404 'browser/resources/net_internals/detailsview.js', | 3404 'browser/resources/net_internals/detailsview.js', |
| 3405 'browser/resources/net_internals/dnsview.js', | 3405 'browser/resources/net_internals/dnsview.js', |
| 3406 'browser/resources/net_internals/httpcacheview.js', |
| 3406 'browser/resources/net_internals/index.html', | 3407 'browser/resources/net_internals/index.html', |
| 3407 'browser/resources/net_internals/loggrouper.js', | 3408 'browser/resources/net_internals/loggrouper.js', |
| 3408 'browser/resources/net_internals/logviewpainter.js', | 3409 'browser/resources/net_internals/logviewpainter.js', |
| 3409 'browser/resources/net_internals/main.css', | 3410 'browser/resources/net_internals/main.css', |
| 3410 'browser/resources/net_internals/main.js', | 3411 'browser/resources/net_internals/main.js', |
| 3411 'browser/resources/net_internals/proxyview.js', | 3412 'browser/resources/net_internals/proxyview.js', |
| 3412 'browser/resources/net_internals/requestsview.js', | 3413 'browser/resources/net_internals/requestsview.js', |
| 3413 'browser/resources/net_internals/resizableverticalsplitview.js', | 3414 'browser/resources/net_internals/resizableverticalsplitview.js', |
| 3414 'browser/resources/net_internals/sourceentry.js', | 3415 'browser/resources/net_internals/sourceentry.js', |
| 3415 'browser/resources/net_internals/tabswitcherview.js', | 3416 'browser/resources/net_internals/tabswitcherview.js', |
| 3416 'browser/resources/net_internals/testview.js', | 3417 'browser/resources/net_internals/testview.js', |
| 3417 'browser/resources/net_internals/timelineviewpainter.js', | 3418 'browser/resources/net_internals/timelineviewpainter.js', |
| 3418 'browser/resources/net_internals/topmidbottomview.js', | 3419 'browser/resources/net_internals/topmidbottomview.js', |
| 3419 'browser/resources/net_internals/util.js', | 3420 'browser/resources/net_internals/util.js', |
| 3420 'browser/resources/net_internals/view.js', | 3421 'browser/resources/net_internals/view.js', |
| 3421 ] | 3422 ] |
| 3422 }, | 3423 }, |
| 3423 ] | 3424 ] |
| 3424 }, | 3425 }, |
| 3425 ], | 3426 ], |
| 3426 } | 3427 } |
| 3427 | 3428 |
| 3428 # Local Variables: | 3429 # Local Variables: |
| 3429 # tab-width:2 | 3430 # tab-width:2 |
| 3430 # indent-tabs-mode:nil | 3431 # indent-tabs-mode:nil |
| 3431 # End: | 3432 # End: |
| 3432 # vim: set expandtab tabstop=2 shiftwidth=2: | 3433 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |