Index: chrome/chrome_resources.gyp |
diff --git a/chrome/chrome_resources.gyp b/chrome/chrome_resources.gyp |
index 3195eb8d7cbab6793f4a7e68798765581063bcd5..a40b359ae745802ab95d0bf6213c8f5f7dac84f5 100644 |
--- a/chrome/chrome_resources.gyp |
+++ b/chrome/chrome_resources.gyp |
@@ -69,6 +69,14 @@ |
}, |
], |
'includes': [ '../build/grit_target.gypi' ], |
+ 'copies': [ |
+ { |
+ 'destination': '<(PRODUCT_DIR)/resources/ext/analytics', |
+ 'files': [ |
+ 'browser/resources/ext/analytics/ga.js', |
+ ], |
+ }, |
+ ] |
}, |
{ |
# TODO(mark): It would be better if each static library that needed |