aboutsummaryrefslogtreecommitdiffhomepage
path: root/bin/sync-and-gyp
Commit message (Collapse)AuthorAge
* bin/sync-and-gyp: sh->py (make more cross-platform)Gravatar halcanary2015-11-09
| | | | Review URL: https://codereview.chromium.org/1425593011
* bin/deps-and-gyp -> bin/sync-and-gypGravatar mtklein2015-11-03
| | | | | | | | NOTREECHECKS=true BUG=skia: Review URL: https://codereview.chromium.org/1423463005
* bin/sync-and-gyp: gclient hackeryGravatar halcanary2015-11-02
| | | | Review URL: https://codereview.chromium.org/1427183003
* sync-and-gyp: Update shell script to correct the syntax of functionsGravatar Hal Canary2015-09-11
| | | | | | R=halcanary@gmail.com Review URL: https://codereview.chromium.org/1342543003 .
* sync-and-gyp: make smarterGravatar halcanary2015-05-26
| | | | | | | | | | | | | This fixes two issues: If gyp is run with the CXX and CC environment variables set, it will produce different ninja build files. sync-and-gyp now tracks the values of those variables; if they change, re-run gyp. Secondly, we introduced find.py, which is used inside gyp files. If the contents of certain directories changes, gyp should be re-run. So now we track those directories too. Review URL: https://codereview.chromium.org/1153083002
* sync-and-gyp script: fix to work in MSYS shellGravatar halcanary2015-04-24
| | | | | | | NOTRY=true TBR=scroggo@google.com Review URL: https://codereview.chromium.org/1104613003
* tools: add sync-and-gyp scriptGravatar halcanary2015-03-27
NOTRY=true Review URL: https://codereview.chromium.org/1035003004