| 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 'defines!': ['CONTENT_IMPLEMENTATION'], | 10 'defines!': ['CONTENT_IMPLEMENTATION'], |
| (...skipping 964 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 975 ], | 975 ], |
| 976 'sources!': [ | 976 'sources!': [ |
| 977 'browser/plugin_service_impl_browsertest.cc', | 977 'browser/plugin_service_impl_browsertest.cc', |
| 978 'browser/plugin_data_remover_impl_browsertest.cc', | 978 'browser/plugin_data_remover_impl_browsertest.cc', |
| 979 ], | 979 ], |
| 980 }], | 980 }], |
| 981 ['enable_pepper_cdms==1', { | 981 ['enable_pepper_cdms==1', { |
| 982 'dependencies': [ | 982 'dependencies': [ |
| 983 # Runtime dependencies. | 983 # Runtime dependencies. |
| 984 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter
', | 984 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter
', |
| 985 '../webkit/support/webkit_support.gyp:clearkeycdmadapter', | 985 '../media/media.gyp:clearkeycdmadapter', |
| 986 ], | 986 ], |
| 987 }], | 987 }], |
| 988 ['input_speech==0', { | 988 ['input_speech==0', { |
| 989 'sources/': [ | 989 'sources/': [ |
| 990 ['exclude', '^browser/speech/'], | 990 ['exclude', '^browser/speech/'], |
| 991 ] | 991 ] |
| 992 }], | 992 }], |
| 993 ], | 993 ], |
| 994 }, | 994 }, |
| 995 { | 995 { |
| (...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1395 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1395 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 1396 }, | 1396 }, |
| 1397 ], | 1397 ], |
| 1398 }], | 1398 }], |
| 1399 ], | 1399 ], |
| 1400 }, | 1400 }, |
| 1401 ], | 1401 ], |
| 1402 }], | 1402 }], |
| 1403 ], | 1403 ], |
| 1404 } | 1404 } |
| OLD | NEW |