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

Unified Diff: content/content_shell.gypi

Issue 356733003: Enable layout testing support for font fallback (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Variable name case fix. Created 6 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 side-by-side diff with in-line comments
Download patch
Index: content/content_shell.gypi
diff --git a/content/content_shell.gypi b/content/content_shell.gypi
index 743453b99d137367ef700868f50ec2544b4daadc..60889e9bb8a69799c6711e448e8c88089111633d 100644
--- a/content/content_shell.gypi
+++ b/content/content_shell.gypi
@@ -408,6 +408,8 @@
'destination': '<(PRODUCT_DIR)',
'files': [
'shell/renderer/test_runner/resources/fonts/AHEM____.TTF',
+ 'shell/renderer/test_runner/resources/fonts/GardinerModBug.ttf',
+ 'shell/renderer/test_runner/resources/fonts/GardinerModCat.ttf',
piman 2014/06/25 18:43:31 third-party data needs to go into third_party, whe
Dominik Röttsches 2014/06/26 11:21:54 How about referencing them from third_party/WebKit
'shell/renderer/test_runner/resources/fonts/fonts.conf',
]
}],

Powered by Google App Engine
This is Rietveld 408576698