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

Side by Side Diff: content/content_tests.gypi

Issue 1327673002: Added GDI font emulation support for Flash. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@warmup_direct_write
Patch Set: More fixes for review. Created 5 years, 3 months 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/common/font_warmup_win_unittest.cc ('k') | content/ppapi_plugin/ppapi_thread.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 608 matching lines...) Expand 10 before | Expand all | Expand 10 after
619 'common/cc_messages_unittest.cc', 619 'common/cc_messages_unittest.cc',
620 'common/common_param_traits_unittest.cc', 620 'common/common_param_traits_unittest.cc',
621 'common/cross_site_document_classifier_unittest.cc', 621 'common/cross_site_document_classifier_unittest.cc',
622 'common/cursors/webcursor_unittest.cc', 622 'common/cursors/webcursor_unittest.cc',
623 'common/database_connections_unittest.cc', 623 'common/database_connections_unittest.cc',
624 'common/database_identifier_unittest.cc', 624 'common/database_identifier_unittest.cc',
625 'common/discardable_shared_memory_heap_unittest.cc', 625 'common/discardable_shared_memory_heap_unittest.cc',
626 'common/dom_storage/dom_storage_map_unittest.cc', 626 'common/dom_storage/dom_storage_map_unittest.cc',
627 'common/dwrite_font_platform_win_unittest.cc', 627 'common/dwrite_font_platform_win_unittest.cc',
628 'common/fileapi/file_system_util_unittest.cc', 628 'common/fileapi/file_system_util_unittest.cc',
629 'common/font_warmup_win_unittest.cc',
629 'common/gpu/client/gpu_memory_buffer_impl_unittest.cc', 630 'common/gpu/client/gpu_memory_buffer_impl_unittest.cc',
630 'common/gpu/gpu_channel_test_common.cc', 631 'common/gpu/gpu_channel_test_common.cc',
631 'common/gpu/gpu_channel_test_common.h', 632 'common/gpu/gpu_channel_test_common.h',
632 'common/gpu/gpu_channel_unittest.cc', 633 'common/gpu/gpu_channel_unittest.cc',
633 'common/gpu/gpu_channel_manager_unittest.cc', 634 'common/gpu/gpu_channel_manager_unittest.cc',
634 'common/gpu/gpu_memory_buffer_factory_unittest.cc', 635 'common/gpu/gpu_memory_buffer_factory_unittest.cc',
635 'common/gpu/gpu_memory_manager_unittest.cc', 636 'common/gpu/gpu_memory_manager_unittest.cc',
636 'common/host_discardable_shared_memory_manager_unittest.cc', 637 'common/host_discardable_shared_memory_manager_unittest.cc',
637 'common/host_shared_bitmap_manager_unittest.cc', 638 'common/host_shared_bitmap_manager_unittest.cc',
638 'common/indexed_db/indexed_db_key_unittest.cc', 639 'common/indexed_db/indexed_db_key_unittest.cc',
(...skipping 1502 matching lines...) Expand 10 before | Expand all | Expand 10 after
2141 ], 2142 ],
2142 }, 2143 },
2143 'includes': [ 2144 'includes': [
2144 '../build/host_jar.gypi', 2145 '../build/host_jar.gypi',
2145 ], 2146 ],
2146 }, 2147 },
2147 ], 2148 ],
2148 }], 2149 }],
2149 ], 2150 ],
2150 } 2151 }
OLDNEW
« no previous file with comments | « content/common/font_warmup_win_unittest.cc ('k') | content/ppapi_plugin/ppapi_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698