| Index: content/content_browser.gypi
|
| diff --git a/content/content_browser.gypi b/content/content_browser.gypi
|
| index 9f3184f991099bca6fd16d99013b656f97539641..4876d0fc4aea3af6cb6e47c37b01d1cfe83945de 100644
|
| --- a/content/content_browser.gypi
|
| +++ b/content/content_browser.gypi
|
| @@ -2095,5 +2095,14 @@
|
| '../third_party/boringssl/boringssl.gyp:boringssl',
|
| ],
|
| }],
|
| + ['enable_webvr==1', {
|
| + 'sources': [
|
| + 'browser/vr/vr_device.cc',
|
| + 'browser/vr/vr_device.h',
|
| + 'browser/vr/vr_device_manager.cc',
|
| + 'browser/vr/vr_device_manager.h',
|
| + 'browser/vr/vr_device_provider.h',
|
| + ]
|
| + }],
|
| ],
|
| }
|
|
|