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

Issue 2420743003: mojo VR interface simplified (Closed)

Created:
4 years, 2 months ago by shaobo.yan
Modified:
4 years, 1 month ago
CC:
chromium-reviews, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org, abarth-chromium, haraken, Aaron Boodman, blink-reviews, darin (slow to review), yunchao, hokein.wu_gmail.com, mthiesse
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

mojo VR interface simplified Since mojo interface prefer API without index transfer, current implementation should be modified. According to dcheng@ and bajones@ comments, WebVR implementation should modified to let display/frame communicate directly so that index parameters are no longer need. This patch is based on the strategy above and will have three stages: 1(done). Modify event handler part; 2(current). Modify VRService Interface; 3. Modify unittest part; BUG=652080 R=leon.han@intel.com,dcheng@chromium.org,bshe@chromium.org,bajones@chromium.org CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation Committed: https://crrev.com/91d0e2e835b7e000e432f3df690ed37a36cde1ec Cr-Commit-Position: refs/heads/master@{#431210}

Patch Set 1 #

Patch Set 2 : VRService Interface Modify finished #

Patch Set 3 : Address bajones@ comments and some clean up #

Total comments: 15

Patch Set 4 : Address leon@ comments and modify for event support #

Patch Set 5 : update binding process and update some unittest #

Total comments: 1

Patch Set 6 : rebase #

Patch Set 7 : address leon@ comments about name #

Total comments: 13

Patch Set 8 : Address bajones@ comments #

Patch Set 9 : Temporary keep index attribute for gamepad #

Patch Set 10 : grab and rebase on bajones@ change #

Patch Set 11 : Fix getVRDisplay return null problem. #

Patch Set 12 : Fix condition error and update confusing condition judgement function name. Now WebVR Sample could … #

Patch Set 13 : Update unittest #

Total comments: 1

Patch Set 14 : rebase and address bajones@ comments #

Patch Set 15 : Add PRE_FINALIZER for VRController according to haraken@ comments #

Total comments: 6

Patch Set 16 : Address haraken@ comments #

Total comments: 24

Patch Set 17 : Address dcheng@ comments and adding some TODOs #

Total comments: 23

Patch Set 18 : Address dcheng@ comments #

Total comments: 1

Patch Set 19 : Address dcheng@ comments #

Patch Set 20 : update TODO for vr_device for some name issue #

Total comments: 4

Patch Set 21 : rebase and address dcheng@ comments #

Total comments: 1

Patch Set 22 : fix Werror #

Unified diffs Side-by-side diffs Delta from patch set Stats (+595 lines, -757 lines) Patch
M content/browser/frame_host/render_frame_host_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +1 line, -1 line 0 comments Download
M content/public/app/mojo/content_browser_manifest.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +1 line, -1 line 0 comments Download
M device/vr/BUILD.gn View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -1 line 0 comments Download
M device/vr/android/gvr/gvr_device.h View 1 2 3 4 5 6 7 8 9 1 chunk +9 lines, -8 lines 0 comments Download
M device/vr/android/gvr/gvr_device.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 5 chunks +42 lines, -21 lines 0 comments Download
M device/vr/android/gvr/gvr_device_provider.h View 1 2 3 4 5 6 7 8 9 3 chunks +1 line, -4 lines 0 comments Download
M device/vr/android/gvr/gvr_device_provider.cc View 1 2 3 4 5 6 7 8 9 3 chunks +0 lines, -9 lines 0 comments Download
M device/vr/test/fake_vr_device.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +15 lines, -8 lines 0 comments Download
M device/vr/test/fake_vr_device.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 4 chunks +27 lines, -15 lines 0 comments Download
D device/vr/vr_client_dispatcher.h View 1 chunk +0 lines, -24 lines 0 comments Download
M device/vr/vr_device.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 2 chunks +34 lines, -9 lines 0 comments Download
M device/vr/vr_device.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +43 lines, -2 lines 0 comments Download
M device/vr/vr_device_manager.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +3 lines, -24 lines 0 comments Download
M device/vr/vr_device_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 8 chunks +18 lines, -173 lines 0 comments Download
M device/vr/vr_device_manager_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 4 chunks +14 lines, -25 lines 0 comments Download
M device/vr/vr_device_provider.h View 1 2 3 4 5 6 7 8 9 2 chunks +1 line, -3 lines 0 comments Download
A device/vr/vr_display_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +47 lines, -0 lines 0 comments Download
A device/vr/vr_display_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +49 lines, -0 lines 0 comments Download
M device/vr/vr_service.mojom View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 2 chunks +33 lines, -27 lines 0 comments Download
M device/vr/vr_service_impl.h View 1 2 3 4 5 6 7 8 9 1 chunk +20 lines, -20 lines 0 comments Download
M device/vr/vr_service_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +30 lines, -51 lines 0 comments Download
M device/vr/vr_service_impl_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 5 chunks +24 lines, -115 lines 0 comments Download
M third_party/WebKit/Source/modules/vr/VRController.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +14 lines, -27 lines 0 comments Download
M third_party/WebKit/Source/modules/vr/VRController.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 2 chunks +52 lines, -162 lines 0 comments Download
M third_party/WebKit/Source/modules/vr/VRDisplay.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 6 chunks +22 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/vr/VRDisplay.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 13 chunks +85 lines, -16 lines 0 comments Download
M third_party/WebKit/Source/modules/vr/VREyeParameters.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/vr/VREyeParameters.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/vr/VRFrameData.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/vr/VRFrameData.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/vr/VRPose.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/vr/VRPose.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/vr/VRStageParameters.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/vr/VRStageParameters.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download

