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

Unified Diff: build/config/mac/base_rules.gni

Issue 2055673002: [Mac/GN] Add //build/config/mac/package_framework.py. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments Created 4 years, 6 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 | build/config/mac/package_framework.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/mac/base_rules.gni
diff --git a/build/config/mac/base_rules.gni b/build/config/mac/base_rules.gni
index 7be6bf3337cd9e5d4843ace4bfe683b1fd7688d5..76610cc2d2210e5406fd34c6c9844e167ab055b0 100644
--- a/build/config/mac/base_rules.gni
+++ b/build/config/mac/base_rules.gni
@@ -312,12 +312,11 @@ template("framework_bundle") {
visibility += [ ":$_target_name+link" ]
}
- script = "$root_out_dir/gyp-mac-tool"
+ script = "//build/config/mac/package_framework.py"
outputs = [
"$root_out_dir/$_framework_name/Versions/Current",
]
args = [
- "package-framework",
"$_framework_name",
"$_framework_version",
]
« no previous file with comments | « no previous file | build/config/mac/package_framework.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698