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

Unified Diff: chrome/tools/build/mac/run_verify_order.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 | « build/toolchain/toolchain.gni ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/tools/build/mac/run_verify_order.py
diff --git a/chrome/tools/build/mac/run_verify_order.py b/chrome/tools/build/mac/run_verify_order.py
index aeee9c70c30fc116802b33e80c84f23919fcb7b0..b9df88d06dfc34e423a15d54f214ec78e1445b9f 100644
--- a/chrome/tools/build/mac/run_verify_order.py
+++ b/chrome/tools/build/mac/run_verify_order.py
@@ -19,7 +19,7 @@ if __name__ == '__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
this_script_dir = os.path.dirname(sys.argv[0])
« no previous file with comments | « build/toolchain/toolchain.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698