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

Issue 1984153002: Workaround for flaky ax_enums.h errors when compiling under app_list_presenter (Closed)

Created:
4 years, 7 months ago by tapted
Modified:
4 years, 7 months ago
Reviewers:
calamity
CC:
chromium-reviews, tfarina, Matt Giuca, tapted, chrome-apps-syd-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Workaround for flaky ax_enums.h errors when compiling under app_list_presenter ui/views/view.h #includes ax_enums.h and app_list_presenter #includes view.h. This means ax_enums.h needs to exist before anything in app_list_presenter is compiled, even though app_list_presenter doesn't use anything from ax_enums.h. An alternative might be to make views.gyp:views a hard_dependency of everything that depends on it. However, it seems unfair to force that, since it's really only ax_gen that is the "hard" dependency, and it's already correctly marked as a hard_dependency. Exploring a nicer fix in http://crbug.com/612382, which involves view.h simply not #including ax_enums.h BUG=611898 Committed: https://crrev.com/93fa270c60338957b15cefb20e5553fb67cb2ba3 Cr-Commit-Position: refs/heads/master@{#394074}

Patch Set 1 #

Patch Set 2 : more dots #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -0 lines) Patch
M ui/app_list/presenter/BUILD.gn View 1 chunk +4 lines, -0 lines 0 comments Download
M ui/app_list/presenter/app_list_presenter.gyp View 1 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (5 generated)
tapted
4 years, 7 months ago (2016-05-17 06:44:50 UTC) #3
calamity
lgtm
4 years, 7 months ago (2016-05-17 07:10:46 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1984153002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1984153002/20001
4 years, 7 months ago (2016-05-17 07:21:57 UTC) #6
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 7 months ago (2016-05-17 07:25:44 UTC) #8
commit-bot: I haz the power
4 years, 7 months ago (2016-05-17 07:26:51 UTC) #10
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/93fa270c60338957b15cefb20e5553fb67cb2ba3
Cr-Commit-Position: refs/heads/master@{#394074}

Powered by Google App Engine
This is Rietveld 408576698