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 1299 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1310 }], | 1310 }], |
1311 ['OS!="android" and OS!="ios" and OS!="linux"', { | 1311 ['OS!="android" and OS!="ios" and OS!="linux"', { |
1312 # npapi test plugin doesn't build on android or ios | 1312 # npapi test plugin doesn't build on android or ios |
1313 'dependencies': [ | 1313 'dependencies': [ |
1314 # Runtime dependencies | 1314 # Runtime dependencies |
1315 'copy_npapi_test_plugin', | 1315 'copy_npapi_test_plugin', |
1316 ], | 1316 ], |
1317 }], | 1317 }], |
1318 ['enable_webrtc==1', { | 1318 ['enable_webrtc==1', { |
1319 'sources': [ | 1319 'sources': [ |
| 1320 'browser/media/webrtc_aecdump_browsertest.cc', |
1320 'browser/media/webrtc_browsertest.cc', | 1321 'browser/media/webrtc_browsertest.cc', |
1321 'browser/media/webrtc_getusermedia_browsertest.cc', | 1322 'browser/media/webrtc_getusermedia_browsertest.cc', |
1322 'browser/media/webrtc_internals_browsertest.cc', | 1323 'browser/media/webrtc_internals_browsertest.cc', |
1323 'test/webrtc_content_browsertest_base.cc', | 1324 'test/webrtc_content_browsertest_base.cc', |
1324 'test/webrtc_content_browsertest_base.h', | 1325 'test/webrtc_content_browsertest_base.h', |
1325 ], | 1326 ], |
1326 'dependencies': [ | 1327 'dependencies': [ |
1327 '../testing/perf/perf_test.gyp:perf_test', | 1328 '../testing/perf/perf_test.gyp:perf_test', |
1328 ], | 1329 ], |
1329 }], | 1330 }], |
(...skipping 549 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1879 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1880 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
1880 }, | 1881 }, |
1881 ], | 1882 ], |
1882 }], | 1883 }], |
1883 ], | 1884 ], |
1884 }, | 1885 }, |
1885 ], | 1886 ], |
1886 }], | 1887 }], |
1887 ], | 1888 ], |
1888 } | 1889 } |
OLD | NEW |