Commit a8f9e65c authored by tansell's avatar tansell Committed by Commit Bot

Fixing data_deps on Mac for content_shell

Temporary fix to check if this ends up with the mojo.js generated
files get correctly included.

BUG=717344
TBR=dpranke@chromium.org,jochen@chromium.org,mcgreevy@chromium.org

Review-Url: https://codereview.chromium.org/2926843002
Cr-Commit-Position: refs/heads/master@{#477918}
parent 7ddfd97f
......@@ -500,6 +500,9 @@ if (is_android) {
"@executable_path/../",
]
info_plist_target = ":content_shell_plist"
data_deps = [
":content_shell_lib",
]
}
} else {
executable("content_shell") {
......
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