Commit ed4cf1ce authored by Paul Irish's avatar Paul Irish Committed by Commit Bot

Fix debug_devtools build on Mojave

Bug: 958976
Change-Id: Ia89ac356cf54f41af0daeb217fa7b3a4d43e7a46
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1623746
Auto-Submit: Paul Irish <paulirish@chromium.org>
Reviewed-by: default avatarNico Weber <thakis@chromium.org>
Commit-Queue: Paul Irish <paulirish@chromium.org>
Cr-Commit-Position: refs/heads/master@{#662042}
parent 0d2cee0b
......@@ -1042,6 +1042,12 @@ if (is_win) {
]
script = "//build/symlink.py"
if (new_mac_bundle_structure) {
_resources_path = "$root_out_dir/$chrome_product_full_name.app/Contents/Frameworks/$chrome_framework_name.framework/Versions/$chrome_version_full/Resources/inspector"
} else {
_resources_path = "$root_out_dir/$chrome_product_full_name.app/Contents/Versions/$chrome_version_full/$chrome_framework_name.framework/Resources/inspector"
}
args = [
"-f",
"--touch",
......@@ -1050,8 +1056,7 @@ if (is_win) {
# Convert the symlink source and destination to an absolute paths, which
# makes symlinking easier (now pwd manipulation).
rebase_path("$root_out_dir/resources/inspector"),
rebase_path(
"$root_out_dir/$chrome_product_full_name.app/Contents/Versions/$chrome_version_full/$chrome_framework_name.framework/Resources/inspector"),
rebase_path(_resources_path),
]
deps = [
......
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