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

Issue 1716543003: ozone: Use allow_circular_includes_from to fix deps issue (Closed)

Created:
4 years, 10 months ago by spang
Modified:
4 years, 10 months ago
Reviewers:
rjkroege
CC:
chromium-reviews, kalyank, piman+watch_chromium.org, ozone-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

ozone: Use allow_circular_includes_from to fix deps issue It turns out what we're doing is supported all along with the special allow_circular_includes_from feature. This says that the stuff in platform/ is intended solely to be aggregated into //ui/ozone and it's therefore OK to include headers from there. So switch to this instead of annotating with "nogncheck." Also add a bunch of missing dependencies that gn check is complaining about, and fix public_deps of //ui/ozone to correctly include all of the stuff needed by the public headers. Committed: https://crrev.com/b4e50a86e213484d38735e7e930930a6eed74951 Cr-Commit-Position: refs/heads/master@{#376794}

Patch Set 1 #

Patch Set 2 : #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+40 lines, -33 lines) Patch
M ui/ozone/BUILD.gn View 1 chunk +20 lines, -20 lines 2 comments Download
M ui/ozone/common/stub_client_native_pixmap_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/ozone/platform/caca/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
M ui/ozone/platform/caca/ozone_platform_caca.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/ozone/platform/cast/client_native_pixmap_factory_cast.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/ozone/platform/cast/ozone_platform_cast.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/ozone/platform/drm/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M ui/ozone/platform/drm/client_native_pixmap_factory_gbm.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/ozone/platform/drm/gpu/gbm_buffer.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/ozone/platform/drm/ozone_platform_gbm.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/ozone/platform/egltest/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M ui/ozone/platform/egltest/client_native_pixmap_factory_egltest.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/ozone/platform/egltest/ozone_platform_egltest.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/ozone/platform/headless/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M ui/ozone/platform/headless/client_native_pixmap_factory_headless.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/ozone/platform/headless/ozone_platform_headless.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/ozone/platform/wayland/BUILD.gn View 1 chunk +3 lines, -0 lines 0 comments Download
M ui/ozone/platform/wayland/ozone_platform_wayland.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/ozone/platform/x11/ozone_platform_x11.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 11 (5 generated)
spang
4 years, 10 months ago (2016-02-19 02:44:17 UTC) #2
rjkroege
lgtm https://codereview.chromium.org/1716543003/diff/20001/ui/ozone/BUILD.gn File ui/ozone/BUILD.gn (right): https://codereview.chromium.org/1716543003/diff/20001/ui/ozone/BUILD.gn#newcode162 ui/ozone/BUILD.gn:162: # TODO(GYP) the GYP version has a way ...
4 years, 10 months ago (2016-02-19 19:00:53 UTC) #4
spang
https://codereview.chromium.org/1716543003/diff/20001/ui/ozone/BUILD.gn File ui/ozone/BUILD.gn (right): https://codereview.chromium.org/1716543003/diff/20001/ui/ozone/BUILD.gn#newcode162 ui/ozone/BUILD.gn:162: # TODO(GYP) the GYP version has a way to ...
4 years, 10 months ago (2016-02-22 19:27:13 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1716543003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1716543003/20001
4 years, 10 months ago (2016-02-22 19:41:11 UTC) #7
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 10 months ago (2016-02-22 20:21:39 UTC) #9
commit-bot: I haz the power
4 years, 10 months ago (2016-02-22 20:22:45 UTC) #11
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/b4e50a86e213484d38735e7e930930a6eed74951
Cr-Commit-Position: refs/heads/master@{#376794}

Powered by Google App Engine
This is Rietveld 408576698