| 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': 'test_support_content', | 8 'target_name': 'test_support_content', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'dependencies': [ | 10 'dependencies': [ |
| (...skipping 1111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1122 # npapi test plugin doesn't build on android or ios | 1122 # npapi test plugin doesn't build on android or ios |
| 1123 'dependencies': [ | 1123 'dependencies': [ |
| 1124 # Runtime dependencies | 1124 # Runtime dependencies |
| 1125 'copy_npapi_test_plugin', | 1125 'copy_npapi_test_plugin', |
| 1126 ], | 1126 ], |
| 1127 }], | 1127 }], |
| 1128 ['enable_webrtc==1', { | 1128 ['enable_webrtc==1', { |
| 1129 'sources': [ | 1129 'sources': [ |
| 1130 'browser/media/webrtc_aecdump_browsertest.cc', | 1130 'browser/media/webrtc_aecdump_browsertest.cc', |
| 1131 'browser/media/webrtc_browsertest.cc', | 1131 'browser/media/webrtc_browsertest.cc', |
| 1132 'browser/media/webrtc_getusermedia_browsertest.cc', |
| 1133 'test/webrtc_content_browsertest_base.cc', |
| 1134 'test/webrtc_content_browsertest_base.h', |
| 1132 ], | 1135 ], |
| 1133 'dependencies': [ | 1136 'dependencies': [ |
| 1134 '../testing/perf/perf_test.gyp:perf_test', | 1137 '../testing/perf/perf_test.gyp:perf_test', |
| 1135 ], | 1138 ], |
| 1136 }], | 1139 }], |
| 1137 ['enable_plugins==0', { | 1140 ['enable_plugins==0', { |
| 1138 'sources/': [ | 1141 'sources/': [ |
| 1139 ['exclude', '^renderer/pepper/'], | 1142 ['exclude', '^renderer/pepper/'], |
| 1140 ], | 1143 ], |
| 1141 'sources!': [ | 1144 'sources!': [ |
| (...skipping 488 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1630 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1633 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 1631 }, | 1634 }, |
| 1632 ], | 1635 ], |
| 1633 }], | 1636 }], |
| 1634 ], | 1637 ], |
| 1635 }, | 1638 }, |
| 1636 ], | 1639 ], |
| 1637 }], | 1640 }], |
| 1638 ], | 1641 ], |
| 1639 } | 1642 } |
| OLD | NEW |