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

Side by Side Diff: components/test_runner/resources/fonts/android_main_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 3
4 <family> 4 <family>
5 <nameset> 5 <nameset>
6 <name>sans</name> 6 <name>sans</name>
7 <name>sans serif</name> 7 <name>sans serif</name>
8 <name>sans-serif</name> 8 <name>sans-serif</name>
9 <name>Arial</name> 9 <name>Arial</name>
10 <name>Helvetica</name> 10 <name>Helvetica</name>
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 <name>Ahem</name> 111 <name>Ahem</name>
112 <!-- Match Linux. See comments of SubpixelPositioning in fonts.conf --> 112 <!-- Match Linux. See comments of SubpixelPositioning in fonts.conf -->
113 <name>SubpixelPositioningAhem</name> 113 <name>SubpixelPositioningAhem</name>
114 </nameset> 114 </nameset>
115 <fileset> 115 <fileset>
116 <file>AHEM____.TTF</file> 116 <file>AHEM____.TTF</file>
117 </fileset> 117 </fileset>
118 </family> 118 </family>
119 119
120 </familyset> 120 </familyset>
OLDNEW
« no previous file with comments | « components/test_runner/resources/fonts/android_fallback_fonts.xml ('k') | components/test_runner/resources/fonts/fonts.conf » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698