mirror of
https://pdfium.googlesource.com/pdfium
synced 2026-08-02 05:04:39 +08:00
Fixes a few more copyright headers that were missed earlier because PanProjectChecks() doesn't consider GN files as source files. Bug: pdfium:1884 Change-Id: I0d0f47750d1760bfea1f9aa8831f87accf2725c3 Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/100630 Auto-Submit: K. Moon <kmoon@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Lei Zhang <thestig@chromium.org> Commit-Queue: K. Moon <kmoon@chromium.org>
16 lines
544 B
Plaintext
16 lines
544 B
Plaintext
# Copyright 2016 The PDFium Authors
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
# found in the LICENSE file.
|
|
|
|
# Exclude support for registering main function in multi-process tests.
|
|
gtest_include_multiprocess = false
|
|
|
|
# Exclude support for platform-specific operations across unit tests.
|
|
gtest_include_platform_test = false
|
|
|
|
# Exclude support for testing Objective C code on macOS and iOS.
|
|
gtest_include_objc_support = false
|
|
|
|
# Exclude support for flushing coverage files on iOS.
|
|
gtest_include_ios_coverage = false
|