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

Unified Diff: build/config/mac/compile_xib.py

Issue 2401573005: Clean up some GN/hermetic build changes. (Closed)
Patch Set: More fixes. Created 4 years, 2 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/xcrun.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/mac/compile_xib.py
diff --git a/build/config/mac/compile_xib.py b/build/config/mac/compile_xib.py
index f37ab2d69d5c816ec4858dfdce682b78997674d3..4923d82984cefadb4d2c4e1c579b73a8175c416f 100644
--- a/build/config/mac/compile_xib.py
+++ b/build/config/mac/compile_xib.py
@@ -23,7 +23,7 @@ def main():
help='Path to Xcode.')
args, unknown_args = parser.parse_known_args()
- if (args.developer_dir):
+ if args.developer_dir:
os.environ['DEVELOPER_DIR'] = args.developer_dir
ibtool_args = [
« no previous file with comments | « no previous file | build/config/mac/xcrun.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698