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

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: Rebase Created 6 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
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 1352 matching lines...) Expand 10 before | Expand all | Expand 10 after
1363 # Runtime dependencies 1363 # Runtime dependencies
1364 'copy_npapi_test_plugin', 1364 'copy_npapi_test_plugin',
1365 ], 1365 ],
1366 }], 1366 }],
1367 ['enable_webrtc==1', { 1367 ['enable_webrtc==1', {
1368 'sources': [ 1368 'sources': [
1369 'browser/media/webrtc_aecdump_browsertest.cc', 1369 'browser/media/webrtc_aecdump_browsertest.cc',
1370 'browser/media/webrtc_browsertest.cc', 1370 'browser/media/webrtc_browsertest.cc',
1371 'browser/media/webrtc_getusermedia_browsertest.cc', 1371 'browser/media/webrtc_getusermedia_browsertest.cc',
1372 'browser/media/webrtc_internals_browsertest.cc', 1372 'browser/media/webrtc_internals_browsertest.cc',
1373 'browser/media/webrtc_webcam_browsertest.cc',
1373 'test/webrtc_content_browsertest_base.cc', 1374 'test/webrtc_content_browsertest_base.cc',
1374 'test/webrtc_content_browsertest_base.h', 1375 'test/webrtc_content_browsertest_base.h',
1375 ], 1376 ],
1376 'dependencies': [ 1377 'dependencies': [
1377 '../testing/perf/perf_test.gyp:perf_test', 1378 '../testing/perf/perf_test.gyp:perf_test',
1378 ], 1379 ],
1379 }], 1380 }],
1380 ['enable_plugins==0', { 1381 ['enable_plugins==0', {
1381 'sources/': [ 1382 'sources/': [
1382 ['exclude', '^renderer/pepper/'], 1383 ['exclude', '^renderer/pepper/'],
(...skipping 561 matching lines...) Expand 10 before | Expand all | Expand 10 after
1944 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1945 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1945 }, 1946 },
1946 ], 1947 ],
1947 }], 1948 }],
1948 ], 1949 ],
1949 }, 1950 },
1950 ], 1951 ],
1951 }], 1952 }],
1952 ], 1953 ],
1953 } 1954 }
OLDNEW
« no previous file with comments | « content/browser/media/webrtc_webcam_browsertest.cc ('k') | content/test/data/media/getusermedia-real-webcam.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698