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

Side by Side Diff: content/content_tests.gypi

Issue 825863002: WIP: Add hardware jpeg decode on tegra platform Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Created 5 years, 12 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/content_common.gypi ('k') | no next file » | 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 702 matching lines...) Expand 10 before | Expand all | Expand 10 after
713 'common/cursors/webcursor_unittest.cc', 713 'common/cursors/webcursor_unittest.cc',
714 'common/database_connections_unittest.cc', 714 'common/database_connections_unittest.cc',
715 'common/database_identifier_unittest.cc', 715 'common/database_identifier_unittest.cc',
716 'common/dom_storage/dom_storage_map_unittest.cc', 716 'common/dom_storage/dom_storage_map_unittest.cc',
717 'common/dwrite_font_platform_win_unittest.cc', 717 'common/dwrite_font_platform_win_unittest.cc',
718 'common/fileapi/file_system_util_unittest.cc', 718 'common/fileapi/file_system_util_unittest.cc',
719 'common/gpu/client/gpu_memory_buffer_impl_unittest.cc', 719 'common/gpu/client/gpu_memory_buffer_impl_unittest.cc',
720 'common/gpu/gpu_channel_manager_unittest.cc', 720 'common/gpu/gpu_channel_manager_unittest.cc',
721 'common/gpu/gpu_memory_buffer_factory_unittest.cc', 721 'common/gpu/gpu_memory_buffer_factory_unittest.cc',
722 'common/gpu/gpu_memory_manager_unittest.cc', 722 'common/gpu/gpu_memory_manager_unittest.cc',
723 'common/gpu/media/jpeg_codec_unittest.cc',
723 'common/host_discardable_shared_memory_manager_unittest.cc', 724 'common/host_discardable_shared_memory_manager_unittest.cc',
724 'common/host_shared_bitmap_manager_unittest.cc', 725 'common/host_shared_bitmap_manager_unittest.cc',
725 'common/indexed_db/indexed_db_key_unittest.cc', 726 'common/indexed_db/indexed_db_key_unittest.cc',
726 'common/input/gesture_event_stream_validator_unittest.cc', 727 'common/input/gesture_event_stream_validator_unittest.cc',
727 'common/input/input_param_traits_unittest.cc', 728 'common/input/input_param_traits_unittest.cc',
728 'common/input/touch_event_stream_validator_unittest.cc', 729 'common/input/touch_event_stream_validator_unittest.cc',
729 'common/input/web_input_event_traits_unittest.cc', 730 'common/input/web_input_event_traits_unittest.cc',
730 'common/inter_process_time_ticks_converter_unittest.cc', 731 'common/inter_process_time_ticks_converter_unittest.cc',
731 'common/mac/attributed_string_coder_unittest.mm', 732 'common/mac/attributed_string_coder_unittest.mm',
732 'common/mac/font_descriptor_unittest.mm', 733 'common/mac/font_descriptor_unittest.mm',
(...skipping 1348 matching lines...) Expand 10 before | Expand all | Expand 10 after
2081 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 2082 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
2082 }, 2083 },
2083 ], 2084 ],
2084 }], 2085 }],
2085 ], 2086 ],
2086 }, 2087 },
2087 ], 2088 ],
2088 }], 2089 }],
2089 ], 2090 ],
2090 } 2091 }
OLDNEW
« no previous file with comments | « content/content_common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698