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

Unified Diff: build/toolchain/mac/BUILD.gn

Issue 2081933004: [Mac/iOS/GN] Remove setup_toolchain.py since gyp-mac-tool is not needed anymore. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-ios-gyp-tool
Patch Set: 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/toolchain/mac/setup_toolchain.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/toolchain/mac/BUILD.gn
diff --git a/build/toolchain/mac/BUILD.gn b/build/toolchain/mac/BUILD.gn
index ef01cd8f1d463fcb697c640e3b9cdd52ccbf73c6..e2b871dfcdffdd1841a5e8a6bcd0b403645065f4 100644
--- a/build/toolchain/mac/BUILD.gn
+++ b/build/toolchain/mac/BUILD.gn
@@ -36,12 +36,6 @@ if (current_toolchain == default_toolchain) {
}
}
-# This will copy the gyp-mac-tool to the build directory. We pass in the source
-# file of the mac tool.
-gyp_mac_tool_source =
- rebase_path("//tools/gyp/pylib/gyp/mac_tool.py", root_build_dir)
-exec_script("setup_toolchain.py", [ gyp_mac_tool_source ])
-
# When implementing tools using Python scripts, a TOOL_VERSION=N env
# variable is placed in front of the command. The N should be incremented
# whenever the script is changed, so that the build system rebuilds all
« no previous file with comments | « no previous file | build/toolchain/mac/setup_toolchain.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698