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

Unified Diff: chrome/test/data/extensions/api_test/wallpaper/manifest.json

Issue 153093010: Add wallpaper api tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 10 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
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/test/data/extensions/api_test/wallpaper/test.jpg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/api_test/wallpaper/manifest.json
diff --git a/chrome/test/data/extensions/manifest_tests/webview_accessible_resources_invalid2.json b/chrome/test/data/extensions/api_test/wallpaper/manifest.json
similarity index 57%
copy from chrome/test/data/extensions/manifest_tests/webview_accessible_resources_invalid2.json
copy to chrome/test/data/extensions/api_test/wallpaper/manifest.json
index 5d8c39fd99141f9f8514168102c24b60302786f2..4fc4cfea93b6936b93b1dce33993113ee0abd8fa 100644
--- a/chrome/test/data/extensions/manifest_tests/webview_accessible_resources_invalid2.json
+++ b/chrome/test/data/extensions/api_test/wallpaper/manifest.json
@@ -1,15 +1,13 @@
{
- "name": "test",
- "version": "2",
+ "name": "chrome.wallpaper API Test Extension",
+ "version": "1.0",
"manifest_version": 2,
- "permissions": [
- "webview"
- ],
"app": {
"background": {
"scripts": ["test.js"]
}
},
- "webview": {
- }
+ "permissions": [
+ "wallpaper"
+ ]
}
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/test/data/extensions/api_test/wallpaper/test.jpg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698