Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(124)

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1703018: Add the ability to export the captured NetLog data to a formatted text file, ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Address mbelshe's comments Created 10 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/resources/net_internals/main.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 3257 matching lines...) Expand 10 before | Expand all | Expand 10 after
3268 { 3268 {
3269 'target_name': 'net_internals_resources', 3269 'target_name': 'net_internals_resources',
3270 'type': 'none', 3270 'type': 'none',
3271 # TODO(eroman): Once the msvs port supports it, change this to recursively 3271 # TODO(eroman): Once the msvs port supports it, change this to recursively
3272 # copy the entire directory instead of listing the files. 3272 # copy the entire directory instead of listing the files.
3273 # http://code.google.com/p/gyp/issues/detail?id=143. 3273 # http://code.google.com/p/gyp/issues/detail?id=143.
3274 'copies': [ 3274 'copies': [
3275 { 3275 {
3276 'destination': '<(PRODUCT_DIR)/resources/net_internals', 3276 'destination': '<(PRODUCT_DIR)/resources/net_internals',
3277 'files': [ 3277 'files': [
3278 'browser/resources/net_internals/dataview.js',
3278 'browser/resources/net_internals/detailsview.js', 3279 'browser/resources/net_internals/detailsview.js',
3279 'browser/resources/net_internals/dnsview.js', 3280 'browser/resources/net_internals/dnsview.js',
3280 'browser/resources/net_internals/index.html', 3281 'browser/resources/net_internals/index.html',
3281 'browser/resources/net_internals/loggrouper.js', 3282 'browser/resources/net_internals/loggrouper.js',
3282 'browser/resources/net_internals/logviewpainter.js', 3283 'browser/resources/net_internals/logviewpainter.js',
3283 'browser/resources/net_internals/main.css', 3284 'browser/resources/net_internals/main.css',
3284 'browser/resources/net_internals/main.js', 3285 'browser/resources/net_internals/main.js',
3285 'browser/resources/net_internals/proxyview.js', 3286 'browser/resources/net_internals/proxyview.js',
3286 'browser/resources/net_internals/requestsview.js', 3287 'browser/resources/net_internals/requestsview.js',
3287 'browser/resources/net_internals/resizableverticalsplitview.js', 3288 'browser/resources/net_internals/resizableverticalsplitview.js',
3288 'browser/resources/net_internals/sourceentry.js', 3289 'browser/resources/net_internals/sourceentry.js',
3289 'browser/resources/net_internals/tabswitcherview.js', 3290 'browser/resources/net_internals/tabswitcherview.js',
3290 'browser/resources/net_internals/timelineviewpainter.js', 3291 'browser/resources/net_internals/timelineviewpainter.js',
3291 'browser/resources/net_internals/topmidbottomview.js', 3292 'browser/resources/net_internals/topmidbottomview.js',
3292 'browser/resources/net_internals/util.js', 3293 'browser/resources/net_internals/util.js',
3293 'browser/resources/net_internals/view.js', 3294 'browser/resources/net_internals/view.js',
3294 ] 3295 ]
3295 }, 3296 },
3296 ] 3297 ]
3297 }, 3298 },
3298 ], 3299 ],
3299 } 3300 }
3300 3301
3301 # Local Variables: 3302 # Local Variables:
3302 # tab-width:2 3303 # tab-width:2
3303 # indent-tabs-mode:nil 3304 # indent-tabs-mode:nil
3304 # End: 3305 # End:
3305 # vim: set expandtab tabstop=2 shiftwidth=2: 3306 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/resources/net_internals/main.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698