Commit 45aeda55 authored by bzanotti's avatar bzanotti Committed by Commit bot

[iOS] Allow use of extra entitlements for EG tests.

Some internal tests require special entitlements (e.g. for keychain
access). This was inadvertently dropped during the upstreaming.

BUG=679042

Review-Url: https://codereview.chromium.org/2632473002
Cr-Commit-Position: refs/heads/master@{#443222}
parent c7d62e19
......@@ -53,6 +53,9 @@ template("chrome_ios_eg_test") {
output_name = "$target_gen_dir/$_target_name.entitlements"
plist_templates =
[ "//ios/chrome/test/earl_grey/resources/Chrome.entitlements" ]
if (ios_chrome_entitlements_additions != []) {
plist_templates += ios_chrome_entitlements_additions
}
}
}
......
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