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

Issue 1809183002: gpu_messages.h => gpu/ipc/common (Closed)

Created:
4 years, 9 months ago by Fady Samuel
Modified:
4 years, 9 months ago
CC:
chromium-reviews, danakj+watch_chromium.org, darin-cc_chromium.org, jam, jbauman+watch_chromium.org, kalyank, piman+watch_chromium.org, sievers+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

gpu_messages.h => gpu/ipc/common This cl moves gpu_messages.h and associated dependencies all to gpu/ipc/common. It turns out that NaCl depends on gpu/ipc/common, and we cannot link skia into NaCl and so I split up gpu/ipc/common into two source_sets in GN and two gypis on GYP: command_buffer_traits and ipc_common_sources (GN) / gpu_ipc_common (GYP). The parts that NaCl needs live in command_buffer_traits and that's what NaCl depends on. Other dependencies that moved are: gpu_param_traits.cc gpu_param_traits.h gpu_param_traits_macros.h gpu_stream_constants.h BUG=595721 CQ_INCLUDE_TRYBOTS=tryserver.chromium.win:win_optional_gpu_tests_rel;tryserver.chromium.mac:mac_optional_gpu_tests_rel Committed: https://crrev.com/19acfae06352bab6abff2ff7d13456e02be0b7ad Cr-Commit-Position: refs/heads/master@{#382514}

Patch Set 1 #

Patch Set 2 : Moved gpu_param_traits #

Patch Set 3 : Move gpu_messages to gpu/ipc/common #

Patch Set 4 : Fixed Android GYP build #

Patch Set 5 : Rebased #

Patch Set 6 : Rebased + added missing files #

Patch Set 7 : Make GN happy #

Patch Set 8 : Fixed a mac build issue #

Patch Set 9 : Fixed Mac Unit test #

Patch Set 10 : Fix another Mac and Windows issue #

Patch Set 11 : Fixed GYP build on Linux (hopefully other platforms too) #

Patch Set 12 : Added missing file #

Patch Set 13 : Make command_buffer_traits a source_set instead of component #

Patch Set 14 : Remove an unnecessary change #

Patch Set 15 : Don't use all of gpu_ipc_common in ppapi_internals #

Patch Set 16 : Fixed Android Build #

Patch Set 17 : Made command_buffer_traits a component #

Patch Set 18 : Rebased #

Patch Set 19 : Rebased #

Patch Set 20 : Fix exports #

Patch Set 21 : Include gpu client_sources in ppapi_proxy target #

Patch Set 22 : Make win_clang_x64_dbg happy by making command_buffer_traits an alias to gpu component on compnet b… #

