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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'layouttest_support_content', | 8 'target_name': 'layouttest_support_content', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'conditions': [ | 10 'conditions': [ |
(...skipping 1275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1286 'sources/': [ | 1286 'sources/': [ |
1287 ['exclude', '^renderer/pepper/'], | 1287 ['exclude', '^renderer/pepper/'], |
1288 ], | 1288 ], |
1289 'sources!': [ | 1289 'sources!': [ |
1290 'browser/plugin_service_impl_browsertest.cc', | 1290 'browser/plugin_service_impl_browsertest.cc', |
1291 'browser/plugin_data_remover_impl_browsertest.cc', | 1291 'browser/plugin_data_remover_impl_browsertest.cc', |
1292 'test/ppapi/ppapi_browsertest.cc', | 1292 'test/ppapi/ppapi_browsertest.cc', |
1293 'test/ppapi/ppapi_test.cc', | 1293 'test/ppapi/ppapi_test.cc', |
1294 'test/ppapi/ppapi_test.h', | 1294 'test/ppapi/ppapi_test.h', |
1295 ], | 1295 ], |
| 1296 'dependencies!': [ |
| 1297 '../ppapi/ppapi_internal.gyp:ppapi_tests', |
| 1298 ] |
1296 }], | 1299 }], |
1297 ['input_speech==0', { | 1300 ['input_speech==0', { |
1298 'sources/': [ | 1301 'sources/': [ |
1299 ['exclude', '^browser/speech/'], | 1302 ['exclude', '^browser/speech/'], |
1300 ] | 1303 ] |
1301 }], | 1304 }], |
1302 ['branding=="Chrome"', { | 1305 ['branding=="Chrome"', { |
1303 'sources!': [ | 1306 'sources!': [ |
1304 # These tests depend on single process mode, which is disabled | 1307 # These tests depend on single process mode, which is disabled |
1305 # in official builds. | 1308 # in official builds. |
(...skipping 516 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1822 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1825 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
1823 }, | 1826 }, |
1824 ], | 1827 ], |
1825 }], | 1828 }], |
1826 ], | 1829 ], |
1827 }, | 1830 }, |
1828 ], | 1831 ], |
1829 }], | 1832 }], |
1830 ], | 1833 ], |
1831 } | 1834 } |
OLD | NEW |