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

Issue 2184943002: services/ui: Move some files into the client lib. (Closed)

Created:
4 years, 4 months ago by sadrul
Modified:
4 years, 4 months ago
CC:
chromium-reviews, rjkroege, mlamouri+watch-content_chromium.org, sadrul, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, tfarina, jam, yzshen+watch_chromium.org, sievers+watch_chromium.org, jbauman+watch_chromium.org, Aaron Boodman, darin-cc_chromium.org, piman+watch_chromium.org, kalyank, danakj+watch_chromium.org, abarth-chromium, ben+mojo_chromium.org, darin (slow to review), Peng
Base URL:
https://chromium.googlesource.com/chromium/src.git@chrome-gpu-in-mus-windows
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

services/ui: Move some files into the client lib. Move the following out of ui/common into the public client-lib: . GpuService . GpuMemoryBufferImpl . MojoGpuMemoryBuffer . MojoGpuMemoryBufferManager . MojoBufferBacking These are only used by the clients, so there's no reason to build these into the server as well. BUG=634377 TBR=ben@ for trivial content/ changes. Committed: https://crrev.com/9909744795ee6b8039df2d9301825fd4c155ec0c Cr-Commit-Position: refs/heads/master@{#411345}

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : tot-merge #

Patch Set 4 : . #

Patch Set 5 : . #

Patch Set 6 : . #

Total comments: 3

Patch Set 7 : . #

Patch Set 8 : tot merge #

Patch Set 9 : . #

Total comments: 2

