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

Issue 2396663002: Reland gvr upgrade (Closed)

Created:
4 years, 2 months ago by bshe
Modified:
4 years, 2 months ago
Reviewers:
brettw
CC:
chromium-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Reland 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
Unified diffs Side-by-side diffs Delta from patch set Stats (+501 lines, -89 lines) Patch
M DEPS View 1 chunk +1 line, -1 line 0 comments Download
M build/config/features.gni View 1 chunk +1 line, -1 line 2 comments Download
M chrome/browser/android/vr_shell/ui_elements.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/android/vr_shell/vr_controller.h View 2 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/android/vr_shell/vr_controller.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/android/vr_shell/vr_gesture.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/android/vr_shell/vr_gl_util.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/android/vr_shell/vr_math.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/android/vr_shell/vr_math.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/android/vr_shell/vr_shell.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/android/vr_shell/vr_shell.cc View 5 chunks +4 lines, -28 lines 0 comments Download
M chrome/browser/android/vr_shell/vr_shell_renderer.h View 1 chunk +2 lines, -2 lines 0 comments Download
M device/vr/android/gvr/gvr_device.cc View 2 chunks +5 lines, -3 lines 0 comments Download
M device/vr/android/gvr/gvr_device_provider.h View 1 chunk +0 lines, -1 line 0 comments Download
M device/vr/android/gvr/gvr_device_provider.cc View 5 chunks +12 lines, -17 lines 0 comments Download
M device/vr/android/gvr/gvr_gamepad_data_fetcher.h View 2 chunks +3 lines, -2 lines 0 comments Download
M device/vr/android/gvr/gvr_gamepad_data_fetcher.cc View 2 chunks +5 lines, -1 line 0 comments Download
M third_party/gvr-android-sdk/BUILD.gn View 3 chunks +4 lines, -5 lines 0 comments Download
M third_party/gvr-android-sdk/LICENSE View 3 chunks +447 lines, -1 line 0 comments Download
M third_party/gvr-android-sdk/README.chromium View 1 chunk +3 lines, -3 lines 0 comments Download
D third_party/gvr-android-sdk/proguard/base.flags View 1 chunk +0 lines, -10 lines 0 comments Download

Messages

Total messages: 23 (12 generated)
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2396663002/1
4 years, 2 months ago (2016-10-04 23:37:27 UTC) #7
commit-bot: I haz the power
No L-G-T-M from a valid reviewer yet. CQ run can only be started by full ...
4 years, 2 months ago (2016-10-04 23:37:29 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2396663002/1
4 years, 2 months ago (2016-10-04 23:40:05 UTC) #12
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 2 months ago (2016-10-04 23:46:53 UTC) #14
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/511e7f727be80e20d41fc5fd07cf8b5244cafbf0 Cr-Commit-Position: refs/heads/master@{#423005}
4 years, 2 months ago (2016-10-04 23:50:36 UTC) #16
brettw
You landed this change to the root build configuration files TBR without actually listing a ...
4 years, 2 months ago (2016-10-14 19:58:18 UTC) #18
brettw
https://codereview.chromium.org/2396663002/diff/1/build/config/features.gni File build/config/features.gni (right): https://codereview.chromium.org/2396663002/diff/1/build/config/features.gni#newcode120 build/config/features.gni:120: enable_webvr = is_android && is_component_build && is_debug && In ...
4 years, 2 months ago (2016-10-14 20:01:20 UTC) #19
bshe
I tbred the author who originally reverted the CL and confirmed with him offline. Do ...
4 years, 2 months ago (2016-10-14 21:12:39 UTC) #20
brettw
On 2016/10/14 21:12:39, bshe wrote: > I tbred the author who originally reverted the CL ...
4 years, 2 months ago (2016-10-14 22:26:09 UTC) #21
bshe
On 2016/10/14 22:26:09, brettw (ping on IM after 24h) wrote: > On 2016/10/14 21:12:39, bshe ...
4 years, 2 months ago (2016-10-14 22:39:10 UTC) #22
brettw
4 years, 2 months ago (2016-10-14 22:46:55 UTC) #23
Message was sent while issue was closed.
Great, thanks!

Powered by Google App Engine
This is Rietveld 408576698