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

Unified Diff: tools/perf/chrome_telemetry_build/BUILD.gn

Issue 2048563002: Fix chrome_telemetry_build's GN dependencies for Mac OS X. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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
« chrome/BUILD.gn ('K') | « chrome/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/chrome_telemetry_build/BUILD.gn
diff --git a/tools/perf/chrome_telemetry_build/BUILD.gn b/tools/perf/chrome_telemetry_build/BUILD.gn
index 0518103e3a417b997d06f41c67df9b101f59ed61..c113809c5bdd67bbcd62399af1a702c66013c821 100644
--- a/tools/perf/chrome_telemetry_build/BUILD.gn
+++ b/tools/perf/chrome_telemetry_build/BUILD.gn
@@ -39,13 +39,7 @@ group("telemetry_chrome_test") {
"//third_party/catapult/telemetry:bitmaptools",
]
- if (!is_mac) {
- # TODO(kbr): this used to be "//chrome". Had to change this to
- # chrome_initial temporarily to work around crbug.com/536192.
- data_deps += [ "//chrome:chrome_initial" ]
- } else {
- data_deps += [ "//chrome" ]
- }
+ data_deps += [ "//chrome" ]
}
data = [
« chrome/BUILD.gn ('K') | « chrome/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698