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

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

Issue 2085483003: Flip Mac CQ bots and matching waterfall bots to GN. (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
« no previous file with comments | « tools/mb/mb_config.pyl ('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 e5dec3e7749cb9a6c33c9a7b3827fd78a9c187a3..74d46245d713c1cff74439044f9ed11112fcff16 100644
--- a/tools/perf/chrome_telemetry_build/BUILD.gn
+++ b/tools/perf/chrome_telemetry_build/BUILD.gn
@@ -41,11 +41,11 @@ group("telemetry_chrome_test") {
data = [
"//tools/perf/chrome_telemetry_build/",
"//third_party/catapult/",
+ "//components/crash/content/tools/generate_breakpad_symbols.py",
]
if (is_win) {
data_deps += [ "//chrome:reorder_imports" ]
- data += [ "//components/crash/content/tools/generate_breakpad_symbols.py" ]
}
if (is_linux) {
@@ -53,7 +53,15 @@ group("telemetry_chrome_test") {
"//tools/xdisplaycheck",
"//breakpad:dump_syms($host_toolchain)",
]
- data += [ "//components/crash/content/tools/generate_breakpad_symbols.py" ]
+ }
+
+ if (is_mac) {
+ data_deps += [
+ "//breakpad:dump_syms",
+ "//chrome:chrome_framework",
+ "//chrome:chrome_helper_app",
+ "//third_party/crashpad/crashpad/tools:crashpad_database_util",
+ ]
}
if (is_win && (symbol_level == 1 || symbol_level == 2)) {
« no previous file with comments | « tools/mb/mb_config.pyl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698