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

Side by Side 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, 3 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 {
2 "name": "Bad Path",
3 "version": "1.0",
4 "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 befo re the invalid-image-path-error one is. Because of the invalid path, this packag e needs to be packaged with bad_path.sh rather than Chromium.",
5 "theme": {"images" : {"bad_path" : "../CRX_INSTALL/product_logo_128.png"}}
6 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698