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

Side by Side Diff: content/content_tests.gypi

Issue 101063003: Add browser test for AEC dump. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 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 | 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 1100 matching lines...) Expand 10 before | Expand all | Expand 10 after
1111 }], 1111 }],
1112 ['OS!="android" and OS!="ios"', { 1112 ['OS!="android" and OS!="ios"', {
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_browsertest.cc', 1122 'browser/media/webrtc_browsertest.cc',
1122 ], 1123 ],
1123 'dependencies': [ 1124 'dependencies': [
1124 '../testing/perf/perf_test.gyp:perf_test', 1125 '../testing/perf/perf_test.gyp:perf_test',
1125 ], 1126 ],
1126 }], 1127 }],
1127 ['enable_plugins==0', { 1128 ['enable_plugins==0', {
1128 'sources/': [ 1129 'sources/': [
1129 ['exclude', '^renderer/pepper/'], 1130 ['exclude', '^renderer/pepper/'],
1130 ], 1131 ],
(...skipping 511 matching lines...) Expand 10 before | Expand all | Expand 10 after
1642 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1643 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1643 }, 1644 },
1644 ], 1645 ],
1645 }], 1646 }],
1646 ], 1647 ],
1647 }, 1648 },
1648 ], 1649 ],
1649 }], 1650 }],
1650 ], 1651 ],
1651 } 1652 }
OLDNEW
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | content/public/common/content_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698