diff options
-rw-r--r-- | BUILD.gn | 2 | ||||
-rw-r--r-- | pdfium.gni (renamed from build_overrides/pdfium.gni) | 2 | ||||
-rw-r--r-- | samples/BUILD.gn | 2 | ||||
-rw-r--r-- | testing/libfuzzer/BUILD.gn | 2 | ||||
-rw-r--r-- | third_party/BUILD.gn | 2 |
5 files changed, 5 insertions, 5 deletions
@@ -3,8 +3,8 @@ # found in the LICENSE file. import("//build_overrides/v8.gni") -import("//build_overrides/pdfium.gni") import("//testing/test.gni") +import("pdfium.gni") config("pdfium_config") { cflags = [] diff --git a/build_overrides/pdfium.gni b/pdfium.gni index d032aa12a4..b85ac74d0f 100644 --- a/build_overrides/pdfium.gni +++ b/pdfium.gni @@ -1,4 +1,4 @@ -# Copyright 2016 The Chromium Authors. All rights reserved. +# Copyright 2015 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. diff --git a/samples/BUILD.gn b/samples/BUILD.gn index 3fdb97e3e2..c2d6eef7d2 100644 --- a/samples/BUILD.gn +++ b/samples/BUILD.gn @@ -4,7 +4,7 @@ import("//build/config/sanitizers/sanitizers.gni") import("//build_overrides/v8.gni") -import("//build_overrides/pdfium.gni") +import("../pdfium.gni") group("samples") { testonly = true diff --git a/testing/libfuzzer/BUILD.gn b/testing/libfuzzer/BUILD.gn index bd6215ba1a..0ee8b29e38 100644 --- a/testing/libfuzzer/BUILD.gn +++ b/testing/libfuzzer/BUILD.gn @@ -2,7 +2,7 @@ # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. -import("//build_overrides/pdfium.gni") +import("../../pdfium.gni") config("libfuzzer_config") { defines = [ diff --git a/third_party/BUILD.gn b/third_party/BUILD.gn index eb1e53b3bb..e0c9bf116e 100644 --- a/third_party/BUILD.gn +++ b/third_party/BUILD.gn @@ -2,7 +2,7 @@ # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. -import("//build_overrides/pdfium.gni") +import("../pdfium.gni") group("third_party") { deps = [ |