|
|
Chromium Code Reviews
Descriptionarc: enable use_new_wrapper_types for bitmap.mojom
BUG=665964
Committed: https://crrev.com/3b646e620b370524fe003a449454c7d1f702aa9a
Cr-Commit-Position: refs/heads/master@{#433110}
Patch Set 1 #Patch Set 2 : rebase #Messages
Total messages: 29 (19 generated)
The CQ bit was checked by yoshiki@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was checked by yoshiki@chromium.org to run a CQ dry run
Patchset #1 (id:1) has been deleted
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Description was changed from ========== . BUG= ========== to ========== arc: enable use_new_wrapper_types for bitmap.mojom BUG=665964 ==========
yoshiki@chromium.org changed reviewers: + yusukes@chromium.org, yzshen@chromium.org
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
Interesting. When I tried this locally on my workstation, Chromium build failed with lots of skia (#include "SkXXX.h") errors, and I assumed that some sort of migration work was needed... Looks like my Chromium checkout was just broken at that time. Either way, LGTM. Thanks!
The CQ bit was checked by yusukes@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Failed to apply patch for components/arc/BUILD.gn:
While running git apply --index -p1;
error: patch failed: components/arc/BUILD.gn:127
error: components/arc/BUILD.gn: patch does not apply
Patch: components/arc/BUILD.gn
Index: components/arc/BUILD.gn
diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn
index
2a28210490d2a3beb170ab079bc36b10bbbdfa4b..77657eb86c97499838283aa80549677ccc794ba6
100644
--- a/components/arc/BUILD.gn
+++ b/components/arc/BUILD.gn
@@ -127,7 +127,6 @@ static_library("arc_base") {
# TODO(crbug.com/662510): Remove this altogether.
mojom("arc_bindings_old_types") {
sources = [
- "common/bitmap.mojom",
"common/bluetooth.mojom",
"common/enterprise_reporting.mojom",
"common/net.mojom",
@@ -148,6 +147,7 @@ mojom("arc_bindings") {
"common/arc_bridge.mojom",
"common/audio.mojom",
"common/auth.mojom",
+ "common/bitmap.mojom",
"common/boot_phase_monitor.mojom",
"common/clipboard.mojom",
"common/crash_collector.mojom",
Yusuke, Yuzhu, I don't think we need to modify bitmap_struct_traits.cc, but I have no confidence. Could you double check? bitmap_struct_traits.cc: https://cs.chromium.org/chromium/src/components/arc/bitmap/bitmap_struct_trai...
The CQ bit was checked by yoshiki@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
I chatted with Yusuke-san. The patch looks working so let me submit. Yuzhu, if we need to modify the code further, please let me know. I'll create a separated CL.
On 2016/11/18 02:17:04, yoshiki wrote: > I chatted with Yusuke-san. The patch looks working so let me submit. > > Yuzhu, if we need to modify the code further, please let me know. I'll create a > separated CL. Yeah, I don't think you need to modify bitmap_struct_traits.cc LGTM
On 2016/11/18 02:23:12, yzshen1 wrote: > On 2016/11/18 02:17:04, yoshiki wrote: > > I chatted with Yusuke-san. The patch looks working so let me submit. > > > > Yuzhu, if we need to modify the code further, please let me know. I'll create > a > > separated CL. > > Yeah, I don't think you need to modify bitmap_struct_traits.cc > > LGTM Thanks! I'm relieved.
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: ios-device on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device/builds...) ios-simulator on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-simulator/bui...)
The CQ bit was checked by yoshiki@chromium.org
The patchset sent to the CQ was uploaded after l-g-t-m from yusukes@chromium.org Link to the patchset: https://codereview.chromium.org/2508073002/#ps40001 (title: "rebase")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Message was sent while issue was closed.
Description was changed from ========== arc: enable use_new_wrapper_types for bitmap.mojom BUG=665964 ========== to ========== arc: enable use_new_wrapper_types for bitmap.mojom BUG=665964 ==========
Message was sent while issue was closed.
Committed patchset #2 (id:40001)
Message was sent while issue was closed.
Description was changed from ========== arc: enable use_new_wrapper_types for bitmap.mojom BUG=665964 ========== to ========== arc: enable use_new_wrapper_types for bitmap.mojom BUG=665964 Committed: https://crrev.com/3b646e620b370524fe003a449454c7d1f702aa9a Cr-Commit-Position: refs/heads/master@{#433110} ==========
Message was sent while issue was closed.
Patchset 2 (id:??) landed as https://crrev.com/3b646e620b370524fe003a449454c7d1f702aa9a Cr-Commit-Position: refs/heads/master@{#433110} |
