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

Issue 1922373002: Make ui/gfx/range a component (Closed)

Created:
4 years, 7 months ago by Fady Samuel
Modified:
4 years, 7 months ago
Reviewers:
jam, sky
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Make ui/gfx/range a component In a long chain of issues to address to get mojo to serialize ui/gfx types for the gpu_host channel in Mus, I've found myself needing to decouple skia parts of ui/gfx from non-skia parts. This CL is one step along the way. BUG=586390 Committed: https://crrev.com/6f6dea38646e3fc4860fe478bd6f99fec70cdb4e Cr-Commit-Position: refs/heads/master@{#390183}

Patch Set 1 #

Patch Set 2 : GYP update #

Patch Set 3 : Fix gyp #

Patch Set 4 : Fix more build issues #

Total comments: 2

Patch Set 5 : Added gfx_range_export #

Total comments: 1

Patch Set 6 : Fixed windows issues + addressed nit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+114 lines, -18 lines) Patch
M ash/ash.gyp View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M components/autofill.gypi View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M components/autofill/core/browser/BUILD.gn View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M content/content_browser.gypi View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M content/content_renderer.gypi View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M content/content_tests.gypi View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M ui/app_list/app_list.gyp View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M ui/base/ime/BUILD.gn View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M ui/base/ime/ui_base_ime.gyp View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M ui/base/ui_base.gyp View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M ui/gfx/BUILD.gn View 3 chunks +2 lines, -6 lines 0 comments Download
M ui/gfx/gfx.gyp View 1 2 3 4 3 chunks +28 lines, -6 lines 0 comments Download
M ui/gfx/gfx_tests.gyp View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M ui/gfx/ipc/BUILD.gn View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M ui/gfx/ipc/gfx_ipc.gyp View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
A ui/gfx/range/BUILD.gn View 1 2 3 4 1 chunk +27 lines, -0 lines 0 comments Download
A ui/gfx/range/gfx_range_export.h View 1 2 3 4 5 1 chunk +29 lines, -0 lines 0 comments Download
M ui/gfx/range/range.h View 1 2 3 4 3 chunks +3 lines, -3 lines 0 comments Download
M ui/gfx/range/range_f.h View 1 2 3 4 3 chunks +4 lines, -3 lines 0 comments Download
M ui/views/examples/examples.gyp View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M ui/views/views.gyp View 1 2 3 chunks +3 lines, -0 lines 0 comments Download

Messages

Total messages: 42 (16 generated)
Fady Samuel
4 years, 7 months ago (2016-04-27 02:15:00 UTC) #3
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1922373002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1922373002/20001
4 years, 7 months ago (2016-04-27 02:15:22 UTC) #5
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_compile_dbg on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_compile_dbg/builds/57051)
4 years, 7 months ago (2016-04-27 02:27:32 UTC) #7
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1922373002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1922373002/40001
4 years, 7 months ago (2016-04-27 14:13:41 UTC) #9
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/57178)
4 years, 7 months ago (2016-04-27 14:43:00 UTC) #11
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1922373002/40002 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1922373002/40002
4 years, 7 months ago (2016-04-27 16:36:57 UTC) #13
Fady Samuel
This touches a lot of build files across ui/ so danakj@ to cc and sky@ ...
4 years, 7 months ago (2016-04-27 16:37:58 UTC) #15
sky
https://codereview.chromium.org/1922373002/diff/40002/ui/gfx/gfx.gyp File ui/gfx/gfx.gyp (right): https://codereview.chromium.org/1922373002/diff/40002/ui/gfx/gfx.gyp#newcode77 ui/gfx/gfx.gyp:77: 'GFX_IMPLEMENTATION', Don't you need a separate macro for the ...
4 years, 7 months ago (2016-04-27 16:51:30 UTC) #16
Fady Samuel
PTAL Scott! Thanks! https://codereview.chromium.org/1922373002/diff/40002/ui/gfx/gfx.gyp File ui/gfx/gfx.gyp (right): https://codereview.chromium.org/1922373002/diff/40002/ui/gfx/gfx.gyp#newcode77 ui/gfx/gfx.gyp:77: 'GFX_IMPLEMENTATION', On 2016/04/27 16:51:30, sky wrote: ...
4 years, 7 months ago (2016-04-27 17:16:59 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/1922373002/70001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1922373002/70001
4 years, 7 months ago (2016-04-27 17:17:12 UTC) #19
sky
LGTM https://codereview.chromium.org/1922373002/diff/70001/ui/gfx/range/gfx_range_export.h File ui/gfx/range/gfx_range_export.h (right): https://codereview.chromium.org/1922373002/diff/70001/ui/gfx/range/gfx_range_export.h#newcode1 ui/gfx/range/gfx_range_export.h:1: // Copyright 2014 The Chromium Authors. All rights ...
4 years, 7 months ago (2016-04-27 17:50:39 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1922373002/90001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1922373002/90001
4 years, 7 months ago (2016-04-27 18:11:51 UTC) #23
Fady Samuel
+jam@ for content/ and other things not covered by sky@'s review.
4 years, 7 months ago (2016-04-27 18:14:48 UTC) #25
Fady Samuel
+jam@ for content/ and other things not covered by sky@'s review.
4 years, 7 months ago (2016-04-27 18:14:51 UTC) #26
commit-bot: I haz the power
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/174165)
4 years, 7 months ago (2016-04-27 18:20:26 UTC) #28
danakj
On 2016/04/27 17:50:39, sky wrote: > LGTM sky@ I'd like to get your thoughts on ...
4 years, 7 months ago (2016-04-27 18:21:31 UTC) #29
jam
lgtm
4 years, 7 months ago (2016-04-27 19:38:10 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1922373002/90001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1922373002/90001
4 years, 7 months ago (2016-04-27 19:55:32 UTC) #32
commit-bot: I haz the power
Committed patchset #6 (id:90001)
4 years, 7 months ago (2016-04-27 21:04:01 UTC) #34
sky
My guess is the parts of ui/gfx that use skia also use other parts of ...
4 years, 7 months ago (2016-04-27 21:07:38 UTC) #35
Fady Samuel
On 2016/04/27 21:07:38, sky wrote: > My guess is the parts of ui/gfx that use ...
4 years, 7 months ago (2016-04-27 22:19:00 UTC) #36
sky
Are you sure you don't want an ipc directory for each directory? So, instead of ...
4 years, 7 months ago (2016-04-27 23:47:56 UTC) #37
danakj
On 2016/04/27 22:19:00, Fady Samuel wrote: > On 2016/04/27 21:07:38, sky wrote: > > My ...
4 years, 7 months ago (2016-04-28 02:24:37 UTC) #38
danakj
On 2016/04/27 23:47:56, sky wrote: > Are you sure you don't want an ipc directory ...
4 years, 7 months ago (2016-04-28 02:25:59 UTC) #39
sky
I'm ok either way. I mildly prefer ipc per dir, but if that does't make ...
4 years, 7 months ago (2016-04-28 15:47:14 UTC) #40
commit-bot: I haz the power
4 years, 7 months ago (2016-04-30 17:13:05 UTC) #41
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/6f6dea38646e3fc4860fe478bd6f99fec70cdb4e
Cr-Commit-Position: refs/heads/master@{#390183}

Powered by Google App Engine
This is Rietveld 408576698