Commit c3f7fbfe authored by adoneria's avatar adoneria Committed by Commit Bot

[updater] add data_deps for mac platform for updater_integration_tests.

This is an attempt to fix the error where mac builder
is not able to find file
/opt/s/w/ir/cache/builder/src/out/Release/gen/chrome/updater/version_info.py.


Bug: 1148430
Change-Id: I671f32660913c03f0fa61c993e4fcb027c00f3c4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2535220Reviewed-by: default avatarJoshua Pawlicki <waffles@chromium.org>
Commit-Queue: Anjali Doneria <adoneria@google.com>
Cr-Commit-Position: refs/heads/master@{#827028}
parent cbf5f453
......@@ -429,5 +429,11 @@ if (is_win || is_mac) {
"//chrome/updater/win/installer",
]
}
if (is_mac) {
data_deps = [
":version_header_py",
"//chrome/updater/mac:updater_bundle",
]
}
}
}
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