diff options
author | dpranke <dpranke@chromium.org> | 2015-06-19 15:16:03 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-06-19 22:16:45 +0000 |
commit | 980ddcea5dec660e1b089378f1cde728d709ab41 (patch) | |
tree | aec438b843b1719b600ce1ec937736201342b4c7 /DEPS | |
parent | 1e5dcde846ac9d781cb24c47368c19656ea5feb3 (diff) | |
download | chromium_src-980ddcea5dec660e1b089378f1cde728d709ab41.zip chromium_src-980ddcea5dec660e1b089378f1cde728d709ab41.tar.gz chromium_src-980ddcea5dec660e1b089378f1cde728d709ab41.tar.bz2 |
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
dependency on glib.
TBR=brettw@chromium.org
CQ_EXTRA_TRYBOTS=tryserver.chromium.win:win8_chromium_gn_dbg;tryserver.chromium.mac:mac_chromium_gn_rel,mac_chromium_gn_dbg
Review URL: https://codereview.chromium.org/1168473005
Cr-Commit-Position: refs/heads/master@{#335359}
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. |