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

Side by Side Diff: content/content_tests.gypi

Issue 131203005: Split WebRTC browser tests in getusermedia and peerconnection tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 11 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
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 1102 matching lines...) Expand 10 before | Expand all | Expand 10 after
1113 # npapi test plugin doesn't build on android or ios 1113 # npapi test plugin doesn't build on android or ios
1114 'dependencies': [ 1114 'dependencies': [
1115 # Runtime dependencies 1115 # Runtime dependencies
1116 'copy_npapi_test_plugin', 1116 'copy_npapi_test_plugin',
1117 ], 1117 ],
1118 }], 1118 }],
1119 ['enable_webrtc==1', { 1119 ['enable_webrtc==1', {
1120 'sources': [ 1120 'sources': [
1121 'browser/media/webrtc_aecdump_browsertest.cc', 1121 'browser/media/webrtc_aecdump_browsertest.cc',
1122 'browser/media/webrtc_browsertest.cc', 1122 'browser/media/webrtc_browsertest.cc',
1123 'browser/media/webrtc_content_browsertest_base.cc',
1124 'browser/media/webrtc_content_browsertest_base.h',
1125 'browser/media/webrtc_getusermedia_browsertest.cc',
1123 ], 1126 ],
1124 'dependencies': [ 1127 'dependencies': [
1125 '../testing/perf/perf_test.gyp:perf_test', 1128 '../testing/perf/perf_test.gyp:perf_test',
1126 ], 1129 ],
1127 }], 1130 }],
1128 ['enable_plugins==0', { 1131 ['enable_plugins==0', {
1129 'sources/': [ 1132 'sources/': [
1130 ['exclude', '^renderer/pepper/'], 1133 ['exclude', '^renderer/pepper/'],
1131 ], 1134 ],
1132 'sources!': [ 1135 'sources!': [
(...skipping 488 matching lines...) Expand 10 before | Expand all | Expand 10 after
1621 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1624 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1622 }, 1625 },
1623 ], 1626 ],
1624 }], 1627 }],
1625 ], 1628 ],
1626 }, 1629 },
1627 ], 1630 ],
1628 }], 1631 }],
1629 ], 1632 ],
1630 } 1633 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698