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

Unified Diff: content/content_tests.gypi

Issue 1438603002: Create direct write font proxy classes and unit tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix bug that would not load the system font path in release. Also minor formatting tweaks and refac… Created 5 years, 1 month 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_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index ba521a21e7b6d2a67762fda271818d3b815f21e6..16ac54d42661c2658cffa443a153b155b31a7a2c 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -114,6 +114,8 @@
'test/content_browser_sanity_checker.h',
'test/content_test_suite.cc',
'test/content_test_suite.h',
+ 'test/dwrite_font_fake_sender_win.h',
+ 'test/dwrite_font_fake_sender_win.cc',
'test/fake_compositor_dependencies.cc',
'test/fake_compositor_dependencies.h',
'test/fake_plugin_service.cc',
@@ -523,6 +525,7 @@
'browser/quota/usage_tracker_unittest.cc',
'browser/renderer_host/begin_frame_observer_proxy_unittest.cc',
'browser/renderer_host/clipboard_message_filter_unittest.cc',
+ 'browser/renderer_host/dwrite_font_proxy_message_filter_win_unittest.cc',
'browser/renderer_host/event_with_latency_info_unittest.cc',
'browser/renderer_host/input/gesture_event_queue_unittest.cc',
'browser/renderer_host/input/input_router_impl_unittest.cc',
@@ -614,6 +617,7 @@
'child/blink_platform_impl_unittest.cc',
'child/blob_storage/blob_consolidation_unittest.cc',
'child/blob_storage/blob_transport_controller_unittest.cc',
+ 'child/dwrite_font_proxy/dwrite_font_proxy_win_unittest.cc',
'child/fileapi/webfilewriter_base_unittest.cc',
'child/indexed_db/indexed_db_dispatcher_unittest.cc',
'child/indexed_db/mock_webidbcallbacks.cc',

Powered by Google App Engine
This is Rietveld 408576698