Unified diffs Side-by-side diffs Delta from patch set Stats (+225 lines, -561 lines) Patch
M components/mus/common/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
M components/mus/public/interfaces/BUILD.gn View 1 1 chunk +1 line, -1 line 0 comments Download
M content/browser/frame_host/cross_process_frame_connector.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -1 line 0 comments Download
M content/browser/frame_host/render_widget_host_view_child_frame.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -1 line 0 comments Download
M content/browser/frame_host/render_widget_host_view_guest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -1 line 0 comments Download
M content/browser/gpu/browser_gpu_channel_host_factory.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/render_widget_host_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +1 line, -1 line 0 comments Download
M content/browser/renderer_host/render_widget_host_view_aura.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +1 line, -1 line 0 comments Download
M content/browser/renderer_host/render_widget_host_view_mac.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +1 line, -1 line 0 comments Download
M content/browser/renderer_host/render_widget_host_view_mac_unittest.mm View 1 2 3 4 5 6 7 8 2 chunks +1 line, -1 line 0 comments Download
M content/common/child_process_messages.h View 1 1 chunk +1 line, -1 line 0 comments Download
M content/common/content_message_generator.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M content/common/gpu/child_window_surface_win.h View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
M content/common/gpu/child_window_surface_win.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M content/common/gpu/client/command_buffer_proxy_impl.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M content/common/gpu/client/gpu_channel_host.h View 3 chunks +5 lines, -5 lines 0 comments Download
M content/common/gpu/client/gpu_channel_host.cc View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M content/common/gpu/gpu_channel.h View 6 chunks +6 lines, -6 lines 0 comments Download
M content/common/gpu/gpu_channel.cc View 1 2 7 chunks +9 lines, -9 lines 0 comments Download
M content/common/gpu/gpu_channel_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 2 chunks +1 line, -1 line 0 comments Download
M content/common/gpu/gpu_channel_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 10 chunks +10 lines, -10 lines 0 comments Download
M content/common/gpu/gpu_command_buffer_stub.cc View 1 2 2 chunks +1 line, -1 line 0 comments Download
M content/common/gpu/gpu_messages.h View 1 2 1 chunk +0 lines, -246 lines 0 comments Download
D content/common/gpu/gpu_param_traits.h View 1 1 chunk +0 lines, -10 lines 0 comments Download
D content/common/gpu/gpu_param_traits.cc View 1 1 chunk +0 lines, -27 lines 0 comments Download
D content/common/gpu/gpu_param_traits_macros.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -136 lines 0 comments Download
D content/common/gpu/gpu_stream_constants.h View 1 chunk +0 lines, -16 lines 0 comments Download
M content/common/gpu/stream_texture_android.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M content/content_common.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +0 lines, -5 lines 0 comments Download
M content/gpu/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +1 line, -1 line 0 comments Download
M content/gpu/gpu_host_messages.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/gpu/stream_texture_host_android.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/media/android/stream_texture_factory_impl.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/client/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +8 lines, -0 lines 0 comments Download
M gpu/command_buffer/common/BUILD.gn View 1 1 chunk +1 line, -1 line 0 comments Download
A + gpu/command_buffer_traits.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 0 chunks +-1 lines, --1 lines 0 comments Download
M gpu/gpu.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 4 chunks +45 lines, -0 lines 0 comments Download
M gpu/gpu_ipc_common.gypi View 1 2 3 4 5 6 7 8 9 10 2 chunks +16 lines, -15 lines 0 comments Download
M gpu/gpu_nacl.gyp View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M gpu/ipc/common/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 3 chunks +45 lines, -4 lines 0 comments Download
M gpu/ipc/common/DEPS View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
A + gpu/ipc/common/gpu_message_generator.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -1 line 0 comments Download
A + gpu/ipc/common/gpu_message_generator.cc View 1 2 3 4 5 1 chunk +7 lines, -8 lines 0 comments Download
A + gpu/ipc/common/gpu_messages.h View 1 2 5 chunks +5 lines, -8 lines 0 comments Download
A gpu/ipc/common/gpu_param_traits.h View 1 1 chunk +10 lines, -0 lines 0 comments Download
A + gpu/ipc/common/gpu_param_traits.cc View 1 1 chunk +7 lines, -7 lines 0 comments Download
A + gpu/ipc/common/gpu_param_traits_macros.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 4 chunks +7 lines, -8 lines 0 comments Download
A + gpu/ipc/common/gpu_stream_constants.h View 1 chunk +5 lines, -5 lines 0 comments Download
M gpu/ipc/common/surface_handle.h View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/BUILD.gn View 1 1 chunk +1 line, -1 line 0 comments Download
M ppapi/native_client/BUILD.gn View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M ppapi/ppapi_internal.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 4 chunks +5 lines, -5 lines 0 comments Download
M ppapi/proxy/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 2 chunks +2 lines, -3 lines 0 comments Download

Messages

