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

Side by Side Diff: content/content_tests.gypi

Issue 186973003: Add browser tests for canPlayType() results (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixing trybot failed tests: wav, webm, mp3 Created 6 years, 9 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/browser/media/media_canplaytype_browsertest.cc ('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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'test_support_content', 8 'target_name': 'test_support_content',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 979 matching lines...) Expand 10 before | Expand all | Expand 10 after
990 'browser/fileapi/file_system_browsertest.cc', 990 'browser/fileapi/file_system_browsertest.cc',
991 'browser/frame_host/frame_tree_browsertest.cc', 991 'browser/frame_host/frame_tree_browsertest.cc',
992 'browser/frame_host/render_frame_host_manager_browsertest.cc', 992 'browser/frame_host/render_frame_host_manager_browsertest.cc',
993 'browser/gpu/compositor_util_browsertest.cc', 993 'browser/gpu/compositor_util_browsertest.cc',
994 'browser/gpu/gpu_ipc_browsertests.cc', 994 'browser/gpu/gpu_ipc_browsertests.cc',
995 'browser/indexed_db/indexed_db_browsertest.cc', 995 'browser/indexed_db/indexed_db_browsertest.cc',
996 'browser/loader/resource_dispatcher_host_browsertest.cc', 996 'browser/loader/resource_dispatcher_host_browsertest.cc',
997 'browser/media/encrypted_media_browsertest.cc', 997 'browser/media/encrypted_media_browsertest.cc',
998 'browser/media/media_browsertest.cc', 998 'browser/media/media_browsertest.cc',
999 'browser/media/media_browsertest.h', 999 'browser/media/media_browsertest.h',
1000 'browser/media/media_canplaytype_browsertest.cc',
1000 'browser/media/media_source_browsertest.cc', 1001 'browser/media/media_source_browsertest.cc',
1001 'browser/media/webrtc_internals_browsertest.cc', 1002 'browser/media/webrtc_internals_browsertest.cc',
1002 'browser/plugin_data_remover_impl_browsertest.cc', 1003 'browser/plugin_data_remover_impl_browsertest.cc',
1003 'browser/plugin_browsertest.cc', 1004 'browser/plugin_browsertest.cc',
1004 'browser/plugin_service_impl_browsertest.cc', 1005 'browser/plugin_service_impl_browsertest.cc',
1005 'browser/renderer_host/input/touch_action_browsertest.cc', 1006 'browser/renderer_host/input/touch_action_browsertest.cc',
1006 'browser/renderer_host/input/touch_input_browsertest.cc', 1007 'browser/renderer_host/input/touch_input_browsertest.cc',
1007 'browser/renderer_host/render_process_host_browsertest.cc', 1008 'browser/renderer_host/render_process_host_browsertest.cc',
1008 'browser/renderer_host/render_view_host_browsertest.cc', 1009 'browser/renderer_host/render_view_host_browsertest.cc',
1009 'browser/renderer_host/render_widget_host_browsertest.cc', 1010 'browser/renderer_host/render_widget_host_browsertest.cc',
(...skipping 704 matching lines...) Expand 10 before | Expand all | Expand 10 after
1714 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1715 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1715 }, 1716 },
1716 ], 1717 ],
1717 }], 1718 }],
1718 ], 1719 ],
1719 }, 1720 },
1720 ], 1721 ],
1721 }], 1722 }],
1722 ], 1723 ],
1723 } 1724 }
OLDNEW
« no previous file with comments | « content/browser/media/media_canplaytype_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698