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

Issue 441853002: mojo: first take on removing mojo_main_{chromium,standalone}. (Closed)

Created:
6 years, 4 months ago by tim (not reviewing)
Modified:
6 years, 4 months ago
CC:
chromium-reviews, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, ben+mojo_chromium.org
Project:
chromium
Visibility:
Public.

Description

mojo: first take on removing mojo_main_{chromium,standalone}. * Adds ApplicationRunner{Chromium} to house common code. * Makes 'application_{chromium, standalone}' target depend on the appropriate environment target. Since application_{c,s} house different Runner types altogether, linking against the wrong application lib would yield unresolved externals. linking against a {wrong} environment lib would now result in duplicately defined symbols. So these changes help crbug.com/334543. BUG=334543 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=291039

Patch Set 1 : rebase #

Total comments: 8

Patch Set 2 : rev #

Total comments: 3

Patch Set 3 : seperate Run call #

Total comments: 9

Patch Set 4 : review #

Patch Set 5 : clean up MojoMain #

Patch Set 6 : main.h #

Patch Set 7 : gn #

Total comments: 6

Patch Set 8 : cpp -> c #

Patch Set 9 : rebase #

Patch Set 10 : gn #

Patch Set 11 : gn2 #

Patch Set 12 : more gn #

Total comments: 2

