Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(92)

Unified Diff: ios/chrome/test/earl_grey/chrome_ios_eg_test.gni

Issue 2632473002: [iOS] Allow use of extra entitlements for EG tests. (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/test/earl_grey/chrome_ios_eg_test.gni
diff --git a/ios/chrome/test/earl_grey/chrome_ios_eg_test.gni b/ios/chrome/test/earl_grey/chrome_ios_eg_test.gni
index c5d7fb91f3cadd5444340925605dc2dd1904c13d..9e55660fb998e8f58a545570c60bfa8621e34ca5 100644
--- a/ios/chrome/test/earl_grey/chrome_ios_eg_test.gni
+++ b/ios/chrome/test/earl_grey/chrome_ios_eg_test.gni
@@ -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
+ }
}
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698