| Index: chrome/test/BUILD.gn
|
| diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
|
| index 70b22f56fe8863c32ca8ccd59fefda5592c15858..ea9d976e091716a72a3ee5e7d69f131b51edaa94 100644
|
| --- a/chrome/test/BUILD.gn
|
| +++ b/chrome/test/BUILD.gn
|
| @@ -601,7 +601,9 @@ if (!is_android) {
|
|
|
| group("telemetry_gpu_test") {
|
| data_deps = [
|
| - "//chrome",
|
| + # TODO(kbr): this used to be "//chrome". Had to change this to
|
| + # chrome_initial temporarily to work around crbug.com/536192.
|
| + "//chrome:chrome_initial",
|
| "//tools/telemetry:bitmaptools",
|
| ]
|
|
|
|
|