summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrettw <brettw@chromium.org>2017-01-23 16:08:36 -0800
committerCommit bot <commit-bot@chromium.org>2017-01-23 16:08:36 -0800
commit7a82a6294a34db85cf5cfa4b6a994708f7a915e7 (patch)
tree3000c8f0bd054289b7a35366ad44607dc961fdc4
parent4022f87eb8716155291543efaaf289e51d7cbf43 (diff)
downloadpdfium-chromium/2991.tar.xz
Remove obsolete include of build_overrides/v8.gnichromium/2991
This file is no longer needed. BUG=684096 Review-Url: https://codereview.chromium.org/2657433002
-rw-r--r--BUILD.gn1
-rw-r--r--samples/BUILD.gn1
2 files changed, 0 insertions, 2 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 8b837c2ee2..b41c1cdb07 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -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") {