| 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 1100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1111 }], | 1111 }], |
| 1112 ['OS!="android" and OS!="ios"', { | 1112 ['OS!="android" and OS!="ios"', { |
| 1113 # npapi test plugin doesn't build on android or ios | 1113 # npapi test plugin doesn't build on android or ios |
| 1114 'dependencies': [ | 1114 'dependencies': [ |
| 1115 # Runtime dependencies | 1115 # Runtime dependencies |
| 1116 'copy_npapi_test_plugin', | 1116 'copy_npapi_test_plugin', |
| 1117 ], | 1117 ], |
| 1118 }], | 1118 }], |
| 1119 ['enable_webrtc==1', { | 1119 ['enable_webrtc==1', { |
| 1120 'sources': [ | 1120 'sources': [ |
| 1121 'browser/media/webrtc_aecdump_browsertest.cc', |
| 1121 'browser/media/webrtc_browsertest.cc', | 1122 'browser/media/webrtc_browsertest.cc', |
| 1122 ], | 1123 ], |
| 1123 'dependencies': [ | 1124 'dependencies': [ |
| 1124 '../testing/perf/perf_test.gyp:perf_test', | 1125 '../testing/perf/perf_test.gyp:perf_test', |
| 1125 ], | 1126 ], |
| 1126 }], | 1127 }], |
| 1127 ['enable_plugins==0', { | 1128 ['enable_plugins==0', { |
| 1128 'sources/': [ | 1129 'sources/': [ |
| 1129 ['exclude', '^renderer/pepper/'], | 1130 ['exclude', '^renderer/pepper/'], |
| 1130 ], | 1131 ], |
| (...skipping 511 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1642 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1643 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 1643 }, | 1644 }, |
| 1644 ], | 1645 ], |
| 1645 }], | 1646 }], |
| 1646 ], | 1647 ], |
| 1647 }, | 1648 }, |
| 1648 ], | 1649 ], |
| 1649 }], | 1650 }], |
| 1650 ], | 1651 ], |
| 1651 } | 1652 } |
| OLD | NEW |