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

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

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
(Empty)
1 <?xml version="1.0" encoding="utf-8"?>
2 <familyset>
3 <family>
4 <fileset>
5 <file>DejaVuSans.ttf</file>
6 </fileset>
7 </family>
8 <family>
9 <fileset>
10 <file>kochi-mincho.ttf</file>
11 </fileset>
12 </family>
13 <family>
14 <fileset>
15 <file>lohit_hi.ttf</file>
16 </fileset>
17 </family>
18 <family>
19 <fileset>
20 <file>lohit_ta.ttf</file>
21 </fileset>
22 </family>
23 <family>
24 <fileset>
25 <file>MuktiNarrow.ttf</file>
26 </fileset>
27 </family>
28 <family>
29 <fileset>
30 <file>Garuda.ttf</file>
31 </fileset>
32 </family>
33 <family>
34 <fileset>
35 <file>lohit_pa.ttf</file>
36 </fileset>
37 </family>
38 </familyset>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698