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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1607004: Add the proxy information to the new net internals page. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Max the URL work in presence of '#' Created 10 years, 8 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/requestsview.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 3162 matching lines...) Expand 10 before | Expand all | Expand 10 after
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:
OLDNEW
« no previous file with comments | « chrome/browser/resources/net_internals/requestsview.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698