commit | b76c1f706c40693740a8f7cc376bd603b417e8a3 | [log] [tgz] |
---|---|---|
author | borenet <borenet@google.com> | Wed Jul 29 07:38:49 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Wed Jul 29 07:38:49 2015 -0700 |
tree | e555f761afe5515cd098e3244b43ebc67c0304b2 | |
parent | f1f8bd58513848440d76e49cc3fde585bc888ff5 [diff] |
Add builder_spec.py Works like dm_flags.py and nanobench_flags.py; adds things like GYP_DEFINES, additional environment variables, and build targets. Required copying builder_name_schema from the tools/build repo. BUG=skia:4132 Review URL: https://codereview.chromium.org/1265623002