diff options
author | dpranke <dpranke@chromium.org> | 2015-06-19 18:19:49 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-06-20 01:20:38 +0000 |
commit | 55c615dc327046f24354b815e1edc795ed52bccb (patch) | |
tree | 754d498fe782c98ac439c546f506d931db1722b5 /DEPS | |
parent | d5d8d0d3ae8f7e4139697059d368e1c9a411e47b (diff) | |
download | chromium_src-55c615dc327046f24354b815e1edc795ed52bccb.zip chromium_src-55c615dc327046f24354b815e1edc795ed52bccb.tar.gz chromium_src-55c615dc327046f24354b815e1edc795ed52bccb.tar.bz2 |
Reland "Roll buildtools fa660d47..ecc8e253"
Original issue's description:
> Roll buildtools fa660d47..ecc8e253
>
> https://chromium.googlesource.com/chromium/buildtools/+log/fa660d47..ecc8e253
>
> ecc8e25 Roll GN #330790:#333203 (9d04333f..4e3e57b2)
> 46ce8cb Optionally support relative include paths in cpp_checker.py
> b983eee Fix the .gitignore rules to complain about linux32 if need be.
>
> The GN roll contains the following changes to tools/gn:
>
> https://chromium.googlesource.com/chromium/src.git/+log/9d04333f..4e3e57b2/tools/gn
>
> 56affab Check for inputs not generated by deps
> e903c0f Allow directories for GN data lists.
> ff0986f GN: Make file/dir resolving return errors.
> b73b2de Add support for module-definition files to gn
> 58a1b33 Add base/files/file_tracing.cc to tools/gn/bootstrap/bootstrap.py.
> 92acc5e gn: Add a newline to fix a bulleted list in README.md.
> 81d969a Fix missing print command in a GN error case.
> a9adafe Make GN header checker more lenient about toolchains.
>
> In addition, the Linux build of GN was the first build with
> use_ozone=true use_glib=false in order to not have a runtime
The roll was reverted because #335350 introduced a new target in //chrome/android
that had some missing deps. This attempt at the roll includes a fix for that.
TBR=brettw@chromium.org, agrieve@chromium.org
CQ_EXTRA_TRYBOTS=tryserver.chromium.mac:mac_chromium_gn_dbg,mac_chromium_gn_rel;tryserver.chromium.win:win8_chromium_gn_dbg;tryserver.chromium.linux:linux_chromium_gn_chromeos_dbg
Review URL: https://codereview.chromium.org/1198693002
Cr-Commit-Position: refs/heads/master@{#335412}
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ vars = { # Three lines of non-changing comments so that # the commit queue can handle CLs rolling build tools # and whatever else without interference from each other. - 'buildtools_revision': 'fa660d47fa1a6c649d5c29e001348447c55709e6', + 'buildtools_revision': 'ecc8e253abac3b6186a97573871a084f4c0ca3ae', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling PDFium # and whatever else without interference from each other. |