Commit a378c4d3 authored by Tien Mai's avatar Tien Mai Committed by Commit Bot

Fix flaky build caused by missing dependency in GCPW.

Bug: 890348
Change-Id: I9946191164b4e9f8fde4be3452d80d866317b156
Reviewed-on: https://chromium-review.googlesource.com/c/1354693Reviewed-by: default avatarRoger Tawa <rogerta@chromium.org>
Commit-Queue: Tien Mai <tienmai@chromium.org>
Cr-Commit-Position: refs/heads/master@{#613211}
parent 802702bb
......@@ -32,6 +32,7 @@ source_set("common") {
]
deps = [
"//base:base",
"//components/crash/core/common",
"//components/version_info",
"//google_apis:google_apis",
]
......@@ -92,7 +93,6 @@ source_set("gaiacp_lib") {
"//components/crash/content/app:app",
"//components/crash/content/app:crash_export_thunks",
"//components/crash/content/app:run_as_crashpad_handler",
"//components/crash/core/common",
]
if (is_component_build) {
deps += [ "//content/public/common" ]
......
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