Commit dbdf72f1 authored by dpapad's avatar dpapad

Add missing dependency causing the build to flakily fail.

The failure could be easily reproduced as follows

rm -rf out/<out>/gen/chrome/browser/resources
rm -rf out/<out>/ui/webui/resources
ninja -C out/<out> chrome/browser/resources/extensions:build

and was caused by a missing dependency to cr_components:preprocess.

TBR=futhark@chromium.org

No-Tree-Checks: true
No-Try: true
Bug: 1143476
Change-Id: Ib06568eeb9782beace3093cb434c58c978708d4b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2506643
Commit-Queue: dpapad <dpapad@chromium.org>
Reviewed-by: default avatardpapad <dpapad@chromium.org>
Auto-Submit: dpapad <dpapad@chromium.org>
Cr-Commit-Position: refs/heads/master@{#822069}
parent 92291d19
...@@ -41,6 +41,7 @@ group("preprocess") { ...@@ -41,6 +41,7 @@ group("preprocess") {
deps = [ deps = [
":preprocess_generated", ":preprocess_generated",
":preprocess_src", ":preprocess_src",
"cr_components:preprocess",
"cr_elements:preprocess", "cr_elements:preprocess",
] ]
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment