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

Unified Diff: build/config/ios/rules.gni

Issue 2233663002: Fix the location of resources in iOS frameworks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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: build/config/ios/rules.gni
diff --git a/build/config/ios/rules.gni b/build/config/ios/rules.gni
index c670170ac4b7649c60721e6dae33863bee2d7512..e50e2a031195e35e55ffeed5cf326f83e162c10c 100644
--- a/build/config/ios/rules.gni
+++ b/build/config/ios/rules.gni
@@ -1139,8 +1139,8 @@ template("ios_framework_bundle") {
}
bundle_root_dir = _framework_root_dir
- bundle_resources_dir = "$bundle_root_dir/Resources"
- bundle_executable_dir = "$bundle_root_dir"
+ bundle_resources_dir = _framework_root_dir
+ bundle_executable_dir = _framework_root_dir
if (!defined(deps)) {
deps = []
« 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