Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(367)

Unified Diff: content/content_tests.gypi

Issue 829803003: Adding Chrome-side WebVR interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed rockot@'s feedback. Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',
+ ]
+ }]
],
},
],

Powered by Google App Engine
This is Rietveld 408576698