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

Side by Side Diff: components/test_runner/resources/fonts/fonts.conf

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"?> 1 <?xml version="1.0"?>
2 <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> 2 <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
3 <!-- /etc/fonts/fonts.conf file to configure system font access --> 3 <!-- /etc/fonts/fonts.conf file to configure system font access -->
4 <fontconfig> 4 <fontconfig>
5 <match target="font"> 5 <match target="font">
6 <edit name="embeddedbitmap" mode="assign"><bool>false</bool></edit> 6 <edit name="embeddedbitmap" mode="assign"><bool>false</bool></edit>
7 </match> 7 </match>
8 8
9 <match target="pattern"> 9 <match target="pattern">
10 <test qual="any" name="family"> 10 <test qual="any" name="family">
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 <!-- See comments above --> 243 <!-- See comments above -->
244 <test name="family" compare="eq"> 244 <test name="family" compare="eq">
245 <string>SubpixelPositioningAhem</string> 245 <string>SubpixelPositioningAhem</string>
246 </test> 246 </test>
247 <edit name="family" mode="assign"> 247 <edit name="family" mode="assign">
248 <string>ahem</string> 248 <string>ahem</string>
249 </edit> 249 </edit>
250 </match> 250 </match>
251 251
252 </fontconfig> 252 </fontconfig>
OLDNEW
« no previous file with comments | « components/test_runner/resources/fonts/android_main_fonts.xml ('k') | components/test_runner/spell_check_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698