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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1593009: Add extra views to the new net internals page. This adds tabs along the top f... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' 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/view.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 3144 matching lines...) Expand 10 before | Expand all | Expand 10 after
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:
OLDNEW
« no previous file with comments | « chrome/browser/resources/net_internals/view.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698