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

Side by Side Diff: content/content_tests.gypi

Issue 10984040: Enable gpu crash tests in content (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: expose the symbol of kSkipGpuDataLoading to avoid compile errors Created 8 years, 1 month 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/gpu/gpu_crash_browsertest.cc ('k') | content/public/common/content_switches.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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 650 matching lines...) Expand 10 before | Expand all | Expand 10 after
661 'browser/database_browsertest.cc', 661 'browser/database_browsertest.cc',
662 'browser/device_orientation/device_orientation_browsertest.cc', 662 'browser/device_orientation/device_orientation_browsertest.cc',
663 'browser/dom_storage/dom_storage_browsertest.cc', 663 'browser/dom_storage/dom_storage_browsertest.cc',
664 'browser/download/download_browsertest.cc', 664 'browser/download/download_browsertest.cc',
665 'browser/download/drag_download_file_browsertest.cc', 665 'browser/download/drag_download_file_browsertest.cc',
666 'browser/download/mhtml_generation_browsertest.cc', 666 'browser/download/mhtml_generation_browsertest.cc',
667 'browser/download/save_package_browsertest.cc', 667 'browser/download/save_package_browsertest.cc',
668 'browser/encrypted_media_browsertest.cc', 668 'browser/encrypted_media_browsertest.cc',
669 'browser/fileapi/blob_layout_browsertest.cc', 669 'browser/fileapi/blob_layout_browsertest.cc',
670 'browser/fileapi/file_system_browsertest.cc', 670 'browser/fileapi/file_system_browsertest.cc',
671 'browser/gpu/gpu_crash_browsertest.cc',
671 'browser/gpu/webgl_conformance_tests.cc', 672 'browser/gpu/webgl_conformance_tests.cc',
672 'browser/gpu/webgl_conformance_test_list_autogen.h', 673 'browser/gpu/webgl_conformance_test_list_autogen.h',
673 'browser/in_process_webkit/indexed_db_browsertest.cc', 674 'browser/in_process_webkit/indexed_db_browsertest.cc',
674 'browser/in_process_webkit/indexed_db_layout_browsertest.cc', 675 'browser/in_process_webkit/indexed_db_layout_browsertest.cc',
675 'browser/media_browsertest.cc', 676 'browser/media_browsertest.cc',
676 'browser/plugin_data_remover_impl_browsertest.cc', 677 'browser/plugin_data_remover_impl_browsertest.cc',
677 'browser/plugin_browsertest.cc', 678 'browser/plugin_browsertest.cc',
678 'browser/plugin_service_impl_browsertest.cc', 679 'browser/plugin_service_impl_browsertest.cc',
679 'browser/renderer_host/render_view_host_browsertest.cc', 680 'browser/renderer_host/render_view_host_browsertest.cc',
680 'browser/renderer_host/render_view_host_manager_browsertest.cc', 681 'browser/renderer_host/render_view_host_manager_browsertest.cc',
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
923 'java_in_dir': '../content/shell/android/javatests', 924 'java_in_dir': '../content/shell/android/javatests',
924 'resource_dir': '../res', 925 'resource_dir': '../res',
925 'additional_src_dirs': ['../content/public/android/javatests/'], 926 'additional_src_dirs': ['../content/public/android/javatests/'],
926 }, 927 },
927 'includes': [ '../build/java_apk.gypi' ], 928 'includes': [ '../build/java_apk.gypi' ],
928 }, 929 },
929 ], 930 ],
930 }], 931 }],
931 ], 932 ],
932 } 933 }
OLDNEW
« no previous file with comments | « content/browser/gpu/gpu_crash_browsertest.cc ('k') | content/public/common/content_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698