Dependent Patchsets:

Messages

Total messages: 95 (32 generated)
shaobo.yan
This patch has finished most of the mojo simplified work. And next patch set will ...
4 years, 2 months ago (2016-10-14 17:25:12 UTC) #1
shaobo.yan
BTW the patch only passed compile and further test is on progress. Leon@ PTAL
4 years, 2 months ago (2016-10-14 17:27:59 UTC) #3
bajones
There's an opportunity to make the access checks more robust with this patch. The limit ...
4 years, 2 months ago (2016-10-14 22:31:10 UTC) #4
shaobo.yan
On 2016/10/14 22:31:10, bajones wrote: > There's an opportunity to make the access checks more ...
4 years, 2 months ago (2016-10-15 02:52:06 UTC) #5
shaobo.yan
leon@ PTAL.
4 years, 2 months ago (2016-10-17 05:06:47 UTC) #6
leonhsl(Using Gerrit)
I have not made clear all about the code logic, but posted some comments to ...
4 years, 2 months ago (2016-10-17 09:03:30 UTC) #7
shaobo.yan
Thx for reviewing leon@ ! and I think a design draft is a great idea. ...
4 years, 2 months ago (2016-10-18 01:10:48 UTC) #8
shaobo.yan
leon@, dcheng@, bajones@ bshe@, here is the design draft, pls comment. https://docs.google.com/document/d/15vnRtmruDOMGG2A_FXInt3ueNfFmBylCjf5SSJicr98/edit?usp=sharing
4 years, 2 months ago (2016-10-18 05:33:46 UTC) #9
leonhsl(Using Gerrit)
https://codereview.chromium.org/2420743003/diff/40001/device/vr/vr_service.mojom File device/vr/vr_service.mojom (right): https://codereview.chromium.org/2420743003/diff/40001/device/vr/vr_service.mojom#newcode52 device/vr/vr_service.mojom:52: uint32 index; On 2016/10/18 01:10:48, shaobo.yan wrote: > On ...
4 years, 2 months ago (2016-10-18 07:12:10 UTC) #10
shaobo.yan
On 2016/10/18 07:12:10, leonhsl wrote: > https://codereview.chromium.org/2420743003/diff/40001/device/vr/vr_service.mojom > File device/vr/vr_service.mojom (right): > > https://codereview.chromium.org/2420743003/diff/40001/device/vr/vr_service.mojom#newcode52 > ...
4 years, 2 months ago (2016-10-18 07:25:11 UTC) #11
shaobo.yan
leon@ and bajones@. PTAL. P.S: the design doc is updated and links here: https://docs.google.com/document/d/15vnRtmruDOMGG2A_FXInt3ueNfFmBylCjf5SSJicr98/edit#
4 years, 1 month ago (2016-10-24 01:40:18 UTC) #12
leonhsl(Using Gerrit)
One suggestion: It would be better to get all trybots green firstly. https://codereview.chromium.org/2420743003/diff/80001/device/vr/vr_service.mojom File device/vr/vr_service.mojom ...
4 years, 1 month ago (2016-10-25 03:17:40 UTC) #17
shaobo.yan
On 2016/10/25 03:17:40, leonhsl wrote: > One suggestion: It would be better to get all ...
4 years, 1 month ago (2016-10-25 03:47:25 UTC) #22
leonhsl(Using Gerrit)
On 2016/10/25 03:47:25, shaobo.yan wrote: > On 2016/10/25 03:17:40, leonhsl wrote: > > One suggestion: ...
4 years, 1 month ago (2016-10-25 05:15:13 UTC) #23
shaobo.yan
leon@ and bajones@ PTAL
4 years, 1 month ago (2016-10-25 08:48:09 UTC) #29
bajones
Apologies again for the slowness of my reviews. Several comments/questions. https://codereview.chromium.org/2420743003/diff/120001/device/vr/android/gvr/gvr_device.cc File device/vr/android/gvr/gvr_device.cc (right): https://codereview.chromium.org/2420743003/diff/120001/device/vr/android/gvr/gvr_device.cc#newcode202 ...
4 years, 1 month ago (2016-10-25 22:21:38 UTC) #30
shaobo.yan
https://codereview.chromium.org/2420743003/diff/120001/device/vr/android/gvr/gvr_device.cc File device/vr/android/gvr/gvr_device.cc (right): https://codereview.chromium.org/2420743003/diff/120001/device/vr/android/gvr/gvr_device.cc#newcode257 device/vr/android/gvr/gvr_device.cc:257: this->OnDisplayChanged(); On 2016/10/25 22:21:38, bajones wrote: > just OnDisplayChanged(), ...
4 years, 1 month ago (2016-10-26 01:19:22 UTC) #31
bajones
> Shall I take the chance to see if the gamepad part could be refactory ...
4 years, 1 month ago (2016-10-26 08:35:55 UTC) #32
bajones
FYI: This CL has become a blocker for me, so I tried to build against ...
4 years, 1 month ago (2016-10-27 06:57:25 UTC) #33
shaobo.yan
On 2016/10/27 06:57:25, bajones wrote: > FYI: This CL has become a blocker for me, ...
4 years, 1 month ago (2016-10-27 07:05:53 UTC) #34
shaobo.yan
On 2016/10/27 07:05:53, shaobo.yan wrote: > On 2016/10/27 06:57:25, bajones wrote: > > FYI: This ...
4 years, 1 month ago (2016-10-28 03:01:48 UTC) #35
shaobo.yan
It seems the refactory could be settle down now. The patch have been test through ...
4 years, 1 month ago (2016-11-01 08:05:57 UTC) #36
bajones
Doing the rest of the review now, but FYI: You'll need to update the service ...
4 years, 1 month ago (2016-11-01 18:36:10 UTC) #37
bajones
On 2016/11/01 18:36:10, bajones wrote: > Doing the rest of the review now, but FYI: ...
4 years, 1 month ago (2016-11-01 18:48:42 UTC) #38
haraken
https://codereview.chromium.org/2420743003/diff/240001/third_party/WebKit/Source/modules/vr/VRController.h File third_party/WebKit/Source/modules/vr/VRController.h (right): https://codereview.chromium.org/2420743003/diff/240001/third_party/WebKit/Source/modules/vr/VRController.h#newcode55 third_party/WebKit/Source/modules/vr/VRController.h:55: mojo::Binding<device::mojom::blink::VRServiceClient> m_binding; We'll need to add a pre-finalizer to ...
4 years, 1 month ago (2016-11-02 02:04:37 UTC) #40
shaobo.yan
On 2016/11/02 02:04:37, haraken wrote: > https://codereview.chromium.org/2420743003/diff/240001/third_party/WebKit/Source/modules/vr/VRController.h > File third_party/WebKit/Source/modules/vr/VRController.h (right): > > https://codereview.chromium.org/2420743003/diff/240001/third_party/WebKit/Source/modules/vr/VRController.h#newcode55 > ...
4 years, 1 month ago (2016-11-02 02:16:21 UTC) #41
Ken Rockot(use gerrit already)
On Tue, Nov 1, 2016 at 7:16 PM, <shaobo.yan@intel.com> wrote: > On 2016/11/02 02:04:37, haraken ...
4 years, 1 month ago (2016-11-02 02:35:49 UTC) #42
Ken Rockot(use gerrit already)
On Tue, Nov 1, 2016 at 7:16 PM, <shaobo.yan@intel.com> wrote: > On 2016/11/02 02:04:37, haraken ...
4 years, 1 month ago (2016-11-02 02:35:50 UTC) #43
shaobo.yan
haraken@, rockot@ : Since I've found there is already a function named contextDestroy could be ...
4 years, 1 month ago (2016-11-02 06:00:22 UTC) #44
haraken
LGTM on my side with comments. https://codereview.chromium.org/2420743003/diff/280001/third_party/WebKit/Source/modules/vr/VRController.cpp File third_party/WebKit/Source/modules/vr/VRController.cpp (right): https://codereview.chromium.org/2420743003/diff/280001/third_party/WebKit/Source/modules/vr/VRController.cpp#newcode28 third_party/WebKit/Source/modules/vr/VRController.cpp:28: WTF::bind(&VRController::onDisplaysSynced, wrapPersistent(this)))); You ...
4 years, 1 month ago (2016-11-02 08:25:11 UTC) #45
shaobo.yan
https://codereview.chromium.org/2420743003/diff/280001/third_party/WebKit/Source/modules/vr/VRController.cpp File third_party/WebKit/Source/modules/vr/VRController.cpp (right): https://codereview.chromium.org/2420743003/diff/280001/third_party/WebKit/Source/modules/vr/VRController.cpp#newcode28 third_party/WebKit/Source/modules/vr/VRController.cpp:28: WTF::bind(&VRController::onDisplaysSynced, wrapPersistent(this)))); On 2016/11/02 08:25:11, haraken wrote: > > ...
4 years, 1 month ago (2016-11-02 09:22:38 UTC) #46
shaobo.yan
dcheng@ PTAL
4 years, 1 month ago (2016-11-02 09:52:32 UTC) #49
shaobo.yan
Since it already became a block issue, ping dcheng@ again
4 years, 1 month ago (2016-11-03 02:07:16 UTC) #56
shaobo.yan
clamy@ PTAL content part
4 years, 1 month ago (2016-11-03 04:08:04 UTC) #59
shaobo.yan
Sorry but ping clamy@ and dcheng@ , PTAL content part and mojo part
4 years, 1 month ago (2016-11-04 01:49:02 UTC) #61
dcheng
https://codereview.chromium.org/2420743003/diff/300001/device/vr/android/gvr/gvr_device.cc File device/vr/android/gvr/gvr_device.cc (right): https://codereview.chromium.org/2420743003/diff/300001/device/vr/android/gvr/gvr_device.cc#newcode235 device/vr/android/gvr/gvr_device.cc:235: if (!IsAccessAllowed(service)) { Should this be an early return? ...
4 years, 1 month ago (2016-11-04 05:12:21 UTC) #62
clamy
Thanks! content/ lgtm.
4 years, 1 month ago (2016-11-04 15:35:56 UTC) #63
shaobo.yan
dcheng@ : Thx for reviewing and the faults you point out taught me a lot ...
4 years, 1 month ago (2016-11-05 08:11:39 UTC) #64
shaobo.yan
ping dcheng@ PTAL
4 years, 1 month ago (2016-11-05 23:17:34 UTC) #65
shaobo.yan
ping dcheng@ PTAL for this block issue
4 years, 1 month ago (2016-11-07 00:53:15 UTC) #66
shaobo.yan
Sorry but ping dcheng@ PTAL :)
4 years, 1 month ago (2016-11-07 14:06:35 UTC) #67
bajones
dcheng@ (or mkwst@, since he seems slow to respond), can you give this CL a ...
4 years, 1 month ago (2016-11-07 21:48:48 UTC) #69
dcheng
On 2016/11/07 21:48:48, bajones wrote: > dcheng@ (or mkwst@, since he seems slow to respond), ...
4 years, 1 month ago (2016-11-07 22:08:25 UTC) #70
shaobo.yan
dcheng@ since I'm new to commit to chromium, one of my friends taught me some ...
4 years, 1 month ago (2016-11-08 01:25:13 UTC) #71
dcheng
lgtm https://codereview.chromium.org/2420743003/diff/300001/device/vr/vr_service_impl.cc File device/vr/vr_service_impl.cc (right): https://codereview.chromium.org/2420743003/diff/300001/device/vr/vr_service_impl.cc#newcode40 device/vr/vr_service_impl.cc:40: binding_.reset(new mojo::Binding<mojom::VRService>(this, std::move(request))); On 2016/11/05 08:11:39, shaobo.yan wrote: ...
4 years, 1 month ago (2016-11-08 08:55:17 UTC) #72
dcheng
(Sorry, not lgtm yet: I hit the wrong button, I was typing up a reply ...
4 years, 1 month ago (2016-11-08 09:00:24 UTC) #73
shaobo.yan
dcheng@ All the comments done (except wrapUnique -> makeUnique, it seems I need to rebase ...
4 years, 1 month ago (2016-11-08 11:33:44 UTC) #74
shaobo.yan
thx for reviewing dcheng@ and Please take a look at the latest update :)
4 years, 1 month ago (2016-11-08 11:34:23 UTC) #75
dcheng
Thanks! Looks pretty good, my only remaining question is around |delegate_|. https://codereview.chromium.org/2420743003/diff/320001/device/vr/android/gvr/gvr_device.cc File device/vr/android/gvr/gvr_device.cc (right): ...
4 years, 1 month ago (2016-11-08 18:15:44 UTC) #76
shaobo.yan
last comments done with others replys , thx for your review dcheng@ https://codereview.chromium.org/2420743003/diff/320001/device/vr/android/gvr/gvr_device.cc File device/vr/android/gvr/gvr_device.cc ...
4 years, 1 month ago (2016-11-09 01:11:20 UTC) #77
shaobo.yan
dcheng@ ping :) it seems this issue also blocks mthiesse@ work....
4 years, 1 month ago (2016-11-10 00:40:26 UTC) #78
dcheng
On 2016/11/10 00:40:26, shaobo.yan wrote: > dcheng@ ping :) > it seems this issue also ...
4 years, 1 month ago (2016-11-10 00:41:33 UTC) #79
shaobo.yan
bajones@ here is the context of dcheng@ question, paste them here : > > (GvrDevice ...
4 years, 1 month ago (2016-11-10 00:57:01 UTC) #80
bajones
On 2016/11/10 00:57:01, shaobo.yan wrote: > bajones@ here is the context of dcheng@ question, paste ...
4 years, 1 month ago (2016-11-10 01:05:14 UTC) #81
dcheng
LGTM Thanks for cleaning this up, it looks really nice overall, and will be a ...
4 years, 1 month ago (2016-11-10 06:21:58 UTC) #82
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/2420743003/400001
4 years, 1 month ago (2016-11-10 07:01:55 UTC) #85
commit-bot: I haz the power
Committed patchset #21 (id:400001)
4 years, 1 month ago (2016-11-10 08:28:20 UTC) #87
commit-bot: I haz the power
Patchset 21 (id:??) landed as https://crrev.com/91d0e2e835b7e000e432f3df690ed37a36cde1ec Cr-Commit-Position: refs/heads/master@{#431210}
4 years, 1 month ago (2016-11-10 08:30:15 UTC) #89
shaobo.yan
thx for bajones@, haraken@, dcheng@ and clamy@ review this patch. And sorry for this patch ...
4 years, 1 month ago (2016-11-10 08:32:49 UTC) #90
vabr (Chromium)
This broke the Win x64 build: https://build.chromium.org/p/chromium/builders/Win%20x64/builds/5867/steps/compile/logs/stdio I will revert now. Today's sheriff https://codereview.chromium.org/2420743003/diff/400001/device/vr/vr_device_manager.cc File ...
4 years, 1 month ago (2016-11-10 11:21:20 UTC) #92
vabr (Chromium)
A revert of this CL (patchset #21 id:400001) has been created in https://codereview.chromium.org/2488273002/ by vabr@chromium.org. ...
4 years, 1 month ago (2016-11-10 11:21:47 UTC) #93
shaobo.yan
On 2016/11/10 11:21:47, vabr (Chromium) wrote: > A revert of this CL (patchset #21 id:400001) ...
4 years, 1 month ago (2016-11-10 15:37:00 UTC) #94
vabr (Chromium)
4 years, 1 month ago (2016-11-10 15:42:07 UTC) #95
Message was sent while issue was closed.
On 2016/11/10 15:37:00, shaobo.yan wrote:
> On 2016/11/10 11:21:47, vabr (Chromium) wrote:
> > A revert of this CL (patchset #21 id:400001) has been created in
> > https://codereview.chromium.org/2488273002/ by mailto:vabr@chromium.org.
> > 
> > The reason for reverting is: This broke
> >
>
https://build.chromium.org/p/chromium/builders/Win%20x64/builds/5867/steps/co....
> 
> Hi, vabr@
> it seems that my build flag isn't strict as the bots(postcommit buildbots I
> guess). Could you offer the flags which I could use to build on linux
platform?
> 
> BR,
> Yan,Shaobo

Hi Yan,Shaobo,

I'm afraid I don know. My expectation would be that the trybots would have
caught this, but apparently they did not. Asking on chromium-dev might be a good
idea.

Cheers,
Vaclav

Powered by Google App Engine
This is Rietveld 408576698