Commit 1de1e555 authored by Yuki Shiino's avatar Yuki Shiino Committed by Commit Bot

bind-gen: Add a file header comment

Adds a caution of auto-generated files.

Bug: 839389
Change-Id: I212dd2eb8153669f964f7b1a1de3d7ad4c9f8bf5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2358931Reviewed-by: default avatarHitoshi Yoshida <peria@chromium.org>
Commit-Queue: Yuki Shiino <yukishiino@chromium.org>
Cr-Commit-Position: refs/heads/master@{#798607}
parent 7609c71c
...@@ -20,7 +20,10 @@ def make_copyright_header(): ...@@ -20,7 +20,10 @@ def make_copyright_header():
return LiteralNode("""\ return LiteralNode("""\
// Copyright 2019 The Chromium Authors. All rights reserved. // Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.\ // found in the LICENSE file.
// DO NOT EDIT: This file is auto-generated by
// //third_party/blink/renderer/bindings/scripts/generate_bindings.py\
""") """)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment