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

Unified Diff: chrome/chrome_resources.gyp

Issue 9909019: Add schema chrome-extension-resource:// for extension resources (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Update Created 8 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 side-by-side diff with in-line comments
Download patch
Index: chrome/chrome_resources.gyp
diff --git a/chrome/chrome_resources.gyp b/chrome/chrome_resources.gyp
index 3195eb8d7cbab6793f4a7e68798765581063bcd5..2484fed97f75e22d2b259eba31da8129f3b93b0e 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

Powered by Google App Engine
This is Rietveld 408576698