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