Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7932)

Unified Diff: chrome/test/BUILD.gn

Issue 1369813003: Fix telemetry_gpu_test's GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698