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

Issue 568883003: Second attempt to land change to remove NativeViewportService and (Closed)

Created:
6 years, 3 months ago by DaveMoore
Modified:
6 years, 3 months ago
Reviewers:
jamesr
CC:
chromium-reviews, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, darin (slow to review), ben+mojo_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Second attempt to land change to remove NativeViewportService and ViewManager from mojo_shell. First attempt here: https://codereview.chromium.org/477923004/ Failed the linux gn dbg build after cq landed: http://build.chromium.org/p/chromium.linux/builders/Linux%20GN%20%28dbg%29/builds/12251 BUG= TBR=ben@chromium.org Committed: https://crrev.com/d3e622b0bb31f20c274bc9ad634b8ee7bae99ac1 Cr-Commit-Position: refs/heads/master@{#295230}

Patch Set 1 #

Patch Set 2 : Get GN component build working #

Patch Set 3 : Clean up gn #

Patch Set 4 : Fix extra export decl #

Patch Set 5 : Fix Windows component build #

Total comments: 4

Patch Set 6 : Get BUILD.gn files to pass gn check #

Patch Set 7 : Get BUILD.gn files to pass gn check #

Patch Set 8 : Rebase #

Patch Set 9 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+260 lines, -169 lines) Patch
M mojo/aura/aura_init.cc View 1 chunk +1 line, -1 line 0 comments Download
M mojo/mojo.gyp View 1 2 3 4 5 6 7 8 10 chunks +12 lines, -35 lines 0 comments Download
M mojo/mojo_examples.gypi View 5 chunks +1 line, -5 lines 0 comments Download
M mojo/mojo_services.gypi View 1 2 3 4 5 6 7 8 11 chunks +30 lines, -13 lines 0 comments Download
M mojo/services/BUILD.gn View 1 2 3 4 5 6 7 8 2 chunks +4 lines, -1 line 0 comments Download
M mojo/services/html_viewer/DEPS View 1 chunk +2 lines, -0 lines 0 comments Download
M mojo/services/html_viewer/html_viewer.cc View 2 chunks +17 lines, -0 lines 0 comments Download
M mojo/services/native_viewport/BUILD.gn View 1 2 3 4 5 6 7 3 chunks +16 lines, -10 lines 0 comments Download
M mojo/services/native_viewport/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
A mojo/services/native_viewport/main.cc View 1 chunk +102 lines, -0 lines 0 comments Download
M mojo/services/public/cpp/view_manager/BUILD.gn View 1 2 3 4 5 6 7 2 chunks +4 lines, -1 line 0 comments Download
M mojo/services/public/cpp/view_manager/lib/BUILD.gn View 1 1 chunk +7 lines, -8 lines 0 comments Download
M mojo/services/public/cpp/view_manager/lib/view_manager_test_suite.cc View 1 chunk +4 lines, -1 line 0 comments Download
M mojo/services/public/interfaces/native_viewport/native_viewport.mojom View 1 chunk +7 lines, -0 lines 0 comments Download
M mojo/services/view_manager/BUILD.gn View 1 2 3 4 5 6 7 3 chunks +11 lines, -5 lines 0 comments Download
M mojo/services/view_manager/ids.h View 2 chunks +1 line, -2 lines 0 comments Download
M mojo/services/view_manager/view_manager_unittest.cc View 3 chunks +11 lines, -7 lines 0 comments Download
M mojo/services/window_manager/BUILD.gn View 1 2 3 4 5 6 7 2 chunks +1 line, -6 lines 0 comments Download
M mojo/shell/BUILD.gn View 1 2 3 4 5 6 5 chunks +5 lines, -29 lines 0 comments Download
M mojo/shell/context.cc View 4 chunks +5 lines, -25 lines 0 comments Download
M mojo/shell/desktop/mojo_main.cc View 1 2 3 4 5 3 chunks +14 lines, -16 lines 0 comments Download
M mojo/shell/in_process_dynamic_service_runner.cc View 2 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 29 (8 generated)
DaveMoore
Get GN component build working
6 years, 3 months ago (2014-09-15 20:58:21 UTC) #1
DaveMoore
Clean up gn
6 years, 3 months ago (2014-09-15 21:24:14 UTC) #2
DaveMoore
Fix extra export decl
6 years, 3 months ago (2014-09-15 23:33:32 UTC) #3
DaveMoore
Fix Windows component build
6 years, 3 months ago (2014-09-16 03:46:45 UTC) #6
DaveMoore
The code is the same from the previous attempt but I've made changes to the ...
6 years, 3 months ago (2014-09-16 03:47:57 UTC) #8
jamesr
https://codereview.chromium.org/568883003/diff/80001/mojo/mojo.gyp File mojo/mojo.gyp (right): https://codereview.chromium.org/568883003/diff/80001/mojo/mojo.gyp#newcode246 mojo/mojo.gyp:246: ['component=="shared_library"', { why is this dependency component build only? ...
6 years, 3 months ago (2014-09-16 19:19:21 UTC) #9
DaveMoore
Get BUILD.gn files to pass gn check
6 years, 3 months ago (2014-09-16 19:59:24 UTC) #10
DaveMoore
Get BUILD.gn files to pass gn check
6 years, 3 months ago (2014-09-16 20:11:37 UTC) #11
DaveMoore
https://codereview.chromium.org/568883003/diff/80001/mojo/mojo.gyp File mojo/mojo.gyp (right): https://codereview.chromium.org/568883003/diff/80001/mojo/mojo.gyp#newcode246 mojo/mojo.gyp:246: ['component=="shared_library"', { On 2014/09/16 19:19:20, jamesr wrote: > why ...
6 years, 3 months ago (2014-09-16 20:12:37 UTC) #12
DaveMoore
Rebase
6 years, 3 months ago (2014-09-16 20:42:46 UTC) #13
jamesr
lgtm
6 years, 3 months ago (2014-09-16 22:56:55 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/568883003/140001
6 years, 3 months ago (2014-09-16 23:01:07 UTC) #16
commit-bot: I haz the power
Failed to apply patch for mojo/services/BUILD.gn: While running git apply --index -p1; error: patch failed: ...
6 years, 3 months ago (2014-09-17 00:51:29 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/568883003/140001
6 years, 3 months ago (2014-09-17 01:48:29 UTC) #20
commit-bot: I haz the power
Failed to apply patch for mojo/services/BUILD.gn: While running git apply --index -p1; error: patch failed: ...
6 years, 3 months ago (2014-09-17 01:49:45 UTC) #22
DaveMoore
Rebase
6 years, 3 months ago (2014-09-17 04:02:46 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/568883003/160001
6 years, 3 months ago (2014-09-17 04:04:00 UTC) #25
commit-bot: I haz the power
Committed patchset #9 (id:160001) as 8efe4a0f5a610b04b1370fa9a97bfd06a713291e
6 years, 3 months ago (2014-09-17 05:01:54 UTC) #26
commit-bot: I haz the power
Patchset 9 (id:??) landed as https://crrev.com/d3e622b0bb31f20c274bc9ad634b8ee7bae99ac1 Cr-Commit-Position: refs/heads/master@{#295230}
6 years, 3 months ago (2014-09-17 05:02:33 UTC) #27
horo
A revert of this CL (patchset #9 id:160001) has been created in https://codereview.chromium.org/578793002/ by horo@chromium.org. ...
6 years, 3 months ago (2014-09-17 08:20:49 UTC) #28
battre
6 years, 3 months ago (2014-09-17 10:25:30 UTC) #29
Message was sent while issue was closed.
A revert of this CL (patchset #9 id:160001) has been created in
https://codereview.chromium.org/574993002/ by battre@chromium.org.

The reason for reverting is: This CL caused timeouts on the following tests:

ViewManagerTest.SetViewVisibility
ViewManagerTest.SecondEmbedRoot_Service
ViewManagerTest.EmbedWithSameViewId2
ViewManagerTest.EmbedWithSameViewId
ViewManagerTest.CantGetViewTreeOfOtherRoots
ViewManagerTest.SetViewVisibilityNotifications
ViewManagerTest.SetViewBounds
ViewManagerTest.ViewHierarchyChangedAddingKnownToUnknown
ViewManagerTest.GetViewTree
ViewManagerTest.MultipleEmbedRootsBeforeWTHReady
ViewManagerTest.ReuseDeletedViewId
ViewManagerTest.CantRemoveViewsInOtherRoots
ViewManagerTest.ReorderView
ViewManagerTest.DeleteViewFromAnotherConnectionDisallowed
ViewManagerTest.DeleteView
ViewManagerTest.OnViewInput
ViewManagerTest.CantMoveViewsFromOtherRoot
ViewManagerTest.SecondEmbedRoot_InitService
ViewManagerTest.AddToRoot
ViewManagerTest.ViewHierarchyChangedViews

on Linux and Windows builders..

Powered by Google App Engine
This is Rietveld 408576698