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

Side by Side Diff: content/content_tests.gypi

Issue 16413005: Stop running media layout tests as browser tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 7 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « content/browser/media/media_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 'defines!': ['CONTENT_IMPLEMENTATION'], 10 'defines!': ['CONTENT_IMPLEMENTATION'],
(...skipping 761 matching lines...) Expand 10 before | Expand all | Expand 10 after
772 'browser/fileapi/file_system_browsertest.cc', 772 'browser/fileapi/file_system_browsertest.cc',
773 'browser/gpu/gpu_crash_browsertest.cc', 773 'browser/gpu/gpu_crash_browsertest.cc',
774 'browser/gpu/gpu_functional_browsertest.cc', 774 'browser/gpu/gpu_functional_browsertest.cc',
775 'browser/gpu/gpu_memory_test.cc', 775 'browser/gpu/gpu_memory_test.cc',
776 'browser/gpu/gpu_pixel_browsertest.cc', 776 'browser/gpu/gpu_pixel_browsertest.cc',
777 'browser/gpu/webgl_conformance_test.cc', 777 'browser/gpu/webgl_conformance_test.cc',
778 'browser/gpu/webgl_conformance_test_list_autogen.h', 778 'browser/gpu/webgl_conformance_test_list_autogen.h',
779 'browser/in_process_webkit/indexed_db_browsertest.cc', 779 'browser/in_process_webkit/indexed_db_browsertest.cc',
780 'browser/indexed_db/indexed_db_layout_browsertest.cc', 780 'browser/indexed_db/indexed_db_layout_browsertest.cc',
781 'browser/loader/resource_dispatcher_host_browsertest.cc', 781 'browser/loader/resource_dispatcher_host_browsertest.cc',
782 'browser/media/audio_browsertest.cc',
783 'browser/media/encrypted_media_browsertest.cc', 782 'browser/media/encrypted_media_browsertest.cc',
784 'browser/media/media_browsertest.cc', 783 'browser/media/media_browsertest.cc',
785 'browser/media/media_browsertest.h', 784 'browser/media/media_browsertest.h',
786 'browser/media/media_source_browsertest.cc', 785 'browser/media/media_source_browsertest.cc',
787 'browser/media/webrtc_internals_browsertest.cc', 786 'browser/media/webrtc_internals_browsertest.cc',
788 'browser/plugin_data_remover_impl_browsertest.cc', 787 'browser/plugin_data_remover_impl_browsertest.cc',
789 'browser/plugin_browsertest.cc', 788 'browser/plugin_browsertest.cc',
790 'browser/plugin_service_impl_browsertest.cc', 789 'browser/plugin_service_impl_browsertest.cc',
791 'browser/renderer_host/render_view_host_browsertest.cc', 790 'browser/renderer_host/render_view_host_browsertest.cc',
792 'browser/renderer_host/render_view_host_manager_browsertest.cc', 791 'browser/renderer_host/render_view_host_manager_browsertest.cc',
(...skipping 386 matching lines...) Expand 10 before | Expand all | Expand 10 after
1179 'resource_dir': 'shell/android/shell_apk/res', 1178 'resource_dir': 'shell/android/shell_apk/res',
1180 'additional_src_dirs': ['public/android/javatests/',], 1179 'additional_src_dirs': ['public/android/javatests/',],
1181 'is_test_apk': 1, 1180 'is_test_apk': 1,
1182 }, 1181 },
1183 'includes': [ '../build/java_apk.gypi' ], 1182 'includes': [ '../build/java_apk.gypi' ],
1184 }, 1183 },
1185 ], 1184 ],
1186 }], 1185 }],
1187 ], 1186 ],
1188 } 1187 }
OLDNEW
« no previous file with comments | « content/browser/media/media_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698