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

Issue 2029703002: Moving VR service from /content/browser to /device (Closed)

Created:
4 years, 6 months ago by bajones
Modified:
4 years, 6 months ago
CC:
chromium-reviews, creis+watch_chromium.org, darin-cc_chromium.org, jam, nasko+codewatch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Moving VR service from /content/browser to /device BUG=612342 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_site_isolation Committed: https://crrev.com/98f9652e82de64155e08f422017fede4e051af51 Cr-Commit-Position: refs/heads/master@{#397828}

Patch Set 1 #

Total comments: 1

Patch Set 2 : Fixed test dependencies #

Patch Set 3 : Added nogncheck to failing include #

Unified diffs Side-by-side diffs Delta from patch set Stats (+294 lines, -1082 lines) Patch
M content/browser/BUILD.gn View 1 2 chunks +4 lines, -19 lines 0 comments Download
M content/browser/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/android/browser_jni_registrar.cc View 2 chunks +0 lines, -5 lines 0 comments Download
M content/browser/frame_host/render_frame_host_impl.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
D content/browser/vr/OWNERS View 1 chunk +0 lines, -3 lines 0 comments Download
D content/browser/vr/android/cardboard/cardboard_vr_device.h View 1 chunk +0 lines, -36 lines 0 comments Download
D content/browser/vr/android/cardboard/cardboard_vr_device.cc View 1 chunk +0 lines, -157 lines 0 comments Download
D content/browser/vr/android/cardboard/cardboard_vr_device_provider.h View 1 chunk +0 lines, -33 lines 0 comments Download
D content/browser/vr/android/cardboard/cardboard_vr_device_provider.cc View 1 chunk +0 lines, -29 lines 0 comments Download
D content/browser/vr/test/fake_vr_device.h View 1 chunk +0 lines, -35 lines 0 comments Download
D content/browser/vr/test/fake_vr_device.cc View 1 chunk +0 lines, -33 lines 0 comments Download
D content/browser/vr/test/fake_vr_device_provider.h View 1 chunk +0 lines, -35 lines 0 comments Download
D content/browser/vr/test/fake_vr_device_provider.cc View 1 chunk +0 lines, -43 lines 0 comments Download
D content/browser/vr/vr_device.h View 1 chunk +0 lines, -48 lines 0 comments Download
D content/browser/vr/vr_device.cc View 1 chunk +0 lines, -22 lines 0 comments Download
D content/browser/vr/vr_device_manager.h View 1 chunk +0 lines, -81 lines 0 comments Download
D content/browser/vr/vr_device_manager.cc View 1 chunk +0 lines, -158 lines 0 comments Download
D content/browser/vr/vr_device_manager_unittest.cc View 1 chunk +0 lines, -100 lines 0 comments Download
D content/browser/vr/vr_device_provider.h View 1 chunk +0 lines, -27 lines 0 comments Download
M content/public/android/BUILD.gn View 4 chunks +1 line, -12 lines 0 comments Download
D content/public/android/java/src/org/chromium/content/browser/input/CardboardVRDevice.java View 1 chunk +0 lines, -88 lines 0 comments Download
M device/BUILD.gn View 2 chunks +3 lines, -0 lines 0 comments Download
A device/vr/BUILD.gn View 1 1 chunk +83 lines, -0 lines 0 comments Download
A device/vr/DEPS View 1 chunk +5 lines, -0 lines 0 comments Download
A + device/vr/OWNERS View 1 chunk +2 lines, -0 lines 0 comments Download
A + device/vr/android/BUILD.gn View 1 chunk +6 lines, -4 lines 0 comments Download
A + device/vr/android/cardboard/cardboard_vr_device.h View 2 chunks +6 lines, -6 lines 0 comments Download
A + device/vr/android/cardboard/cardboard_vr_device.cc View 4 chunks +4 lines, -4 lines 0 comments Download
A + device/vr/android/cardboard/cardboard_vr_device_provider.h View 2 chunks +7 lines, -7 lines 0 comments Download
A + device/vr/android/cardboard/cardboard_vr_device_provider.cc View 2 chunks +6 lines, -8 lines 0 comments Download
A + device/vr/android/java/src/org/chromium/device/vr/CardboardVRDevice.java View 2 chunks +2 lines, -2 lines 0 comments Download
A device/vr/android/vr_jni_registrar.h View 1 chunk +24 lines, -0 lines 0 comments Download
A device/vr/android/vr_jni_registrar.cc View 1 chunk +28 lines, -0 lines 0 comments Download
A + device/vr/test/fake_vr_device.h View 1 chunk +11 lines, -11 lines 0 comments Download
A + device/vr/test/fake_vr_device.cc View 1 chunk +11 lines, -10 lines 0 comments Download
A + device/vr/test/fake_vr_device_provider.h View 3 chunks +8 lines, -8 lines 0 comments Download
A + device/vr/test/fake_vr_device_provider.cc View 3 chunks +6 lines, -7 lines 0 comments Download
A + device/vr/vr_device.h View 1 4 chunks +10 lines, -9 lines 0 comments Download
A + device/vr/vr_device.cc View 2 chunks +5 lines, -6 lines 0 comments Download
A + device/vr/vr_device_manager.h View 1 3 chunks +13 lines, -13 lines 0 comments Download
A + device/vr/vr_device_manager.cc View 4 chunks +5 lines, -6 lines 0 comments Download
A + device/vr/vr_device_manager_unittest.cc View 3 chunks +8 lines, -10 lines 0 comments Download
A + device/vr/vr_device_provider.h View 2 chunks +5 lines, -5 lines 0 comments Download
A device/vr/vr_export.h View 1 chunk +28 lines, -0 lines 0 comments Download

