#!/usr/bin/env python | |
# Copyright 2019 The Chromium Authors | |
# 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) |