| Index: content/content_tests.gypi
|
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi
|
| index 21df75d2d920a66d1519c3083b1b28b3acd21123..ed1a1569db651b2c2b880fe8d7e5dc46d96a9052 100644
|
| --- a/content/content_tests.gypi
|
| +++ b/content/content_tests.gypi
|
| @@ -761,9 +761,6 @@
|
| 'browser/renderer_host/input/motion_event_android_unittest.cc',
|
| 'renderer/java/gin_java_bridge_value_converter_unittest.cc',
|
| ],
|
| - 'content_unittests_webvr_sources': [
|
| - 'browser/vr/vr_transform_util_unittest.cc',
|
| - ],
|
| },
|
| 'targets': [
|
| {
|
| @@ -1195,9 +1192,6 @@
|
| 'dependencies': [
|
| '../third_party/boringssl/boringssl.gyp:boringssl',
|
| ],
|
| - }],
|
| - ['enable_webvr==1', {
|
| - 'sources': [ '<@(content_unittests_webvr_sources)' ],
|
| }],
|
| ],
|
| },
|
|
|