Patch Set 13 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+420 lines, -410 lines) Patch
M mojo/examples/apptest/example_apptest.cc View 1 2 3 4 5 6 7 2 chunks +7 lines, -5 lines 0 comments Download
M mojo/examples/apptest/example_client_application.cc View 1 2 1 chunk +0 lines, -5 lines 0 comments Download
M mojo/examples/aura_demo/aura_demo.cc View 1 2 3 4 5 6 7 2 chunks +6 lines, -5 lines 0 comments Download
M mojo/examples/aura_demo/view_manager_init.cc View 1 2 3 4 5 6 7 2 chunks +6 lines, -5 lines 0 comments Download
M mojo/examples/browser/browser.cc View 1 2 3 4 5 6 7 2 chunks +6 lines, -5 lines 0 comments Download
M mojo/examples/compositor_app/compositor_app.cc View 1 2 3 4 5 6 7 8 2 chunks +6 lines, -5 lines 0 comments Download
M mojo/examples/dbus_echo/dbus_echo_app.cc View 1 2 3 4 5 6 7 2 chunks +6 lines, -5 lines 0 comments Download
M mojo/examples/demo_launcher/demo_launcher.cc View 1 2 3 4 5 6 7 2 chunks +6 lines, -5 lines 0 comments Download
M mojo/examples/echo/BUILD.gn View 1 2 3 4 5 6 7 8 9 2 chunks +0 lines, -4 lines 0 comments Download
M mojo/examples/echo/echo_client.cc View 1 2 3 4 5 6 7 2 chunks +6 lines, -5 lines 0 comments Download
M mojo/examples/echo/echo_service.cc View 1 2 3 4 5 6 7 2 chunks +6 lines, -5 lines 0 comments Download
M mojo/examples/embedded_app/embedded_app.cc View 1 2 3 4 5 6 7 2 chunks +6 lines, -5 lines 0 comments Download
M mojo/examples/keyboard/keyboard.cc View 1 2 3 4 5 6 7 2 chunks +6 lines, -5 lines 0 comments Download
M mojo/examples/media_viewer/media_viewer.cc View 1 2 3 4 5 6 7 2 chunks +6 lines, -5 lines 0 comments Download
M mojo/examples/nesting_app/nesting_app.cc View 1 2 3 4 5 6 7 2 chunks +6 lines, -5 lines 0 comments Download
M mojo/examples/pepper_container_app/pepper_container_app.cc View 1 2 3 4 5 6 7 8 2 chunks +7 lines, -4 lines 0 comments Download
M mojo/examples/png_viewer/png_viewer.cc View 1 2 3 4 5 6 7 2 chunks +6 lines, -5 lines 0 comments Download
M mojo/examples/sample_app/BUILD.gn View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -2 lines 0 comments Download
M mojo/examples/sample_app/sample_app.cc View 1 2 3 4 5 6 7 8 2 chunks +5 lines, -7 lines 0 comments Download
M mojo/examples/surfaces_app/BUILD.gn View 1 2 3 4 5 6 7 8 11 2 chunks +0 lines, -2 lines 0 comments Download
M mojo/examples/surfaces_app/child_app.cc View 1 2 3 4 5 6 7 2 chunks +6 lines, -5 lines 0 comments Download
M mojo/examples/surfaces_app/surfaces_app.cc View 1 2 3 4 5 6 7 8 2 chunks +6 lines, -5 lines 0 comments Download
M mojo/examples/wget/BUILD.gn View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -2 lines 0 comments Download
M mojo/examples/wget/wget.cc View 1 2 3 4 5 6 7 2 chunks +6 lines, -5 lines 0 comments Download
M mojo/examples/window_manager/window_manager.cc View 1 2 3 4 5 6 7 2 chunks +6 lines, -5 lines 0 comments Download
M mojo/examples/wm_flow/init/init.cc View 1 2 3 4 5 6 7 2 chunks +5 lines, -7 lines 0 comments Download
M mojo/examples/wm_flow/wm/wm.cc View 1 2 3 4 5 6 7 2 chunks +6 lines, -7 lines 0 comments Download
M mojo/mojo_base.gyp View 1 2 1 chunk +3 lines, -1 line 0 comments Download
M mojo/mojo_examples.gypi View 1 2 3 4 5 6 7 8 45 chunks +0 lines, -53 lines 0 comments Download
M mojo/mojo_public.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +3 lines, -1 line 0 comments Download
M mojo/mojo_services.gypi View 1 2 3 4 5 6 7 8 16 chunks +0 lines, -18 lines 0 comments Download
M mojo/public/c/system/core.h View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
A mojo/public/c/system/main.h View 1 2 3 4 5 6 7 1 chunk +35 lines, -0 lines 0 comments Download
M mojo/public/cpp/application/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 2 chunks +5 lines, -18 lines 0 comments Download
M mojo/public/cpp/application/DEPS View 1 2 1 chunk +2 lines, -4 lines 0 comments Download
M mojo/public/cpp/application/application_impl.h View 1 2 3 chunks +1 line, -23 lines 0 comments Download
A mojo/public/cpp/application/application_runner.h View 1 2 3 4 5 1 chunk +44 lines, -0 lines 0 comments Download
A mojo/public/cpp/application/application_runner_chromium.h View 1 2 3 4 5 1 chunk +51 lines, -0 lines 0 comments Download
M mojo/public/cpp/application/lib/application_impl.cc View 1 3 chunks +1 line, -8 lines 0 comments Download
D mojo/public/cpp/application/lib/application_impl_chromium.cc View 1 chunk +0 lines, -15 lines 0 comments Download
D mojo/public/cpp/application/lib/application_impl_standalone.cc View 1 chunk +0 lines, -14 lines 0 comments Download
A mojo/public/cpp/application/lib/application_runner.cc View 1 1 chunk +37 lines, -0 lines 0 comments Download
A mojo/public/cpp/application/lib/application_runner_chromium.cc View 1 2 3 4 5 6 7 1 chunk +50 lines, -0 lines 0 comments Download
D mojo/public/cpp/application/lib/mojo_main_chromium.cc View 1 chunk +0 lines, -29 lines 0 comments Download
D mojo/public/cpp/application/lib/mojo_main_standalone.cc View 1 chunk +0 lines, -28 lines 0 comments Download
M mojo/services/html_viewer/html_viewer.cc View 1 2 3 4 5 6 7 2 chunks +6 lines, -4 lines 0 comments Download
M mojo/services/launcher/launcher.cc View 1 2 3 4 5 6 7 2 chunks +7 lines, -5 lines 0 comments Download
M mojo/services/network/main.cc View 1 2 3 4 5 6 7 2 chunks +6 lines, -26 lines 0 comments Download
M mojo/services/surfaces/BUILD.gn View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -1 line 0 comments Download
M mojo/services/surfaces/surfaces_service_application.cc View 1 2 3 4 5 6 7 2 chunks +8 lines, -5 lines 0 comments Download
M mojo/services/test_service/BUILD.gn View 1 2 3 4 5 6 2 chunks +0 lines, -4 lines 0 comments Download
M mojo/services/test_service/test_request_tracker_application.cc View 1 2 3 4 5 6 7 2 chunks +7 lines, -5 lines 0 comments Download
M mojo/services/test_service/test_service_application.cc View 1 2 3 4 5 6 7 2 chunks +6 lines, -5 lines 0 comments Download
M mojo/services/view_manager/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -1 line 0 comments Download
M mojo/services/view_manager/main.cc View 1 2 3 4 5 6 7 2 chunks +6 lines, -5 lines 0 comments Download
M mojo/services/view_manager/window_tree_host_impl.cc View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/services/window_manager/main.cc View 1 2 3 4 5 6 7 2 chunks +7 lines, -5 lines 0 comments Download

