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

Unified Diff: content/content_tests.gypi

Issue 1200303002: Android WebVR implementation, Cardboard 0.5.5 SDK (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix build dependencies Created 5 years, 4 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 ed1a1569db651b2c2b880fe8d7e5dc46d96a9052..21df75d2d920a66d1519c3083b1b28b3acd21123 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -761,6 +761,9 @@
'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': [
{
@@ -1193,6 +1196,9 @@
'../third_party/boringssl/boringssl.gyp:boringssl',
],
}],
+ ['enable_webvr==1', {
+ 'sources': [ '<@(content_unittests_webvr_sources)' ],
+ }],
],
},
],

Powered by Google App Engine
This is Rietveld 408576698