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

Unified Diff: chrome/test/data/extensions/unpacker/bad_path/manifest.json

Issue 10870116: Adding binary test files in advance of CL landing, so tryjobs can run (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed copyright notices Created 8 years, 4 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/unpacker/bad_path/manifest.json
diff --git a/chrome/test/data/extensions/unpacker/bad_path/manifest.json b/chrome/test/data/extensions/unpacker/bad_path/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..d19b7f8de9efe17fdfc6a53a85c7eea636cfed7b
--- /dev/null
+++ b/chrome/test/data/extensions/unpacker/bad_path/manifest.json
@@ -0,0 +1,6 @@
+{
+ "name": "Bad Path",
+ "version": "1.0",
+ "description": "Package with an invalid path to be used for unit testing. The path below is carefully chosen so: 1) it contains '..'; and 2) it resolves to a valid file at package installation time so no invalid-image-error is raised before the invalid-image-path-error one is. Because of the invalid path, this package needs to be packaged with bad_path.sh rather than Chromium.",
+ "theme": {"images" : {"bad_path" : "../CRX_INSTALL/product_logo_128.png"}}
+}

Powered by Google App Engine
This is Rietveld 408576698