diff options
-rw-r--r-- | BUILD.gn | 1 | ||||
-rw-r--r-- | samples/BUILD.gn | 1 |
2 files changed, 0 insertions, 2 deletions
@@ -2,7 +2,6 @@ # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. -import("//build_overrides/v8.gni") import("//testing/test.gni") import("pdfium.gni") diff --git a/samples/BUILD.gn b/samples/BUILD.gn index b66554d600..b4baf2b889 100644 --- a/samples/BUILD.gn +++ b/samples/BUILD.gn @@ -3,7 +3,6 @@ # found in the LICENSE file. import("//build/config/sanitizers/sanitizers.gni") -import("//build_overrides/v8.gni") import("../pdfium.gni") group("samples") { |