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

Unified Diff: content/content.gyp

Issue 1200303002: Android WebVR implementation, Cardboard 0.5.5 SDK (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Some tweaks suggested by jdduke@ Created 5 years, 5 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.gyp
diff --git a/content/content.gyp b/content/content.gyp
index efcbf740586c2604ee6a4aa8cc9cdea4fb9cf508..7b7ff039b4489d8e801e1d6246958a94f3acf6d8 100644
--- a/content/content.gyp
+++ b/content/content.gyp
@@ -602,6 +602,16 @@
'motionevent_jni_headers'
],
'includes': [ 'content_jni.gypi' ],
+ 'conditions': [
+ ['enable_webvr==1', {
+ 'sources': [
+ 'public/android/java/src/org/chromium/content/browser/input/CardboardVRDevice.java',
+ ],
+ 'dependencies': [
+ '../third_party/cardboard-java/cardboard.gyp:cardboard_jar',
+ ],
+ }],
+ ],
},
{
'target_name': 'content_icudata',

Powered by Google App Engine
This is Rietveld 408576698