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 1352 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 Loading... |
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 } |
OLD | NEW |