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

Side by Side Diff: content/content_tests.gypi

Issue 663793003: Relanding WebRTC real webcam browsertest for Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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
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 'variables': { 6 'variables': {
7 'layouttest_support_content_sources': [ 7 'layouttest_support_content_sources': [
8 'public/test/layouttest_support.h', 8 'public/test/layouttest_support.h',
9 'public/test/nested_message_pump_android.cc', 9 'public/test/nested_message_pump_android.cc',
10 'public/test/nested_message_pump_android.h', 10 'public/test/nested_message_pump_android.h',
(...skipping 1336 matching lines...) Expand 10 before | Expand all | Expand 10 after
1347 # Runtime dependencies 1347 # Runtime dependencies
1348 'copy_npapi_test_plugin', 1348 'copy_npapi_test_plugin',
1349 ], 1349 ],
1350 }], 1350 }],
1351 ['enable_webrtc==1', { 1351 ['enable_webrtc==1', {
1352 'sources': [ 1352 'sources': [
1353 'browser/media/webrtc_aecdump_browsertest.cc', 1353 'browser/media/webrtc_aecdump_browsertest.cc',
1354 'browser/media/webrtc_browsertest.cc', 1354 'browser/media/webrtc_browsertest.cc',
1355 'browser/media/webrtc_getusermedia_browsertest.cc', 1355 'browser/media/webrtc_getusermedia_browsertest.cc',
1356 'browser/media/webrtc_internals_browsertest.cc', 1356 'browser/media/webrtc_internals_browsertest.cc',
1357 'browser/media/webrtc_webcam_browsertest.cc',
1357 'test/webrtc_content_browsertest_base.cc', 1358 'test/webrtc_content_browsertest_base.cc',
1358 'test/webrtc_content_browsertest_base.h', 1359 'test/webrtc_content_browsertest_base.h',
1359 ], 1360 ],
1360 'dependencies': [ 1361 'dependencies': [
1361 '../testing/perf/perf_test.gyp:perf_test', 1362 '../testing/perf/perf_test.gyp:perf_test',
1362 ], 1363 ],
1363 }], 1364 }],
1364 ['enable_plugins==0', { 1365 ['enable_plugins==0', {
1365 'sources/': [ 1366 'sources/': [
1366 ['exclude', '^renderer/pepper/'], 1367 ['exclude', '^renderer/pepper/'],
(...skipping 561 matching lines...) Expand 10 before | Expand all | Expand 10 after
1928 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1929 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1929 }, 1930 },
1930 ], 1931 ],
1931 }], 1932 }],
1932 ], 1933 ],
1933 }, 1934 },
1934 ], 1935 ],
1935 }], 1936 }],
1936 ], 1937 ],
1937 } 1938 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698