#!/usr/bin/env python # Copyright (c) 2019 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. from __future__ import print_function import sys print('GN is autorolled by https://autoroll.skia.org/r/gn-chromium-autoroll') print('See also https://groups.google.com/a/chromium.org/g/build/c/2VH7DqyaVD0') sys.exit(1)