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

Unified Diff: chrome/chrome_browser.gypi

Issue 1088007: Add an initial implementation of net-internals inspector in javascript.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: more build file Created 10 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/resources/net_internals/util.js ('k') | chrome/chrome_dll.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
===================================================================
--- chrome/chrome_browser.gypi (revision 42238)
+++ chrome/chrome_browser.gypi (working copy)
@@ -13,6 +13,7 @@
'chrome_resources',
'chrome_strings',
'component_extensions',
+ 'net_internals_resources',
'platform_locale_settings',
'sync_proto',
'theme_resources',
@@ -3101,6 +3102,31 @@
},
]
},
+ {
+ 'target_name': 'net_internals_resources',
+ 'type': 'none',
+ # TODO(eroman): Once the msvs port supports it, change this to recursively
+ # copy the entire directory instead of listing the files.
+ # http://code.google.com/p/gyp/issues/detail?id=143.
+ 'copies': [
+ {
+ 'destination': '<(PRODUCT_DIR)/resources/net_internals',
+ 'files': [
+ 'browser/resources/net_internals/detailsview.js',
+ 'browser/resources/net_internals/index.html',
+ 'browser/resources/net_internals/layoutmanager.js',
+ 'browser/resources/net_internals/loggrouper.js',
+ 'browser/resources/net_internals/logviewpainter.js',
+ 'browser/resources/net_internals/main.css',
+ 'browser/resources/net_internals/main.js',
+ 'browser/resources/net_internals/requestsview.js',
+ 'browser/resources/net_internals/sourceentry.js',
+ 'browser/resources/net_internals/timelineviewpainter.js',
+ 'browser/resources/net_internals/util.js',
+ ]
+ },
+ ]
+ },
],
}
« no previous file with comments | « chrome/browser/resources/net_internals/util.js ('k') | chrome/chrome_dll.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698