Patch Set 10 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+59 lines, -813 lines) Patch
M ash/mus/window_manager_application.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/DEPS View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/chrome_content_browser_client.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M content/browser/BUILD.gn View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -1 line 0 comments Download
M content/browser/compositor/DEPS View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -1 line 0 comments Download
M content/browser/compositor/gpu_process_transport_factory.cc View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -1 line 0 comments Download
M content/browser/renderer_host/DEPS View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -1 line 0 comments Download
M content/renderer/BUILD.gn View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/render_thread_impl.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M mash/login/BUILD.gn View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M services/ui/common/BUILD.gn View 1 2 3 4 5 6 2 chunks +0 lines, -14 lines 0 comments Download
D services/ui/common/gpu_memory_buffer_impl.h View 1 2 3 1 chunk +0 lines, -61 lines 0 comments Download
D services/ui/common/gpu_memory_buffer_impl.cc View 1 2 3 1 chunk +0 lines, -46 lines 0 comments Download
D services/ui/common/gpu_service.h View 1 2 3 4 5 6 7 1 chunk +0 lines, -85 lines 0 comments Download
D services/ui/common/gpu_service.cc View 1 2 3 4 5 6 7 1 chunk +0 lines, -226 lines 0 comments Download
D services/ui/common/mojo_buffer_backing.h View 1 2 3 1 chunk +0 lines, -40 lines 0 comments Download
D services/ui/common/mojo_buffer_backing.cc View 1 2 3 1 chunk +0 lines, -34 lines 0 comments Download
D services/ui/common/mojo_gpu_memory_buffer.h View 1 chunk +0 lines, -54 lines 0 comments Download
D services/ui/common/mojo_gpu_memory_buffer.cc View 1 chunk +0 lines, -107 lines 0 comments Download
D services/ui/common/mojo_gpu_memory_buffer_manager.h View 1 chunk +0 lines, -43 lines 0 comments Download
D services/ui/common/mojo_gpu_memory_buffer_manager.cc View 1 chunk +0 lines, -46 lines 0 comments Download
M services/ui/demo/mus_demo.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M services/ui/public/cpp/BUILD.gn View 1 2 3 4 5 6 7 3 chunks +16 lines, -0 lines 0 comments Download
M services/ui/public/cpp/command_buffer_client_impl.cc View 1 2 3 4 5 6 7 1 chunk +2 lines, -2 lines 0 comments Download
M services/ui/public/cpp/gles2_context.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
A + services/ui/public/cpp/gpu_memory_buffer_impl.h View 1 2 3 4 5 6 7 3 chunks +4 lines, -5 lines 0 comments Download
A + services/ui/public/cpp/gpu_memory_buffer_impl.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
A + services/ui/public/cpp/gpu_service.h View 1 2 3 4 5 6 7 4 chunks +6 lines, -7 lines 0 comments Download
A + services/ui/public/cpp/gpu_service.cc View 1 2 3 4 5 6 7 8 3 chunks +3 lines, -3 lines 0 comments Download
A + services/ui/public/cpp/mojo_buffer_backing.h View 1 2 3 4 5 6 7 3 chunks +4 lines, -5 lines 0 comments Download
A + services/ui/public/cpp/mojo_buffer_backing.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
A + services/ui/public/cpp/mojo_gpu_memory_buffer.h View 1 2 3 4 5 6 7 2 chunks +5 lines, -7 lines 0 comments Download
A + services/ui/public/cpp/mojo_gpu_memory_buffer.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
A + services/ui/public/cpp/mojo_gpu_memory_buffer_manager.h View 1 2 3 4 5 6 7 2 chunks +4 lines, -6 lines 0 comments Download
A + services/ui/public/cpp/mojo_gpu_memory_buffer_manager.cc View 1 2 3 4 5 6 7 1 chunk +2 lines, -2 lines 0 comments Download
M services/ui/public/cpp/tests/BUILD.gn View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M services/ui/surfaces/direct_output_surface_ozone.cc View 1 2 3 4 5 6 7 1 chunk +0 lines, -2 lines 0 comments Download
M ui/views/mus/BUILD.gn View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -1 line 0 comments Download
M ui/views/mus/surface_context_factory.h View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M ui/views/mus/surface_context_factory.cc View 1 2 3 4 5 6 7 1 chunk +0 lines, -1 line 0 comments Download
M ui/views/mus/window_manager_connection.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 62 (50 generated)
sadrul
4 years, 4 months ago (2016-07-28 05:36:06 UTC) #21
Peng
https://codereview.chromium.org/2184943002/diff/100001/services/ui/public/cpp/gpu_service.h File services/ui/public/cpp/gpu_service.h (right): https://codereview.chromium.org/2184943002/diff/100001/services/ui/public/cpp/gpu_service.h#newcode28 services/ui/public/cpp/gpu_service.h:28: class UI_EXPORT GpuService : public gpu::GpuChannelHostFactory { UI_EXPORT? Seems ...
4 years, 4 months ago (2016-07-28 13:02:29 UTC) #25
sadrul
https://codereview.chromium.org/2184943002/diff/100001/services/ui/public/cpp/lib/gpu_service.cc File services/ui/public/cpp/lib/gpu_service.cc (right): https://codereview.chromium.org/2184943002/diff/100001/services/ui/public/cpp/lib/gpu_service.cc#newcode29 services/ui/public/cpp/lib/gpu_service.cc:29: GpuService* g_gpu_service = nullptr; On 2016/07/28 13:02:29, Peng wrote: ...
4 years, 4 months ago (2016-07-28 13:32:14 UTC) #26
sadrul
This is ready for review now. PTAL
4 years, 4 months ago (2016-08-11 05:01:17 UTC) #41
sky
LGTM
4 years, 4 months ago (2016-08-11 13:14:51 UTC) #42
Peng
lgtm https://codereview.chromium.org/2184943002/diff/180001/content/browser/compositor/gpu_process_transport_factory.cc File content/browser/compositor/gpu_process_transport_factory.cc (right): https://codereview.chromium.org/2184943002/diff/180001/content/browser/compositor/gpu_process_transport_factory.cc#newcode66 content/browser/compositor/gpu_process_transport_factory.cc:66: #include "services/ui/public/cpp/gpu_service.h" Is this header file still necessary?
4 years, 4 months ago (2016-08-11 14:09:23 UTC) #43
sadrul
https://codereview.chromium.org/2184943002/diff/180001/content/browser/compositor/gpu_process_transport_factory.cc File content/browser/compositor/gpu_process_transport_factory.cc (right): https://codereview.chromium.org/2184943002/diff/180001/content/browser/compositor/gpu_process_transport_factory.cc#newcode66 content/browser/compositor/gpu_process_transport_factory.cc:66: #include "services/ui/public/cpp/gpu_service.h" On 2016/08/11 14:09:23, Peng wrote: > Is ...
4 years, 4 months ago (2016-08-11 14:20:38 UTC) #49
sadrul
+ben@ for trivial changes in content/ (will TBR)
4 years, 4 months ago (2016-08-11 14:21:58 UTC) #52
Ben Goodger (Google)
content lgtm
4 years, 4 months ago (2016-08-11 14:22:34 UTC) #53
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/2184943002/220001
4 years, 4 months ago (2016-08-11 16:05:16 UTC) #58
commit-bot: I haz the power
Committed patchset #10 (id:220001)
4 years, 4 months ago (2016-08-11 16:10:29 UTC) #60
commit-bot: I haz the power
4 years, 4 months ago (2016-08-11 16:13:31 UTC) #62
Message was sent while issue was closed.
Patchset 10 (id:??) landed as
https://crrev.com/9909744795ee6b8039df2d9301825fd4c155ec0c
Cr-Commit-Position: refs/heads/master@{#411345}

Powered by Google App Engine
This is Rietveld 408576698