commit | 983633769da91ecbc070564c7c67793123cc9ff6 | [log] [tgz] |
---|---|---|
author | Ivan Afanasyev <[email protected]> | Wed Sep 06 14:33:09 2017 |
committer | Commit Bot <[email protected]> | Wed Sep 06 14:33:09 2017 |
tree | 77334fe6b7138c85ee8ff73fdf58a7eb680e818b | |
parent | d113e99ce8bdb4d3266d81640e99ee58e7b39fb3 [diff] [blame] |
fix flaky compilation of chrome browser test_support_ui web_ui_test_handler.cc includes auto-generated web_ui_tester.mojom.h for non-android builds, but test_support_ui does not have a dependency from //chrome/common:mojo_bindinds, so, compilation sometimes fails. Bug: Change-Id: Ide7d3255a9156e2c70ae13d25ef3946435d3af7a Reviewed-on: https://chromium-review.googlesource.com/652247 Reviewed-by: Bernhard Bauer <[email protected]> Commit-Queue: Bernhard Bauer <[email protected]> Cr-Commit-Position: refs/heads/master@{#499959}
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn index f24cfb8..f22b101 100644 --- a/chrome/browser/BUILD.gn +++ b/chrome/browser/BUILD.gn
@@ -4660,6 +4660,8 @@ "ui/webui/web_ui_test_handler.cc", "ui/webui/web_ui_test_handler.h", ] + + deps += [ "//chrome/common:mojo_bindings" ] } configs += [ "//build/config:precompiled_headers" ]