summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_browser.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/chrome_browser.gypi')
-rwxr-xr-xchrome/chrome_browser.gypi26
1 files changed, 26 insertions, 0 deletions
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 56eaafa..121c4d4 100755
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -13,6 +13,7 @@
'chrome_resources',
'chrome_strings',
'component_extensions',
+ 'net_internals_resources',
'platform_locale_settings',
'sync_proto',
'theme_resources',
@@ -3105,6 +3106,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',
+ ]
+ },
+ ]
+ },
],
}