| Index: content/content_tests.gypi
|
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi
|
| index b5a7a30759b7883caaa12c0f6f8957afcf3fed18..85b2a3703974ff271047a32bf6d64fa38660ec63 100644
|
| --- a/content/content_tests.gypi
|
| +++ b/content/content_tests.gypi
|
| @@ -1190,6 +1190,15 @@
|
| '../third_party/boringssl/boringssl.gyp:boringssl',
|
| ],
|
| }],
|
| + ['enable_webvr==1', {
|
| + 'sources': [
|
| + 'browser/vr/vr_device_manager_unittest.cc',
|
| + 'browser/vr/test/fake_vr_device.cc',
|
| + 'browser/vr/test/fake_vr_device.h',
|
| + 'browser/vr/test/fake_vr_device_provider.cc',
|
| + 'browser/vr/test/fake_vr_device_provider.h',
|
| + ]
|
| + }]
|
| ],
|
| },
|
| ],
|
|
|