diff options
author | Allan Sandfeld Jensen <allan.jensen@qt.io> | 2017-07-17 13:57:45 +0200 |
---|---|---|
committer | Allan Sandfeld Jensen <allan.jensen@qt.io> | 2017-07-19 13:44:40 +0000 |
commit | 6ec7b8da05d21a3878bd21c691b41e675d74bb1c (patch) | |
tree | b87f250bc19413750b9bb9cdbf2da20ef5014820 /chromium/gpu/PRESUBMIT.py | |
parent | ec02ee4181c49b61fce1c8fb99292dbb8139cc90 (diff) | |
download | qtwebengine-chromium-6ec7b8da05d21a3878bd21c691b41e675d74bb1c.tar.gz |
BASELINE: Update Chromium to 60.0.3112.70
Change-Id: I9911c2280a014d4632f254857876a395d4baed2d
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'chromium/gpu/PRESUBMIT.py')
-rw-r--r-- | chromium/gpu/PRESUBMIT.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chromium/gpu/PRESUBMIT.py b/chromium/gpu/PRESUBMIT.py index b0c999a5dd8..db256710bf4 100644 --- a/chromium/gpu/PRESUBMIT.py +++ b/chromium/gpu/PRESUBMIT.py @@ -16,6 +16,9 @@ def PostUploadHook(cl, change, output_api): to the regular CQ try bots. This test suite is too large to run against all Chromium commits, but should be run against changes likely to affect these tests. + + When adding/removing tests here, ensure that both gpu/PRESUBMIT.py and + ui/gl/PRESUBMIT.py are updated. """ return output_api.EnsureCQIncludeTrybotsAreAdded( cl, |