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

Side by Side Diff: components/test_runner/resources/fonts/android_fallback_fonts.xml

Issue 1167703002: Move test runner to a component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updates Created 5 years, 6 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
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <familyset> 2 <familyset>
3 <family> 3 <family>
4 <fileset> 4 <fileset>
5 <file>DejaVuSans.ttf</file> 5 <file>DejaVuSans.ttf</file>
6 </fileset> 6 </fileset>
7 </family> 7 </family>
8 <family> 8 <family>
9 <fileset> 9 <fileset>
10 <file>kochi-mincho.ttf</file> 10 <file>kochi-mincho.ttf</file>
(...skipping 18 matching lines...) Expand all
29 <fileset> 29 <fileset>
30 <file>Garuda.ttf</file> 30 <file>Garuda.ttf</file>
31 </fileset> 31 </fileset>
32 </family> 32 </family>
33 <family> 33 <family>
34 <fileset> 34 <fileset>
35 <file>lohit_pa.ttf</file> 35 <file>lohit_pa.ttf</file>
36 </fileset> 36 </fileset>
37 </family> 37 </family>
38 </familyset> 38 </familyset>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698