generate_build_files failing on Linux ChromiumOS Ozone Builder |
||
Issue descriptionThe failure starts at this build, which has only one commit that looks very related: https://build.chromium.org/p/chromium.gpu.fyi/builders/Linux%20ChromiumOS%20Ozone%20Builder/builds/14485 The commit: https://chromium.googlesource.com/chromium/src/+/e3880da51bf9da14f748d00ac7b5741989107696 The failure: ERROR at //chrome/browser/ui/views/harmony/chrome_typography.h:13:11: Include not allowed. #include "ash/public/cpp/ash_typography.h" ^------------------------------ It is not in any dependency of //chrome/browser/ui:ui The include file is in the target(s): //ash/public/cpp:ash_public_cpp which should somehow be reachable. ___________________ ERROR at //chrome/browser/ui/views/harmony/harmony_typography_provider.cc:12:11: Include not allowed. #include "ash/public/cpp/ash_typography.h" ^------------------------------ It is not in any dependency of //chrome/browser/ui:ui The include file is in the target(s): //ash/public/cpp:ash_public_cpp which should somehow be reachable. tapted@, can you take a look? It looks like the error is triggered by a block in a USE_ASH guard, which is a bit weird. Also ccing fjhenigman@ that knows more about this bot.
,
May 22 2017
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/6510e3d00f827f2f071d333a47a560fa9fe41dbf commit 6510e3d00f827f2f071d333a47a560fa9fe41dbf Author: tapted <tapted@chromium.org> Date: Mon May 22 04:06:37 2017 Add nogncheck to OS_CHROMEOS-guarded #include from r472400. gn check doesn't understand preprocessor directives. Currently a failure results on the Ozone FYI builders. BUG= 722811 TBR=afakhry@chromium.org, dbeam@chromium.org Review-Url: https://codereview.chromium.org/2892423002 Cr-Commit-Position: refs/heads/master@{#473501} [modify] https://crrev.com/6510e3d00f827f2f071d333a47a560fa9fe41dbf/chrome/browser/extensions/api/settings_private/prefs_util.cc
,
May 22 2017
https://build.chromium.org/p/chromium.gpu.fyi/builders/Linux%20ChromiumOS%20Ozone%20Builder/builds/15517 is green |
||
►
Sign in to add a comment |
||
Comment 1 by tapted@chromium.org
, May 22 2017Owner: afakhry@chromium.org