-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mostly mechanical changes for Python3 support.
Everything should still work fine in Python 2. With this change (and the others I've just landed), Python 3 should work on at least Linux, but I need to do more sanity-checking on Mac and Win. The changes in this CL are all mechanical -- things like print() instead of print, `key in dict` rather than dict.has_key(key), and switching to use .decode('utf8') to handle the binary streams returned from a subprocess (and a few other things). Most of this work is derived from [email protected]'s original work in https://codereview.chromium.org/1454433002/. Bug: gyp:36 Change-Id: Ie04ebcf2d82e7b8ff34c6a112215eac46af688ba Reviewed-on: https://chromium-review.googlesource.com/c/1357805 Reviewed-by: Mark Mentovai <[email protected]>
- Loading branch information
Showing
169 changed files
with
1,086 additions
and
1,130 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
GYP can Generate Your Projects. | ||
=================================== | ||
|
||
Documents are available at [gyp.gsrc.io](https://gyp.gsrc.io), or you can check out ```md-pages``` branch to read those documents offline. | ||
Documents are available at [gyp.gsrc.io](https://gyp.gsrc.io), or you can | ||
check out ```md-pages``` branch to read those documents offline. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.