OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |