File: PRESUBMIT.py

package info (click to toggle)
libyuv 0.0~git20230123.b2528b0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,928 kB
  • sloc: cpp: 99,332; ansic: 13,782; python: 584; sh: 32; makefile: 29
file content (13 lines) | stat: -rw-r--r-- 440 bytes parent folder | download | duplicates (20)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright 2018 The PDFium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

USE_PYTHON3 = True


def CheckChangeOnUpload(input_api, output_api):
  return input_api.canned_checks.CheckChangedLUCIConfigs(input_api, output_api)


def CheckChangeOnCommit(input_api, output_api):
  return input_api.canned_checks.CheckChangedLUCIConfigs(input_api, output_api)