| Index: content/content_tests.gypi
|
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi
|
| index 4f3744df75e6994e4d813d5364ec170465ff02d4..94b2a852a335c2b286ed7f93cb5bb76a41b7398a 100644
|
| --- a/content/content_tests.gypi
|
| +++ b/content/content_tests.gypi
|
| @@ -838,6 +838,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',
|
|
|