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

Unified Diff: gyp_main.py

Issue 22816026: Convert setup.py to use setuptools (Closed) Base URL: https://chromium.googlesource.com/external/gyp.git@master
Patch Set: remove ez_setup.py Created 7 years, 3 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 | « MANIFEST ('k') | pylib/gyp/__init__.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp_main.py
diff --git a/gyp_main.py b/gyp_main.py
index d52e7116f5a5a9b634f55bbd7bda025c0a80367c..4ec872f0f95aa3840967f8951e7e6448477e7d64 100755
--- a/gyp_main.py
+++ b/gyp_main.py
@@ -15,4 +15,4 @@ except ImportError, e:
import gyp
if __name__ == '__main__':
- sys.exit(gyp.main(sys.argv[1:]))
+ sys.exit(gyp.script_main())
« no previous file with comments | « MANIFEST ('k') | pylib/gyp/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698