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

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

Issue 9624013: Re-enable extension GPU features (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove old Canvas2D test Created 8 years, 9 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/canvas_2d/manifest.json
diff --git a/chrome/test/data/extensions/api_test/canvas_2d/manifest.json b/chrome/test/data/extensions/api_test/canvas_2d/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..5001c2150e2fabec891fe56230a6ee7da71b8e5a
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/canvas_2d/manifest.json
@@ -0,0 +1,8 @@
+{
+ "description": "Extension which has just a background page with 2D canvas",
+ "name": "background_page_2d_canvas",
+ "background": {
+ "page": "background.html"
+ },
+ "version": "0.1"
+}

Powered by Google App Engine
This is Rietveld 408576698