Commit 6fbb8e72 authored by Mila Green's avatar Mila Green Committed by Commit Bot

Produce a GoogleUpdate.bundle

Bug: 1024318
Change-Id: Ia01b50058e4addd0ae9ce22a37ff37f8d8e384df
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1915096
Commit-Queue: Mila Green <milagreen@chromium.org>
Reviewed-by: default avatarSorin Jianu <sorin@chromium.org>
Reviewed-by: default avatarJoshua Pawlicki <waffles@chromium.org>
Cr-Commit-Position: refs/heads/master@{#715333}
parent 6a44cbfb
......@@ -48,3 +48,22 @@ source_set("updater_tests") {
"//testing/gtest",
]
}
bundle_data("info_plist") {
sources = [
"Info.plist",
]
outputs = [
"{{bundle_contents_dir}}/Info.plist",
]
}
create_bundle("GoogleUpdate.bundle") {
deps = [
":info_plist",
]
bundle_root_dir = "${root_build_dir}/GoogleUpdate.bundle"
bundle_contents_dir = "${bundle_root_dir}/Contents"
bundle_resources_dir = "${bundle_contents_dir}/Resources"
bundle_executable_dir = "${bundle_contents_dir}/MacOS"
}
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict/>
</plist>
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