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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « components/mus/ws/BUILD.gn ('k') | components/pdf_viewer/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 import("//mojo/public/mojo_application.gni")
6
7 mojo_native_application("pdf_viewer") {
8 sources = [
9 "pdf_viewer.cc",
10 ]
11
12 defines = [ "GL_GLEXT_PROTOTYPES" ]
13
14 deps = [
15 "//base",
16 "//components/bitmap_uploader",
17 "//components/mus/common",
18 "//components/mus/public/cpp",
19 "//components/mus/public/interfaces",
20 "//components/web_view/public/interfaces",
21 "//gpu",
22 "//mojo/common",
23 "//mojo/common:common_base",
24 "//mojo/converters/input_events",
25 "//mojo/converters/surfaces",
26 "//mojo/public/c/gles2",
27 "//mojo/public/cpp/bindings",
28 "//mojo/services/network/public/cpp",
29 "//mojo/services/network/public/interfaces",
30 "//mojo/services/tracing/public/cpp",
31 "//mojo/services/tracing/public/interfaces",
32 "//mojo/shell/public/cpp",
33 "//mojo/shell/public/interfaces",
34 "//third_party/pdfium",
35 "//ui/gfx/geometry",
36 "//ui/mojo/geometry:interfaces",
37 "//ui/mojo/geometry:util",
38 "//v8",
39 ]
40
41 data_deps = [
42 "//components/clipboard",
43 "//components/resource_provider",
44 "//mojo/services/network:network",
45 ]
46 }
OLDNEW
« 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