Total messages: 121 (59 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1809183002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1809183002/1
4 years, 9 months ago (2016-03-17 18:55:42 UTC) #3
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/198131)
4 years, 9 months ago (2016-03-17 20:38:44 UTC) #5
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1809183002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1809183002/60001
4 years, 9 months ago (2016-03-18 02:05:54 UTC) #8
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromeos_x86-generic_chromium_compile_only_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromeos_x86-generic_chromium_compile_only_ng/builds/108814) ios_dbg_simulator_ninja on ...
4 years, 9 months ago (2016-03-18 02:08:34 UTC) #10
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1809183002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1809183002/80001
4 years, 9 months ago (2016-03-18 02:28:40 UTC) #12
commit-bot: I haz the power
Dry run: 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/158394)
4 years, 9 months ago (2016-03-18 02:38:06 UTC) #14
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1809183002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1809183002/80001
4 years, 9 months ago (2016-03-18 03:16:01 UTC) #16
commit-bot: I haz the power
Dry run: 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/158404)
4 years, 9 months ago (2016-03-18 03:25:29 UTC) #18
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1809183002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1809183002/100001
4 years, 9 months ago (2016-03-18 03:52:46 UTC) #20
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: cast_shell_linux on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/cast_shell_linux/builds/131707) linux_chromium_compile_dbg_ng on ...
4 years, 9 months ago (2016-03-18 03:56:51 UTC) #22
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1809183002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1809183002/120001
4 years, 9 months ago (2016-03-18 04:01:16 UTC) #24
commit-bot: I haz the power
Dry run: 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/158413)
4 years, 9 months ago (2016-03-18 04:11:06 UTC) #26
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1809183002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1809183002/140001
4 years, 9 months ago (2016-03-18 14:03:43 UTC) #28
commit-bot: I haz the power
Dry run: 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/158538)
4 years, 9 months ago (2016-03-18 14:13:32 UTC) #30
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1809183002/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1809183002/160001
4 years, 9 months ago (2016-03-18 14:32:03 UTC) #32
commit-bot: I haz the power
Dry run: 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/158550)
4 years, 9 months ago (2016-03-18 14:41:12 UTC) #34
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1809183002/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1809183002/180001
4 years, 9 months ago (2016-03-18 14:57:20 UTC) #36
commit-bot: I haz the power
Dry run: 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/158556)
4 years, 9 months ago (2016-03-18 15:06:27 UTC) #38
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1809183002/200001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1809183002/200001
4 years, 9 months ago (2016-03-18 22:21:07 UTC) #40
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_arm64_dbg_recipe on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_arm64_dbg_recipe/builds/37978) android_clang_dbg_recipe on ...
4 years, 9 months ago (2016-03-18 22:26:25 UTC) #42
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1809183002/220001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1809183002/220001
4 years, 9 months ago (2016-03-18 22:34:53 UTC) #44
commit-bot: I haz the power
Dry run: 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/158816)
4 years, 9 months ago (2016-03-18 22:57:42 UTC) #46
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1809183002/230001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1809183002/230001
4 years, 9 months ago (2016-03-18 23:01:55 UTC) #48
Fady Samuel
4 years, 9 months ago (2016-03-18 23:04:54 UTC) #51
commit-bot: I haz the power
Dry run: 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/158841)
4 years, 9 months ago (2016-03-18 23:18:05 UTC) #54
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1809183002/250001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1809183002/250001
4 years, 9 months ago (2016-03-18 23:47:04 UTC) #56
piman
Which part needs Skia? I'm hoping to use the client side of gpu/ipc in ppapi, ...
4 years, 9 months ago (2016-03-18 23:48:06 UTC) #57
Fady Samuel
On 2016/03/18 23:48:06, piman wrote: > Which part needs Skia? I'm hoping to use the ...
4 years, 9 months ago (2016-03-18 23:53:21 UTC) #58
Fady Samuel
On 2016/03/18 23:53:21, Fady Samuel wrote: > On 2016/03/18 23:48:06, piman wrote: > > Which ...
4 years, 9 months ago (2016-03-19 00:05:09 UTC) #59
commit-bot: I haz the power
Dry run: 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/158874)
4 years, 9 months ago (2016-03-19 00:08:08 UTC) #61
danakj
On 2016/03/19 00:05:09, Fady Samuel wrote: > On 2016/03/18 23:53:21, Fady Samuel wrote: > > ...
4 years, 9 months ago (2016-03-19 00:12:25 UTC) #62
piman
On Fri, Mar 18, 2016 at 5:12 PM, <danakj@chromium.org> wrote: > On 2016/03/19 00:05:09, Fady ...
4 years, 9 months ago (2016-03-19 00:16:45 UTC) #63
Fady Samuel
On 2016/03/19 00:16:45, piman wrote: > On Fri, Mar 18, 2016 at 5:12 PM, <mailto:danakj@chromium.org> ...
4 years, 9 months ago (2016-03-19 00:18:52 UTC) #64
chromium-reviews
On Fri, Mar 18, 2016 at 5:16 PM, Antoine Labour <piman@chromium.org> wrote: > > > ...
4 years, 9 months ago (2016-03-19 00:24:45 UTC) #65
Fady Samuel
On 2016/03/19 00:24:45, chromium-reviews wrote: > On Fri, Mar 18, 2016 at 5:16 PM, Antoine ...
4 years, 9 months ago (2016-03-19 00:40:26 UTC) #66
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1809183002/270001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1809183002/270001
4 years, 9 months ago (2016-03-19 00:51:37 UTC) #68
commit-bot: I haz the power
Dry run: 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/158895)
4 years, 9 months ago (2016-03-19 01:05:18 UTC) #70
piman
LGTM, let's land this, no reason to block further refactors. Could you file a bug ...
4 years, 9 months ago (2016-03-19 01:16:24 UTC) #71
Fady Samuel
+dcheng@ for IPC (I don't believe anything has changed, this is just moving IPC messages ...
4 years, 9 months ago (2016-03-19 01:37:08 UTC) #73
chromium-reviews
On Fri, Mar 18, 2016 at 6:37 PM, <fsamuel@chromium.org> wrote: > +dcheng@ for IPC (I ...
4 years, 9 months ago (2016-03-19 01:39:01 UTC) #75
Fady Samuel
+sky@ for ui/events dependency. -sadrul@
4 years, 9 months ago (2016-03-19 01:41:50 UTC) #78
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1809183002/290001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1809183002/290001
4 years, 9 months ago (2016-03-19 03:51:39 UTC) #80
Fady Samuel
+raymes@ for ppapi Thanks
4 years, 9 months ago (2016-03-19 03:51:48 UTC) #82
commit-bot: I haz the power
Dry run: 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/158928)
4 years, 9 months ago (2016-03-19 04:01:48 UTC) #84
dcheng
lgtm
4 years, 9 months ago (2016-03-19 04:07:57 UTC) #85
raymes
lgtm
4 years, 9 months ago (2016-03-20 22:13:05 UTC) #86
sky
LGTM
4 years, 9 months ago (2016-03-21 16:25:25 UTC) #87
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1809183002/290001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1809183002/290001
4 years, 9 months ago (2016-03-21 16:26:22 UTC) #90
Nico
This breaks gn component builds, as shown on this new try bot: https://build.chromium.org/p/tryserver.chromium.win/builders/win_clang_x64_dbg/builds/323 FAILED: E:/b/depot_tools/python276_bin/python.exe ...
4 years, 9 months ago (2016-03-21 17:12:44 UTC) #93
Nico
markdittmer can probably tell you how to make this go :-)
4 years, 9 months ago (2016-03-21 17:13:46 UTC) #95
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1809183002/330001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1809183002/330001
4 years, 9 months ago (2016-03-21 20:14:41 UTC) #98
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_compile_dbg_32_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_compile_dbg_32_ng/builds/175501) ios_dbg_simulator_gn on ...
4 years, 9 months ago (2016-03-21 20:17:54 UTC) #100
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1809183002/370001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1809183002/370001
4 years, 9 months ago (2016-03-21 21:38:43 UTC) #102
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios_rel_device_gn on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_rel_device_gn/builds/7356)
4 years, 9 months ago (2016-03-21 21:50:29 UTC) #104
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1809183002/390001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1809183002/390001
4 years, 9 months ago (2016-03-21 22:53:21 UTC) #106
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1809183002/410001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1809183002/410001
4 years, 9 months ago (2016-03-22 00:01:10 UTC) #108
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_android_rel_ng on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/41581)
4 years, 9 months ago (2016-03-22 01:25:05 UTC) #110
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1809183002/430001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1809183002/430001
4 years, 9 months ago (2016-03-22 04:32:32 UTC) #113
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_gn_rel on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_gn_rel/builds/83703)
4 years, 9 months ago (2016-03-22 04:50:09 UTC) #115
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1809183002/430001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1809183002/430001
4 years, 9 months ago (2016-03-22 04:54:37 UTC) #117
commit-bot: I haz the power
Committed patchset #22 (id:430001)
4 years, 9 months ago (2016-03-22 05:38:38 UTC) #119
commit-bot: I haz the power
4 years, 9 months ago (2016-03-22 05:40:01 UTC) #121
Message was sent while issue was closed.
Patchset 22 (id:??) landed as
https://crrev.com/19acfae06352bab6abff2ff7d13456e02be0b7ad
Cr-Commit-Position: refs/heads/master@{#382514}

Powered by Google App Engine
This is Rietveld 408576698