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

Side by Side 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 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 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'layouttest_support_content_sources': [ 7 'layouttest_support_content_sources': [
8 'public/test/layouttest_support.h', 8 'public/test/layouttest_support.h',
9 'public/test/nested_message_pump_android.cc', 9 'public/test/nested_message_pump_android.cc',
10 'public/test/nested_message_pump_android.h', 10 'public/test/nested_message_pump_android.h',
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 'test/appcache_test_helper.cc', 107 'test/appcache_test_helper.cc',
108 'test/appcache_test_helper.h', 108 'test/appcache_test_helper.h',
109 'test/blink_test_environment.cc', 109 'test/blink_test_environment.cc',
110 'test/blink_test_environment.h', 110 'test/blink_test_environment.h',
111 'test/browser_side_navigation_test_utils.cc', 111 'test/browser_side_navigation_test_utils.cc',
112 'test/browser_side_navigation_test_utils.h', 112 'test/browser_side_navigation_test_utils.h',
113 'test/content_browser_sanity_checker.cc', 113 'test/content_browser_sanity_checker.cc',
114 'test/content_browser_sanity_checker.h', 114 'test/content_browser_sanity_checker.h',
115 'test/content_test_suite.cc', 115 'test/content_test_suite.cc',
116 'test/content_test_suite.h', 116 'test/content_test_suite.h',
117 'test/dwrite_font_fake_sender_win.h',
118 'test/dwrite_font_fake_sender_win.cc',
117 'test/fake_compositor_dependencies.cc', 119 'test/fake_compositor_dependencies.cc',
118 'test/fake_compositor_dependencies.h', 120 'test/fake_compositor_dependencies.h',
119 'test/fake_plugin_service.cc', 121 'test/fake_plugin_service.cc',
120 'test/fake_plugin_service.h', 122 'test/fake_plugin_service.h',
121 'test/fake_renderer_scheduler.cc', 123 'test/fake_renderer_scheduler.cc',
122 'test/fake_renderer_scheduler.h', 124 'test/fake_renderer_scheduler.h',
123 'test/gpu_memory_buffer_factory_test_template.h', 125 'test/gpu_memory_buffer_factory_test_template.h',
124 'test/mock_google_streaming_server.cc', 126 'test/mock_google_streaming_server.cc',
125 'test/mock_google_streaming_server.h', 127 'test/mock_google_streaming_server.h',
126 'test/mock_keyboard.cc', 128 'test/mock_keyboard.cc',
(...skipping 389 matching lines...) Expand 10 before | Expand all | Expand 10 after
516 'browser/quota/mock_quota_manager_unittest.cc', 518 'browser/quota/mock_quota_manager_unittest.cc',
517 'browser/quota/quota_backend_impl_unittest.cc', 519 'browser/quota/quota_backend_impl_unittest.cc',
518 'browser/quota/quota_database_unittest.cc', 520 'browser/quota/quota_database_unittest.cc',
519 'browser/quota/quota_manager_unittest.cc', 521 'browser/quota/quota_manager_unittest.cc',
520 'browser/quota/quota_reservation_manager_unittest.cc', 522 'browser/quota/quota_reservation_manager_unittest.cc',
521 'browser/quota/quota_temporary_storage_evictor_unittest.cc', 523 'browser/quota/quota_temporary_storage_evictor_unittest.cc',
522 'browser/quota/storage_monitor_unittest.cc', 524 'browser/quota/storage_monitor_unittest.cc',
523 'browser/quota/usage_tracker_unittest.cc', 525 'browser/quota/usage_tracker_unittest.cc',
524 'browser/renderer_host/begin_frame_observer_proxy_unittest.cc', 526 'browser/renderer_host/begin_frame_observer_proxy_unittest.cc',
525 'browser/renderer_host/clipboard_message_filter_unittest.cc', 527 'browser/renderer_host/clipboard_message_filter_unittest.cc',
528 'browser/renderer_host/dwrite_font_proxy_message_filter_win_unittest.cc',
526 'browser/renderer_host/event_with_latency_info_unittest.cc', 529 'browser/renderer_host/event_with_latency_info_unittest.cc',
527 'browser/renderer_host/input/gesture_event_queue_unittest.cc', 530 'browser/renderer_host/input/gesture_event_queue_unittest.cc',
528 'browser/renderer_host/input/input_router_impl_unittest.cc', 531 'browser/renderer_host/input/input_router_impl_unittest.cc',
529 'browser/renderer_host/input/mock_input_ack_handler.cc', 532 'browser/renderer_host/input/mock_input_ack_handler.cc',
530 'browser/renderer_host/input/mock_input_ack_handler.h', 533 'browser/renderer_host/input/mock_input_ack_handler.h',
531 'browser/renderer_host/input/mock_input_router_client.cc', 534 'browser/renderer_host/input/mock_input_router_client.cc',
532 'browser/renderer_host/input/mock_input_router_client.h', 535 'browser/renderer_host/input/mock_input_router_client.h',
533 'browser/renderer_host/input/motion_event_web_unittest.cc', 536 'browser/renderer_host/input/motion_event_web_unittest.cc',
534 'browser/renderer_host/input/mouse_wheel_rails_filter_unittest_mac.cc', 537 'browser/renderer_host/input/mouse_wheel_rails_filter_unittest_mac.cc',
535 'browser/renderer_host/input/render_widget_host_latency_tracker_unittest.c c', 538 'browser/renderer_host/input/render_widget_host_latency_tracker_unittest.c c',
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
607 'browser/web_contents/web_contents_view_mac_unittest.mm', 610 'browser/web_contents/web_contents_view_mac_unittest.mm',
608 'browser/web_contents/web_drag_dest_mac_unittest.mm', 611 'browser/web_contents/web_drag_dest_mac_unittest.mm',
609 'browser/web_contents/web_drag_source_mac_unittest.mm', 612 'browser/web_contents/web_drag_source_mac_unittest.mm',
610 'browser/webui/url_data_manager_backend_unittest.cc', 613 'browser/webui/url_data_manager_backend_unittest.cc',
611 'browser/webui/web_ui_data_source_unittest.cc', 614 'browser/webui/web_ui_data_source_unittest.cc',
612 'browser/webui/web_ui_message_handler_unittest.cc', 615 'browser/webui/web_ui_message_handler_unittest.cc',
613 'child/background_sync/background_sync_type_converters_unittest.cc', 616 'child/background_sync/background_sync_type_converters_unittest.cc',
614 'child/blink_platform_impl_unittest.cc', 617 'child/blink_platform_impl_unittest.cc',
615 'child/blob_storage/blob_consolidation_unittest.cc', 618 'child/blob_storage/blob_consolidation_unittest.cc',
616 'child/blob_storage/blob_transport_controller_unittest.cc', 619 'child/blob_storage/blob_transport_controller_unittest.cc',
620 'child/dwrite_font_proxy/dwrite_font_proxy_win_unittest.cc',
617 'child/fileapi/webfilewriter_base_unittest.cc', 621 'child/fileapi/webfilewriter_base_unittest.cc',
618 'child/indexed_db/indexed_db_dispatcher_unittest.cc', 622 'child/indexed_db/indexed_db_dispatcher_unittest.cc',
619 'child/indexed_db/mock_webidbcallbacks.cc', 623 'child/indexed_db/mock_webidbcallbacks.cc',
620 'child/indexed_db/mock_webidbcallbacks.h', 624 'child/indexed_db/mock_webidbcallbacks.h',
621 'child/indexed_db/webidbcursor_impl_unittest.cc', 625 'child/indexed_db/webidbcursor_impl_unittest.cc',
622 'child/multipart_response_delegate_unittest.cc', 626 'child/multipart_response_delegate_unittest.cc',
623 'child/notifications/notification_data_conversions_unittest.cc', 627 'child/notifications/notification_data_conversions_unittest.cc',
624 'child/power_monitor_broadcast_source_unittest.cc', 628 'child/power_monitor_broadcast_source_unittest.cc',
625 'child/resource_dispatcher_unittest.cc', 629 'child/resource_dispatcher_unittest.cc',
626 'child/service_worker/service_worker_dispatcher_unittest.cc', 630 'child/service_worker/service_worker_dispatcher_unittest.cc',
(...skipping 1567 matching lines...) Expand 10 before | Expand all | Expand 10 after
2194 'content_unittests_apk.isolate', 2198 'content_unittests_apk.isolate',
2195 ], 2199 ],
2196 }, 2200 },
2197 ], 2201 ],
2198 }, 2202 },
2199 ], 2203 ],
2200 ], 2204 ],
2201 }], 2205 }],
2202 ], 2206 ],
2203 } 2207 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698