Messages

Total messages: 58 (0 generated)
tim (not reviewing)
sneak peek. I'm still tinkering with this but it's worth sending for feedback. I didn't ...
6 years, 4 months ago (2014-08-07 01:11:42 UTC) #1
DaveMoore
https://codereview.chromium.org/441853002/diff/40001/mojo/public/cpp/application/application_impl.h File mojo/public/cpp/application/application_impl.h (right): https://codereview.chromium.org/441853002/diff/40001/mojo/public/cpp/application/application_impl.h#newcode85 mojo/public/cpp/application/application_impl.h:85: friend MojoResult (::MojoMain)(MojoHandle); Can this friend declaration go away? ...
6 years, 4 months ago (2014-08-07 01:54:33 UTC) #2
tim (not reviewing)
https://codereview.chromium.org/441853002/diff/40001/mojo/public/cpp/application/application_impl.h File mojo/public/cpp/application/application_impl.h (right): https://codereview.chromium.org/441853002/diff/40001/mojo/public/cpp/application/application_impl.h#newcode85 mojo/public/cpp/application/application_impl.h:85: friend MojoResult (::MojoMain)(MojoHandle); On 2014/08/07 01:54:33, DaveMoore wrote: > ...
6 years, 4 months ago (2014-08-07 17:13:21 UTC) #3
DaveMoore
https://codereview.chromium.org/441853002/diff/40001/mojo/public/cpp/application/application_runner.h File mojo/public/cpp/application/application_runner.h (right): https://codereview.chromium.org/441853002/diff/40001/mojo/public/cpp/application/application_runner.h#newcode19 mojo/public/cpp/application/application_runner.h:19: void take_delegate(ApplicationDelegate* delegate); What I don't like about it ...
6 years, 4 months ago (2014-08-07 18:12:37 UTC) #4
tim (not reviewing)
https://codereview.chromium.org/441853002/diff/40001/mojo/public/cpp/application/application_runner.h File mojo/public/cpp/application/application_runner.h (right): https://codereview.chromium.org/441853002/diff/40001/mojo/public/cpp/application/application_runner.h#newcode19 mojo/public/cpp/application/application_runner.h:19: void take_delegate(ApplicationDelegate* delegate); On 2014/08/07 18:12:36, DaveMoore wrote: > ...
6 years, 4 months ago (2014-08-07 18:46:49 UTC) #5
DaveMoore
On 2014/08/07 18:46:49, timsteele wrote: > https://codereview.chromium.org/441853002/diff/40001/mojo/public/cpp/application/application_runner.h > File mojo/public/cpp/application/application_runner.h (right): > > https://codereview.chromium.org/441853002/diff/40001/mojo/public/cpp/application/application_runner.h#newcode19 > ...
6 years, 4 months ago (2014-08-07 18:58:56 UTC) #6
darin (slow to review)
https://codereview.chromium.org/441853002/diff/40001/mojo/public/cpp/application/application_runner.h File mojo/public/cpp/application/application_runner.h (right): https://codereview.chromium.org/441853002/diff/40001/mojo/public/cpp/application/application_runner.h#newcode19 mojo/public/cpp/application/application_runner.h:19: void take_delegate(ApplicationDelegate* delegate); On 2014/08/07 17:13:21, timsteele wrote: > ...
6 years, 4 months ago (2014-08-07 20:08:48 UTC) #7
tim (not reviewing)
https://codereview.chromium.org/441853002/diff/40001/mojo/public/cpp/application/application_runner.h File mojo/public/cpp/application/application_runner.h (right): https://codereview.chromium.org/441853002/diff/40001/mojo/public/cpp/application/application_runner.h#newcode19 mojo/public/cpp/application/application_runner.h:19: void take_delegate(ApplicationDelegate* delegate); On 2014/08/07 20:08:48, darin wrote: > ...
6 years, 4 months ago (2014-08-07 22:05:32 UTC) #8
darin (slow to review)
On 2014/08/07 22:05:32, timsteele wrote: > https://codereview.chromium.org/441853002/diff/40001/mojo/public/cpp/application/application_runner.h > File mojo/public/cpp/application/application_runner.h (right): > > https://codereview.chromium.org/441853002/diff/40001/mojo/public/cpp/application/application_runner.h#newcode19 > ...
6 years, 4 months ago (2014-08-08 03:59:51 UTC) #9
darin (slow to review)
How about instead of set_delegate or take_delegate, we just provide a variant of the ApplicationRunner ...
6 years, 4 months ago (2014-08-08 04:04:10 UTC) #10
tim (not reviewing)
On 2014/08/08 04:04:10, darin wrote: > How about instead of set_delegate or take_delegate, we just ...
6 years, 4 months ago (2014-08-08 17:43:46 UTC) #11
darin (slow to review)
We can definitely evolve this again if need be. I'm a fan of the ctor ...
6 years, 4 months ago (2014-08-08 18:03:06 UTC) #12
tim (not reviewing)
Now ready for review.
6 years, 4 months ago (2014-08-08 21:50:03 UTC) #13
DaveMoore
https://codereview.chromium.org/441853002/diff/80001/mojo/public/cpp/application/application_runner.h File mojo/public/cpp/application/application_runner.h (right): https://codereview.chromium.org/441853002/diff/80001/mojo/public/cpp/application/application_runner.h#newcode35 mojo/public/cpp/application/application_runner.h:35: MojoResult Run(MojoHandle shell_handle); If there's only one Run() method ...
6 years, 4 months ago (2014-08-08 22:27:17 UTC) #14
tim (not reviewing)
https://codereview.chromium.org/441853002/diff/80001/mojo/services/view_manager/main.cc File mojo/services/view_manager/main.cc (right): https://codereview.chromium.org/441853002/diff/80001/mojo/services/view_manager/main.cc#newcode49 mojo/services/view_manager/main.cc:49: new mojo::service::ViewManagerApp)).Run(shell_handle); On 2014/08/08 22:27:17, DaveMoore wrote: > Even ...
6 years, 4 months ago (2014-08-08 22:59:52 UTC) #15
tim (not reviewing)
Try this on for size. I removed make_scoped_delegate and seperated out the construction / Run ...
6 years, 4 months ago (2014-08-18 23:23:22 UTC) #16
darin (slow to review)
LGTM!! https://codereview.chromium.org/441853002/diff/100001/mojo/examples/compositor_app/compositor_app.cc File mojo/examples/compositor_app/compositor_app.cc (right): https://codereview.chromium.org/441853002/diff/100001/mojo/examples/compositor_app/compositor_app.cc#newcode67 mojo/examples/compositor_app/compositor_app.cc:67: mojo::ApplicationRunnerChromium runner(new mojo::examples::SampleApp()); nit: you seemed to be ...
6 years, 4 months ago (2014-08-18 23:38:18 UTC) #17
DaveMoore
https://codereview.chromium.org/441853002/diff/100001/mojo/examples/aura_demo/aura_demo.cc File mojo/examples/aura_demo/aura_demo.cc (right): https://codereview.chromium.org/441853002/diff/100001/mojo/examples/aura_demo/aura_demo.cc#newcode15 mojo/examples/aura_demo/aura_demo.cc:15: #include "mojo/public/cpp/application/application_export.h" Nit: I don't think you need application_impl.h. ...
6 years, 4 months ago (2014-08-18 23:41:03 UTC) #18
tim (not reviewing)
https://codereview.chromium.org/441853002/diff/100001/mojo/examples/aura_demo/aura_demo.cc File mojo/examples/aura_demo/aura_demo.cc (right): https://codereview.chromium.org/441853002/diff/100001/mojo/examples/aura_demo/aura_demo.cc#newcode15 mojo/examples/aura_demo/aura_demo.cc:15: #include "mojo/public/cpp/application/application_export.h" On 2014/08/18 23:41:03, DaveMoore wrote: > Nit: ...
6 years, 4 months ago (2014-08-19 00:06:30 UTC) #19
tim (not reviewing)
https://codereview.chromium.org/441853002/diff/100001/mojo/examples/aura_demo/aura_demo.cc File mojo/examples/aura_demo/aura_demo.cc (right): https://codereview.chromium.org/441853002/diff/100001/mojo/examples/aura_demo/aura_demo.cc#newcode209 mojo/examples/aura_demo/aura_demo.cc:209: MojoHandle shell_handle) { On 2014/08/18 23:41:03, DaveMoore wrote: > ...
6 years, 4 months ago (2014-08-19 00:11:06 UTC) #20
DaveMoore
https://codereview.chromium.org/441853002/diff/100001/mojo/examples/aura_demo/aura_demo.cc File mojo/examples/aura_demo/aura_demo.cc (right): https://codereview.chromium.org/441853002/diff/100001/mojo/examples/aura_demo/aura_demo.cc#newcode209 mojo/examples/aura_demo/aura_demo.cc:209: MojoHandle shell_handle) { How about putting MojoMain() in application_runner.cc ...
6 years, 4 months ago (2014-08-19 03:47:35 UTC) #21
darin (slow to review)
Hmm, I really like having people define MojoMain themselves. It takes away some of the ...
6 years, 4 months ago (2014-08-19 03:54:02 UTC) #22
DaveMoore
I don't think this is the most mysterious thing in Mojo :-) And I find ...
6 years, 4 months ago (2014-08-19 04:43:06 UTC) #23
darin (slow to review)
I think it is really nice to tell people they should implement a global "main"-style ...
6 years, 4 months ago (2014-08-19 05:32:51 UTC) #24
tim (not reviewing)
On 2014/08/19 05:32:51, darin wrote: > I think it is really nice to tell people ...
6 years, 4 months ago (2014-08-19 16:09:18 UTC) #25
tim (not reviewing)
On 2014/08/19 16:09:18, timsteele wrote: > On 2014/08/19 05:32:51, darin wrote: > > I think ...
6 years, 4 months ago (2014-08-19 16:13:32 UTC) #26
viettrungluu
On Mon, Aug 18, 2014 at 9:43 PM, <davemoore@chromium.org> wrote: > I don't think this ...
6 years, 4 months ago (2014-08-19 16:30:23 UTC) #27
darin (slow to review)
On Tue, Aug 19, 2014 at 9:30 AM, Viet-Trung Luu <viettrungluu@chromium.org> wrote: > On Mon, ...
6 years, 4 months ago (2014-08-19 17:46:52 UTC) #28
chromium-reviews
Yeah...that's the right thing to do. Put it in mojo_main.h. It'll be a bit confusing ...
6 years, 4 months ago (2014-08-19 17:52:55 UTC) #29
viettrungluu
If we want to make it fail-safe, we could stick it in mojo/c/system/types.h (which you'd ...
6 years, 4 months ago (2014-08-19 17:54:42 UTC) #30
darin (slow to review)
If we go with mojo/c/system/main.h, then we could include that from mojo/c/system/core.h? Pretty much everyone ...
6 years, 4 months ago (2014-08-19 17:59:55 UTC) #31
darin (slow to review)
(I'm OK with types.h too.) On Tue, Aug 19, 2014 at 10:59 AM, Darin Fisher ...
6 years, 4 months ago (2014-08-19 18:00:15 UTC) #32
tim (not reviewing)
On 2014/08/19 17:46:52, darin wrote: > On Tue, Aug 19, 2014 at 9:30 AM, Viet-Trung ...
6 years, 4 months ago (2014-08-19 18:39:40 UTC) #33
viettrungluu
On Tue, Aug 19, 2014 at 11:39 AM, <tim@chromium.org> wrote: > On 2014/08/19 17:46:52, darin ...
6 years, 4 months ago (2014-08-19 19:11:04 UTC) #34
tim (not reviewing)
PTAL. I moved MojoMain from public/cpp/application to public/cpp/system/main.h (not c/system). Simply because it was under ...
6 years, 4 months ago (2014-08-19 22:12:01 UTC) #35
darin (slow to review)
On 2014/08/19 22:12:01, timsteele wrote: > PTAL. I moved MojoMain from public/cpp/application to public/cpp/system/main.h > ...
6 years, 4 months ago (2014-08-19 22:24:52 UTC) #36
viettrungluu
https://codereview.chromium.org/441853002/diff/240001/mojo/public/cpp/system/main.h File mojo/public/cpp/system/main.h (right): https://codereview.chromium.org/441853002/diff/240001/mojo/public/cpp/system/main.h#newcode10 mojo/public/cpp/system/main.h:10: #if defined(WIN32) I think I'd write this as #if ...
6 years, 4 months ago (2014-08-19 22:30:57 UTC) #37
tim (not reviewing)
https://codereview.chromium.org/441853002/diff/240001/mojo/public/cpp/system/main.h File mojo/public/cpp/system/main.h (right): https://codereview.chromium.org/441853002/diff/240001/mojo/public/cpp/system/main.h#newcode10 mojo/public/cpp/system/main.h:10: #if defined(WIN32) On 2014/08/19 22:30:57, viettrungluu wrote: > I ...
6 years, 4 months ago (2014-08-20 18:02:06 UTC) #38
viettrungluu
On 2014/08/20 18:02:06, timsteele wrote: > https://codereview.chromium.org/441853002/diff/240001/mojo/public/cpp/system/main.h > File mojo/public/cpp/system/main.h (right): > > https://codereview.chromium.org/441853002/diff/240001/mojo/public/cpp/system/main.h#newcode10 > ...
6 years, 4 months ago (2014-08-20 19:00:54 UTC) #39
tim (not reviewing)
The CQ bit was checked by tim@chromium.org
6 years, 4 months ago (2014-08-20 20:35:58 UTC) #40
tim (not reviewing)
The CQ bit was unchecked by tim@chromium.org
6 years, 4 months ago (2014-08-20 20:36:26 UTC) #41
tim (not reviewing)
On 2014/08/20 20:36:26, timsteele wrote: > The CQ bit was unchecked by mailto:tim@chromium.org Waiting for ...
6 years, 4 months ago (2014-08-20 20:38:09 UTC) #42
tim (not reviewing)
The CQ bit was checked by tim@chromium.org
6 years, 4 months ago (2014-08-20 20:46:52 UTC) #43
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tim@chromium.org/441853002/380001
6 years, 4 months ago (2014-08-20 20:47:58 UTC) #44
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_gpu on tryserver.chromium.gpu ...
6 years, 4 months ago (2014-08-20 22:04:48 UTC) #45
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-20 22:08:44 UTC) #46
commit-bot: I haz the power
Try jobs failed on following builders: linux_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/linux_gpu/builds/55155) android_clang_dbg on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_clang_dbg/builds/7949)
6 years, 4 months ago (2014-08-20 22:08:46 UTC) #47
yzshen1
https://codereview.chromium.org/441853002/diff/380001/mojo/mojo_public.gypi File mojo/mojo_public.gypi (right): https://codereview.chromium.org/441853002/diff/380001/mojo/mojo_public.gypi#newcode89 mojo/mojo_public.gypi:89: 'public/platform/native/gles2_impl_chcromium_sync_point_thunks.h', This is probably not intended?
6 years, 4 months ago (2014-08-20 23:04:25 UTC) #48
tim (not reviewing)
https://codereview.chromium.org/441853002/diff/380001/mojo/mojo_public.gypi File mojo/mojo_public.gypi (right): https://codereview.chromium.org/441853002/diff/380001/mojo/mojo_public.gypi#newcode89 mojo/mojo_public.gypi:89: 'public/platform/native/gles2_impl_chcromium_sync_point_thunks.h', On 2014/08/20 23:04:25, yzshen1 wrote: > This is ...
6 years, 4 months ago (2014-08-20 23:26:12 UTC) #49
tim (not reviewing)
The CQ bit was checked by tim@chromium.org
6 years, 4 months ago (2014-08-20 23:26:36 UTC) #50
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tim@chromium.org/441853002/400001
6 years, 4 months ago (2014-08-20 23:27:56 UTC) #51
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_gpu on tryserver.chromium.gpu ...
6 years, 4 months ago (2014-08-21 01:09:17 UTC) #52
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-21 01:12:10 UTC) #53
commit-bot: I haz the power
Try jobs failed on following builders: linux_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/linux_gpu/builds/55391)
6 years, 4 months ago (2014-08-21 01:12:12 UTC) #54
tim (not reviewing)
The CQ bit was checked by tim@chromium.org
6 years, 4 months ago (2014-08-21 02:39:10 UTC) #55
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tim@chromium.org/441853002/400001
6 years, 4 months ago (2014-08-21 02:41:20 UTC) #56
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_chromium_rel_swarming on tryserver.chromium.linux ...
6 years, 4 months ago (2014-08-21 04:10:52 UTC) #57
commit-bot: I haz the power
6 years, 4 months ago (2014-08-21 10:46:37 UTC) #58
Message was sent while issue was closed.
Committed patchset #13 (400001) as 291039

Powered by Google App Engine
This is Rietveld 408576698