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

Side by Side Diff: content/shell/test_runner/resources/fonts/fonts.conf

Issue 2707183003: Move //components/test_runner back into //content/shell (Closed)
Patch Set: Trim DEPS Created 3 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
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

Powered by Google App Engine
This is Rietveld 408576698