Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(349)

Unified Diff: components/pdf_viewer/BUILD.gn

Issue 1677293002: Bye bye Mandoline (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: moar Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/mus/ws/BUILD.gn ('k') | components/pdf_viewer/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
- ]
-}
« no previous file with comments | « components/mus/ws/BUILD.gn ('k') | components/pdf_viewer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698