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

Unified Diff: chrome/test/data/extensions/api_test/gcm/functions/register/manifest.json

Issue 129113002: Move GcmApi test cases into separate subdir in order to use RunExtensionTest (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Patch Created 6 years, 11 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/test/data/extensions/api_test/gcm/functions/register/manifest.json
diff --git a/chrome/test/data/extensions/api_test/gcm/functions/manifest.json b/chrome/test/data/extensions/api_test/gcm/functions/register/manifest.json
similarity index 87%
copy from chrome/test/data/extensions/api_test/gcm/functions/manifest.json
copy to chrome/test/data/extensions/api_test/gcm/functions/register/manifest.json
index df23c754da1407f550fb0bdcfcadae926890d951..3282e3389cfc74e5c66163b3200e02520e2d5a2d 100644
--- a/chrome/test/data/extensions/api_test/gcm/functions/manifest.json
+++ b/chrome/test/data/extensions/api_test/gcm/functions/register/manifest.json
@@ -4,5 +4,8 @@
"key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCzXCAvAUOKVNuBGWfaRY6QW1YSs+2EnmERkltllVyk9T6H/a7wkdBAKpvKsEbE9PtjmHrP/Jh/XFX1AdpTFAJ7KsQ55GdyTwUW7iB5HsR4NI6dXewK2ba+vDbtBLytR9msXFpvuVnAsEmLlHf9RGuxczvOEbGXcHkUw0AuzGu72wIDAQAB",
"version": "1.0",
"description": "Tests GCM API",
+ "background": {
+ "scripts": ["register.js"]
+ },
"permissions": ["gcm"]
}

Powered by Google App Engine
This is Rietveld 408576698