Index: components/pdf_viewer/BUILD.gn |
diff --git a/components/pdf_viewer/BUILD.gn b/components/pdf_viewer/BUILD.gn |
deleted file mode 100644 |
index 56f064997999827cdd53cb99a387351b9e88810d..0000000000000000000000000000000000000000 |
--- a/components/pdf_viewer/BUILD.gn |
+++ /dev/null |
@@ -1,46 +0,0 @@ |
-# Copyright 2015 The Chromium Authors. All rights reserved. |
-# Use of this source code is governed by a BSD-style license that can be |
-# found in the LICENSE file. |
- |
-import("//mojo/public/mojo_application.gni") |
- |
-mojo_native_application("pdf_viewer") { |
- sources = [ |
- "pdf_viewer.cc", |
- ] |
- |
- defines = [ "GL_GLEXT_PROTOTYPES" ] |
- |
- deps = [ |
- "//base", |
- "//components/bitmap_uploader", |
- "//components/mus/common", |
- "//components/mus/public/cpp", |
- "//components/mus/public/interfaces", |
- "//components/web_view/public/interfaces", |
- "//gpu", |
- "//mojo/common", |
- "//mojo/common:common_base", |
- "//mojo/converters/input_events", |
- "//mojo/converters/surfaces", |
- "//mojo/public/c/gles2", |
- "//mojo/public/cpp/bindings", |
- "//mojo/services/network/public/cpp", |
- "//mojo/services/network/public/interfaces", |
- "//mojo/services/tracing/public/cpp", |
- "//mojo/services/tracing/public/interfaces", |
- "//mojo/shell/public/cpp", |
- "//mojo/shell/public/interfaces", |
- "//third_party/pdfium", |
- "//ui/gfx/geometry", |
- "//ui/mojo/geometry:interfaces", |
- "//ui/mojo/geometry:util", |
- "//v8", |
- ] |
- |
- data_deps = [ |
- "//components/clipboard", |
- "//components/resource_provider", |
- "//mojo/services/network:network", |
- ] |
-} |