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

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: More codereview fixes. Jumped the gun on previous patchset. 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
« no previous file with comments | « content/content_common.gypi ('k') | content/ppapi_plugin/ppapi_plugin_main.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/motion_event_web_unittest.cc', 534 'browser/renderer_host/input/motion_event_web_unittest.cc',
532 'browser/renderer_host/input/mouse_wheel_rails_filter_unittest_mac.cc', 535 'browser/renderer_host/input/mouse_wheel_rails_filter_unittest_mac.cc',
533 'browser/renderer_host/input/render_widget_host_latency_tracker_unittest.c c', 536 'browser/renderer_host/input/render_widget_host_latency_tracker_unittest.c c',
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
605 'browser/web_contents/web_contents_view_mac_unittest.mm', 608 'browser/web_contents/web_contents_view_mac_unittest.mm',
606 'browser/web_contents/web_drag_dest_mac_unittest.mm', 609 'browser/web_contents/web_drag_dest_mac_unittest.mm',
607 'browser/web_contents/web_drag_source_mac_unittest.mm', 610 'browser/web_contents/web_drag_source_mac_unittest.mm',
608 'browser/webui/url_data_manager_backend_unittest.cc', 611 'browser/webui/url_data_manager_backend_unittest.cc',
609 'browser/webui/web_ui_data_source_unittest.cc', 612 'browser/webui/web_ui_data_source_unittest.cc',
610 'browser/webui/web_ui_message_handler_unittest.cc', 613 'browser/webui/web_ui_message_handler_unittest.cc',
611 'child/background_sync/background_sync_type_converters_unittest.cc', 614 'child/background_sync/background_sync_type_converters_unittest.cc',
612 'child/blink_platform_impl_unittest.cc', 615 'child/blink_platform_impl_unittest.cc',
613 'child/blob_storage/blob_consolidation_unittest.cc', 616 'child/blob_storage/blob_consolidation_unittest.cc',
614 'child/blob_storage/blob_transport_controller_unittest.cc', 617 'child/blob_storage/blob_transport_controller_unittest.cc',
618 'child/dwrite_font_proxy/dwrite_font_proxy_win_unittest.cc',
615 'child/fileapi/webfilewriter_base_unittest.cc', 619 'child/fileapi/webfilewriter_base_unittest.cc',
616 'child/indexed_db/indexed_db_dispatcher_unittest.cc', 620 'child/indexed_db/indexed_db_dispatcher_unittest.cc',
617 'child/indexed_db/mock_webidbcallbacks.cc', 621 'child/indexed_db/mock_webidbcallbacks.cc',
618 'child/indexed_db/mock_webidbcallbacks.h', 622 'child/indexed_db/mock_webidbcallbacks.h',
619 'child/indexed_db/webidbcursor_impl_unittest.cc', 623 'child/indexed_db/webidbcursor_impl_unittest.cc',
620 'child/multipart_response_delegate_unittest.cc', 624 'child/multipart_response_delegate_unittest.cc',
621 'child/notifications/notification_data_conversions_unittest.cc', 625 'child/notifications/notification_data_conversions_unittest.cc',
622 'child/power_monitor_broadcast_source_unittest.cc', 626 'child/power_monitor_broadcast_source_unittest.cc',
623 'child/resource_dispatcher_unittest.cc', 627 'child/resource_dispatcher_unittest.cc',
624 'child/service_worker/service_worker_dispatcher_unittest.cc', 628 'child/service_worker/service_worker_dispatcher_unittest.cc',
625 'child/shared_memory_data_consumer_handle_unittest.cc', 629 'child/shared_memory_data_consumer_handle_unittest.cc',
626 'child/shared_memory_received_data_factory_unittest.cc', 630 'child/shared_memory_received_data_factory_unittest.cc',
627 'child/simple_webmimeregistry_impl_unittest.cc', 631 'child/simple_webmimeregistry_impl_unittest.cc',
628 'child/site_isolation_stats_gatherer_unittest.cc', 632 'child/site_isolation_stats_gatherer_unittest.cc',
629 'child/v8_value_converter_impl_unittest.cc', 633 'child/v8_value_converter_impl_unittest.cc',
630 'child/web_data_consumer_handle_impl_unittest.cc', 634 'child/web_data_consumer_handle_impl_unittest.cc',
631 'child/web_process_memory_dump_impl_unittest.cc', 635 'child/web_process_memory_dump_impl_unittest.cc',
632 'child/web_url_loader_impl_unittest.cc', 636 'child/web_url_loader_impl_unittest.cc',
633 'child/worker_task_runner_unittest.cc', 637 'child/worker_task_runner_unittest.cc',
634 'common/android/address_parser_unittest.cc', 638 'common/android/address_parser_unittest.cc',
635 'common/android/gin_java_bridge_value_unittest.cc', 639 'common/android/gin_java_bridge_value_unittest.cc',
636 'common/cc_messages_unittest.cc', 640 'common/cc_messages_unittest.cc',
637 'common/common_param_traits_unittest.cc', 641 'common/common_param_traits_unittest.cc',
638 'common/cross_site_document_classifier_unittest.cc', 642 'common/cross_site_document_classifier_unittest.cc',
639 'common/cursors/webcursor_unittest.cc', 643 'common/cursors/webcursor_unittest.cc',
640 'common/database_connections_unittest.cc', 644 'common/database_connections_unittest.cc',
641 'common/database_identifier_unittest.cc', 645 'common/database_identifier_unittest.cc',
642 'common/discardable_shared_memory_heap_unittest.cc', 646 'common/discardable_shared_memory_heap_unittest.cc',
643 'common/dom_storage/dom_storage_map_unittest.cc', 647 'common/dom_storage/dom_storage_map_unittest.cc',
644 'common/dwrite_font_platform_win_unittest.cc',
645 'common/fileapi/file_system_util_unittest.cc', 648 'common/fileapi/file_system_util_unittest.cc',
646 'common/font_warmup_win_unittest.cc',
647 'common/gpu/client/gpu_memory_buffer_impl_shared_memory_unittest.cc', 649 'common/gpu/client/gpu_memory_buffer_impl_shared_memory_unittest.cc',
648 'common/gpu/gpu_channel_test_common.cc', 650 'common/gpu/gpu_channel_test_common.cc',
649 'common/gpu/gpu_channel_test_common.h', 651 'common/gpu/gpu_channel_test_common.h',
650 'common/gpu/gpu_channel_unittest.cc', 652 'common/gpu/gpu_channel_unittest.cc',
651 'common/gpu/gpu_channel_manager_unittest.cc', 653 'common/gpu/gpu_channel_manager_unittest.cc',
652 'common/gpu/gpu_memory_manager_unittest.cc', 654 'common/gpu/gpu_memory_manager_unittest.cc',
653 'common/host_discardable_shared_memory_manager_unittest.cc', 655 'common/host_discardable_shared_memory_manager_unittest.cc',
654 'common/host_shared_bitmap_manager_unittest.cc', 656 'common/host_shared_bitmap_manager_unittest.cc',
655 'common/indexed_db/indexed_db_key_unittest.cc', 657 'common/indexed_db/indexed_db_key_unittest.cc',
656 'common/input/gesture_event_stream_validator_unittest.cc', 658 'common/input/gesture_event_stream_validator_unittest.cc',
(...skipping 1543 matching lines...) Expand 10 before | Expand all | Expand 10 after
2200 'content_unittests_apk.isolate', 2202 'content_unittests_apk.isolate',
2201 ], 2203 ],
2202 }, 2204 },
2203 ], 2205 ],
2204 }, 2206 },
2205 ], 2207 ],
2206 ], 2208 ],
2207 }], 2209 }],
2208 ], 2210 ],
2209 } 2211 }
OLDNEW
« no previous file with comments | « content/content_common.gypi ('k') | content/ppapi_plugin/ppapi_plugin_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698