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

Side by Side Diff: content/content_tests.gypi

Issue 1378353006: Implementation of dwrite font proxy and removal of dwrite font cache (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge to head 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 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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 'test/appcache_test_helper.cc', 105 'test/appcache_test_helper.cc',
106 'test/appcache_test_helper.h', 106 'test/appcache_test_helper.h',
107 'test/blink_test_environment.cc', 107 'test/blink_test_environment.cc',
108 'test/blink_test_environment.h', 108 'test/blink_test_environment.h',
109 'test/browser_side_navigation_test_utils.cc', 109 'test/browser_side_navigation_test_utils.cc',
110 'test/browser_side_navigation_test_utils.h', 110 'test/browser_side_navigation_test_utils.h',
111 'test/content_browser_sanity_checker.cc', 111 'test/content_browser_sanity_checker.cc',
112 'test/content_browser_sanity_checker.h', 112 'test/content_browser_sanity_checker.h',
113 'test/content_test_suite.cc', 113 'test/content_test_suite.cc',
114 'test/content_test_suite.h', 114 'test/content_test_suite.h',
115 'test/dwrite_font_fake_sender_win.h',
116 'test/dwrite_font_fake_sender_win.cc',
115 'test/fake_compositor_dependencies.cc', 117 'test/fake_compositor_dependencies.cc',
116 'test/fake_compositor_dependencies.h', 118 'test/fake_compositor_dependencies.h',
117 'test/fake_plugin_service.cc', 119 'test/fake_plugin_service.cc',
118 'test/fake_plugin_service.h', 120 'test/fake_plugin_service.h',
119 'test/fake_renderer_scheduler.cc', 121 'test/fake_renderer_scheduler.cc',
120 'test/fake_renderer_scheduler.h', 122 'test/fake_renderer_scheduler.h',
121 'test/gpu_memory_buffer_factory_test_template.h', 123 'test/gpu_memory_buffer_factory_test_template.h',
122 'test/mock_google_streaming_server.cc', 124 'test/mock_google_streaming_server.cc',
123 'test/mock_google_streaming_server.h', 125 'test/mock_google_streaming_server.h',
124 'test/mock_keyboard.cc', 126 'test/mock_keyboard.cc',
(...skipping 389 matching lines...) Expand 10 before | Expand all | Expand 10 after
514 'browser/quota/mock_quota_manager_unittest.cc', 516 'browser/quota/mock_quota_manager_unittest.cc',
515 'browser/quota/quota_backend_impl_unittest.cc', 517 'browser/quota/quota_backend_impl_unittest.cc',
516 'browser/quota/quota_database_unittest.cc', 518 'browser/quota/quota_database_unittest.cc',
517 'browser/quota/quota_manager_unittest.cc', 519 'browser/quota/quota_manager_unittest.cc',
518 'browser/quota/quota_reservation_manager_unittest.cc', 520 'browser/quota/quota_reservation_manager_unittest.cc',
519 'browser/quota/quota_temporary_storage_evictor_unittest.cc', 521 'browser/quota/quota_temporary_storage_evictor_unittest.cc',
520 'browser/quota/storage_monitor_unittest.cc', 522 'browser/quota/storage_monitor_unittest.cc',
521 'browser/quota/usage_tracker_unittest.cc', 523 'browser/quota/usage_tracker_unittest.cc',
522 'browser/renderer_host/begin_frame_observer_proxy_unittest.cc', 524 'browser/renderer_host/begin_frame_observer_proxy_unittest.cc',
523 'browser/renderer_host/clipboard_message_filter_unittest.cc', 525 'browser/renderer_host/clipboard_message_filter_unittest.cc',
526 'browser/renderer_host/dwrite_font_proxy_message_filter_win_unittest.cc',
524 'browser/renderer_host/event_with_latency_info_unittest.cc', 527 'browser/renderer_host/event_with_latency_info_unittest.cc',
525 'browser/renderer_host/input/gesture_event_queue_unittest.cc', 528 'browser/renderer_host/input/gesture_event_queue_unittest.cc',
526 'browser/renderer_host/input/input_router_impl_unittest.cc', 529 'browser/renderer_host/input/input_router_impl_unittest.cc',
527 'browser/renderer_host/input/mock_input_ack_handler.cc', 530 'browser/renderer_host/input/mock_input_ack_handler.cc',
528 'browser/renderer_host/input/mock_input_ack_handler.h', 531 'browser/renderer_host/input/mock_input_ack_handler.h',
529 'browser/renderer_host/input/mock_input_router_client.cc', 532 'browser/renderer_host/input/mock_input_router_client.cc',
530 'browser/renderer_host/input/mock_input_router_client.h', 533 'browser/renderer_host/input/mock_input_router_client.h',
531 'browser/renderer_host/input/mouse_wheel_rails_filter_unittest_mac.cc', 534 'browser/renderer_host/input/mouse_wheel_rails_filter_unittest_mac.cc',
532 'browser/renderer_host/input/render_widget_host_latency_tracker_unittest.c c', 535 'browser/renderer_host/input/render_widget_host_latency_tracker_unittest.c c',
533 'browser/renderer_host/input/stylus_text_selector_unittest.cc', 536 'browser/renderer_host/input/stylus_text_selector_unittest.cc',
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
632 'common/android/address_parser_unittest.cc', 635 'common/android/address_parser_unittest.cc',
633 'common/android/gin_java_bridge_value_unittest.cc', 636 'common/android/gin_java_bridge_value_unittest.cc',
634 'common/cc_messages_unittest.cc', 637 'common/cc_messages_unittest.cc',
635 'common/common_param_traits_unittest.cc', 638 'common/common_param_traits_unittest.cc',
636 'common/cross_site_document_classifier_unittest.cc', 639 'common/cross_site_document_classifier_unittest.cc',
637 'common/cursors/webcursor_unittest.cc', 640 'common/cursors/webcursor_unittest.cc',
638 'common/database_connections_unittest.cc', 641 'common/database_connections_unittest.cc',
639 'common/database_identifier_unittest.cc', 642 'common/database_identifier_unittest.cc',
640 'common/discardable_shared_memory_heap_unittest.cc', 643 'common/discardable_shared_memory_heap_unittest.cc',
641 'common/dom_storage/dom_storage_map_unittest.cc', 644 'common/dom_storage/dom_storage_map_unittest.cc',
642 'common/dwrite_font_platform_win_unittest.cc', 645 'common/dwrite_font_proxy_win_unittest.cc',
643 'common/fileapi/file_system_util_unittest.cc', 646 'common/fileapi/file_system_util_unittest.cc',
644 'common/font_warmup_win_unittest.cc',
645 'common/gpu/client/gpu_memory_buffer_impl_shared_memory_unittest.cc', 647 'common/gpu/client/gpu_memory_buffer_impl_shared_memory_unittest.cc',
646 'common/gpu/gpu_channel_test_common.cc', 648 'common/gpu/gpu_channel_test_common.cc',
647 'common/gpu/gpu_channel_test_common.h', 649 'common/gpu/gpu_channel_test_common.h',
648 'common/gpu/gpu_channel_unittest.cc', 650 'common/gpu/gpu_channel_unittest.cc',
649 'common/gpu/gpu_channel_manager_unittest.cc', 651 'common/gpu/gpu_channel_manager_unittest.cc',
650 'common/gpu/gpu_memory_manager_unittest.cc', 652 'common/gpu/gpu_memory_manager_unittest.cc',
651 'common/host_discardable_shared_memory_manager_unittest.cc', 653 'common/host_discardable_shared_memory_manager_unittest.cc',
652 'common/host_shared_bitmap_manager_unittest.cc', 654 'common/host_shared_bitmap_manager_unittest.cc',
653 'common/indexed_db/indexed_db_key_unittest.cc', 655 'common/indexed_db/indexed_db_key_unittest.cc',
654 'common/input/gesture_event_stream_validator_unittest.cc', 656 'common/input/gesture_event_stream_validator_unittest.cc',
(...skipping 1543 matching lines...) Expand 10 before | Expand all | Expand 10 after
2198 'content_unittests_apk.isolate', 2200 'content_unittests_apk.isolate',
2199 ], 2201 ],
2200 }, 2202 },
2201 ], 2203 ],
2202 }, 2204 },
2203 ], 2205 ],
2204 ], 2206 ],
2205 }], 2207 }],
2206 ], 2208 ],
2207 } 2209 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698