DescriptionReland gvr upgrade
The original CL is here: https://codereview.chromium.org/2367673002/
It was reverted because of compile failure with gn flags:
is_debug=false
is_component_build=true
target_os="android"
The reason is gvr uses API that only available in Android N SDK. For
release build, proguard detected the dependancy and results a compile
error. N SDK is in the process of rolling to chromium
https://codereview.chromium.org/2350013004/
In this CL, I restricted WebVr to debug build only. This could unblock
us. And I will remove the is_debug restriction once N is in Chromium
BUG=389343
TBR=dtrainor@
Committed: https://crrev.com/511e7f727be80e20d41fc5fd07cf8b5244cafbf0
Cr-Commit-Position: refs/heads/master@{#423005}
Patch Set 1 #
Total comments: 2
Messages
Total messages: 23 (12 generated)
|