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

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

Issue 779083002: Move system.display tests to extensions/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Less duplicated code Created 6 years 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/system/display/test_display_api.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/api_test/system/display/manifest.json
diff --git a/chrome/test/data/extensions/api_test/system/display/manifest.json b/chrome/test/data/extensions/api_test/system/display/manifest.json
deleted file mode 100644
index 11792b6d6f5fda41a57333f963f4c8baddda5648..0000000000000000000000000000000000000000
--- a/chrome/test/data/extensions/api_test/system/display/manifest.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "displayinfo",
- "version": "1.0",
- "description": "Test system.display API",
- "permissions": ["system.display"],
- "app": {
- "background": {
- "scripts": ["test_display_api.js"]
- }
- }
-}
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/test/data/extensions/api_test/system/display/test_display_api.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698