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

Side by Side Diff: content/content_tests.gypi

Issue 1514183002: Revert "Create direct write font proxy classes and unit tests." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « content/content_common.gypi ('k') | content/test/dwrite_font_fake_sender_win.h » ('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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 'test/appcache_test_helper.cc', 109 'test/appcache_test_helper.cc',
110 'test/appcache_test_helper.h', 110 'test/appcache_test_helper.h',
111 'test/blink_test_environment.cc', 111 'test/blink_test_environment.cc',
112 'test/blink_test_environment.h', 112 'test/blink_test_environment.h',
113 'test/browser_side_navigation_test_utils.cc', 113 'test/browser_side_navigation_test_utils.cc',
114 'test/browser_side_navigation_test_utils.h', 114 'test/browser_side_navigation_test_utils.h',
115 'test/content_browser_sanity_checker.cc', 115 'test/content_browser_sanity_checker.cc',
116 'test/content_browser_sanity_checker.h', 116 'test/content_browser_sanity_checker.h',
117 'test/content_test_suite.cc', 117 'test/content_test_suite.cc',
118 'test/content_test_suite.h', 118 'test/content_test_suite.h',
119 'test/dwrite_font_fake_sender_win.h',
120 'test/dwrite_font_fake_sender_win.cc',
121 'test/fake_compositor_dependencies.cc', 119 'test/fake_compositor_dependencies.cc',
122 'test/fake_compositor_dependencies.h', 120 'test/fake_compositor_dependencies.h',
123 'test/fake_plugin_service.cc', 121 'test/fake_plugin_service.cc',
124 'test/fake_plugin_service.h', 122 'test/fake_plugin_service.h',
125 'test/fake_renderer_scheduler.cc', 123 'test/fake_renderer_scheduler.cc',
126 'test/fake_renderer_scheduler.h', 124 'test/fake_renderer_scheduler.h',
127 'test/gpu_memory_buffer_factory_test_template.h', 125 'test/gpu_memory_buffer_factory_test_template.h',
128 'test/mock_google_streaming_server.cc', 126 'test/mock_google_streaming_server.cc',
129 'test/mock_google_streaming_server.h', 127 'test/mock_google_streaming_server.h',
130 'test/mock_keyboard.cc', 128 'test/mock_keyboard.cc',
(...skipping 397 matching lines...) Expand 10 before | Expand all | Expand 10 after
528 'browser/quota/mock_quota_manager_unittest.cc', 526 'browser/quota/mock_quota_manager_unittest.cc',
529 'browser/quota/quota_backend_impl_unittest.cc', 527 'browser/quota/quota_backend_impl_unittest.cc',
530 'browser/quota/quota_database_unittest.cc', 528 'browser/quota/quota_database_unittest.cc',
531 'browser/quota/quota_manager_unittest.cc', 529 'browser/quota/quota_manager_unittest.cc',
532 'browser/quota/quota_reservation_manager_unittest.cc', 530 'browser/quota/quota_reservation_manager_unittest.cc',
533 'browser/quota/quota_temporary_storage_evictor_unittest.cc', 531 'browser/quota/quota_temporary_storage_evictor_unittest.cc',
534 'browser/quota/storage_monitor_unittest.cc', 532 'browser/quota/storage_monitor_unittest.cc',
535 'browser/quota/usage_tracker_unittest.cc', 533 'browser/quota/usage_tracker_unittest.cc',
536 'browser/renderer_host/begin_frame_observer_proxy_unittest.cc', 534 'browser/renderer_host/begin_frame_observer_proxy_unittest.cc',
537 'browser/renderer_host/clipboard_message_filter_unittest.cc', 535 'browser/renderer_host/clipboard_message_filter_unittest.cc',
538 'browser/renderer_host/dwrite_font_proxy_message_filter_win_unittest.cc',
539 'browser/renderer_host/event_with_latency_info_unittest.cc', 536 'browser/renderer_host/event_with_latency_info_unittest.cc',
540 'browser/renderer_host/input/gesture_event_queue_unittest.cc', 537 'browser/renderer_host/input/gesture_event_queue_unittest.cc',
541 'browser/renderer_host/input/input_router_impl_unittest.cc', 538 'browser/renderer_host/input/input_router_impl_unittest.cc',
542 'browser/renderer_host/input/mock_input_ack_handler.cc', 539 'browser/renderer_host/input/mock_input_ack_handler.cc',
543 'browser/renderer_host/input/mock_input_ack_handler.h', 540 'browser/renderer_host/input/mock_input_ack_handler.h',
544 'browser/renderer_host/input/mock_input_router_client.cc', 541 'browser/renderer_host/input/mock_input_router_client.cc',
545 'browser/renderer_host/input/mock_input_router_client.h', 542 'browser/renderer_host/input/mock_input_router_client.h',
546 'browser/renderer_host/input/motion_event_web_unittest.cc', 543 'browser/renderer_host/input/motion_event_web_unittest.cc',
547 'browser/renderer_host/input/mouse_wheel_rails_filter_unittest_mac.cc', 544 'browser/renderer_host/input/mouse_wheel_rails_filter_unittest_mac.cc',
548 'browser/renderer_host/input/render_widget_host_latency_tracker_unittest.c c', 545 'browser/renderer_host/input/render_widget_host_latency_tracker_unittest.c c',
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
620 'browser/web_contents/web_contents_view_mac_unittest.mm', 617 'browser/web_contents/web_contents_view_mac_unittest.mm',
621 'browser/web_contents/web_drag_dest_mac_unittest.mm', 618 'browser/web_contents/web_drag_dest_mac_unittest.mm',
622 'browser/web_contents/web_drag_source_mac_unittest.mm', 619 'browser/web_contents/web_drag_source_mac_unittest.mm',
623 'browser/webui/url_data_manager_backend_unittest.cc', 620 'browser/webui/url_data_manager_backend_unittest.cc',
624 'browser/webui/web_ui_data_source_unittest.cc', 621 'browser/webui/web_ui_data_source_unittest.cc',
625 'browser/webui/web_ui_message_handler_unittest.cc', 622 'browser/webui/web_ui_message_handler_unittest.cc',
626 'child/background_sync/background_sync_type_converters_unittest.cc', 623 'child/background_sync/background_sync_type_converters_unittest.cc',
627 'child/blink_platform_impl_unittest.cc', 624 'child/blink_platform_impl_unittest.cc',
628 'child/blob_storage/blob_consolidation_unittest.cc', 625 'child/blob_storage/blob_consolidation_unittest.cc',
629 'child/blob_storage/blob_transport_controller_unittest.cc', 626 'child/blob_storage/blob_transport_controller_unittest.cc',
630 'child/dwrite_font_proxy/dwrite_font_proxy_win_unittest.cc',
631 'child/fileapi/webfilewriter_base_unittest.cc', 627 'child/fileapi/webfilewriter_base_unittest.cc',
632 'child/indexed_db/indexed_db_dispatcher_unittest.cc', 628 'child/indexed_db/indexed_db_dispatcher_unittest.cc',
633 'child/indexed_db/mock_webidbcallbacks.cc', 629 'child/indexed_db/mock_webidbcallbacks.cc',
634 'child/indexed_db/mock_webidbcallbacks.h', 630 'child/indexed_db/mock_webidbcallbacks.h',
635 'child/indexed_db/webidbcursor_impl_unittest.cc', 631 'child/indexed_db/webidbcursor_impl_unittest.cc',
636 'child/multipart_response_delegate_unittest.cc', 632 'child/multipart_response_delegate_unittest.cc',
637 'child/notifications/notification_data_conversions_unittest.cc', 633 'child/notifications/notification_data_conversions_unittest.cc',
638 'child/power_monitor_broadcast_source_unittest.cc', 634 'child/power_monitor_broadcast_source_unittest.cc',
639 'child/resource_dispatcher_unittest.cc', 635 'child/resource_dispatcher_unittest.cc',
640 'child/service_worker/service_worker_dispatcher_unittest.cc', 636 'child/service_worker/service_worker_dispatcher_unittest.cc',
(...skipping 1564 matching lines...) Expand 10 before | Expand all | Expand 10 after
2205 'content_unittests_apk.isolate', 2201 'content_unittests_apk.isolate',
2206 ], 2202 ],
2207 }, 2203 },
2208 ], 2204 ],
2209 }, 2205 },
2210 ], 2206 ],
2211 ], 2207 ],
2212 }], 2208 }],
2213 ], 2209 ],
2214 } 2210 }
OLDNEW
« no previous file with comments | « content/content_common.gypi ('k') | content/test/dwrite_font_fake_sender_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698