Index: chrome/chrome_resources.gyp |
diff --git a/chrome/chrome_resources.gyp b/chrome/chrome_resources.gyp |
index 98345787efd95c4363690a22b127e428a1f462e3..75f24606532ab79739d7f82403e7bf3fc60308e2 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/extension/analytics', |
+ 'files': [ |
+ 'browser/resources/extension_resource/analytics/ga.js', |
+ ], |
+ }, |
+ ] |
}, |
{ |
# TODO(mark): It would be better if each static library that needed |