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

Side by Side Diff: tests/bitmaps/case_nobmp.yaml

Issue 6246150: Add test framework for bmpblk_utility. (Closed) Base URL: http://git.chromium.org/git/vboot_reference.git@master
Patch Set: Done. PTAL. Created 9 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 # Invalid specification: requests missing image file.
2
3 bmpblock: 1.0
4
5 # These are the individual images which are layered to produce a screen layout.
6 images:
7 devmode: NoSuchFile.bmp
8
9 # These are all of the distinct layouts that we know how to display.
10 screens:
11 dev_en:
12 - [0, 0, devmode]
13
14
15 # To customize the images for a particular locale, just reorder this list so
16 # that the default language appears first.
17 localizations:
18 - [ dev_en, dev_en, dev_en, dev_en ]
19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698