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

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: Updated to use Mojo as requested by eng review Created 5 years, 7 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 72a3b643c4238c00230854ba1e19b518dded70ec..dd478d3d7f8a5b90d1981492b86fb8e24298cb78 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -1172,6 +1172,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