Messages

Total messages: 27 (10 generated)
bajones
jochen@: Just need a rubber stamp for the removals from content/ reillyg@: Please take a ...
4 years, 6 months ago (2016-06-01 19:09:14 UTC) #3
Reilly Grant (use Gerrit)
https://codereview.chromium.org/2029703002/diff/1/device/vr/BUILD.gn File device/vr/BUILD.gn (right): https://codereview.chromium.org/2029703002/diff/1/device/vr/BUILD.gn#newcode49 device/vr/BUILD.gn:49: sources = common_sources This should just depend on :vr. ...
4 years, 6 months ago (2016-06-01 21:42:24 UTC) #4
bajones
On 2016/06/01 21:42:24, Reilly Grant wrote: > https://codereview.chromium.org/2029703002/diff/1/device/vr/BUILD.gn#newcode49 > device/vr/BUILD.gn:49: sources = common_sources > This ...
4 years, 6 months ago (2016-06-02 21:17:57 UTC) #5
Reilly Grant (use Gerrit)
lgtm
4 years, 6 months ago (2016-06-02 21:30:09 UTC) #6
jochen (gone - plz use gerrit)
lgtm
4 years, 6 months ago (2016-06-03 12:46:12 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2029703002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2029703002/20001
4 years, 6 months ago (2016-06-03 15:37:17 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/194743) linux_chromium_compile_dbg_ng on tryserver.chromium.linux (JOB_FAILED, ...
4 years, 6 months ago (2016-06-03 15:41:00 UTC) #11
bajones
Hm... not sure what the right pattern is to fix the bot issues. It's flagging ...
4 years, 6 months ago (2016-06-03 17:18:48 UTC) #12
Reilly Grant (use Gerrit)
On 2016/06/03 at 17:18:48, bajones wrote: > Hm... not sure what the right pattern is ...
4 years, 6 months ago (2016-06-03 17:44:47 UTC) #13
bajones
On 2016/06/03 17:44:47, Reilly Grant wrote: > Just add // nogncheck to the conditional include. ...
4 years, 6 months ago (2016-06-03 18:08:28 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2029703002/40001
4 years, 6 months ago (2016-06-03 18:09:05 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/194870)
4 years, 6 months ago (2016-06-03 18:18:45 UTC) #19
bajones
+danakj@ to OK inclusion of dependency on /ui/gfx from /device/vr (Used primarily for gfx::DecomposeTransform to ...
4 years, 6 months ago (2016-06-03 18:23:26 UTC) #21
danakj
LGTM
4 years, 6 months ago (2016-06-03 21:35:09 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2029703002/40001
4 years, 6 months ago (2016-06-03 22:38:37 UTC) #24
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 6 months ago (2016-06-03 22:44:14 UTC) #25
commit-bot: I haz the power
4 years, 6 months ago (2016-06-03 22:45:58 UTC) #27
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/98f9652e82de64155e08f422017fede4e051af51
Cr-Commit-Position: refs/heads/master@{#397828}

Powered by Google App Engine
This is Rietveld 408576698