| Index: content/content_tests.gypi
|
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi
|
| index b50200919e079de8ec75f4d73e64b1693854980b..8630c8dc99f57ff321a7f1cc1193e4adcd5dbeeb 100644
|
| --- a/content/content_tests.gypi
|
| +++ b/content/content_tests.gypi
|
| @@ -850,6 +850,21 @@
|
| '../third_party/webrtc/modules/modules.gyp:desktop_capture',
|
| ],
|
| }],
|
| + ['enable_webrtc==1 and OS=="mac"', {
|
| + 'variables': {
|
| + 'libpeer_target_type%': 'static_library',
|
| + },
|
| + 'conditions': [
|
| + ['libpeer_target_type!="static_library"', {
|
| + 'copies': [{
|
| + 'destination': '<(PRODUCT_DIR)/Libraries',
|
| + 'files': [
|
| + '<(PRODUCT_DIR)/libpeerconnection.so',
|
| + ],
|
| + }],
|
| + }],
|
| + ],
|
| + }],
|
| ['enable_webrtc==1 and chromeos==1', {
|
| 'sources': [
|
| 'browser/media/capture/desktop_capture_device_aura_unittest.cc',
|
|
|