blob: c88fb5ade021f789ef4aa5de2972780e6e70b70d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#!/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)
|