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

Side by Side Diff: components/pdf_viewer/BUILD.gn

Issue 1464873002: Run gn --format over all .gn files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//mojo/public/mojo_application.gni") 5 import("//mojo/public/mojo_application.gni")
6 6
7 mojo_native_application("pdf_viewer") { 7 mojo_native_application("pdf_viewer") {
8 sources = [ 8 sources = [
9 "pdf_viewer.cc", 9 "pdf_viewer.cc",
10 ] 10 ]
11 11
12 defines = [ "GL_GLEXT_PROTOTYPES" ] 12 defines = [ "GL_GLEXT_PROTOTYPES" ]
13 13
14 deps = [ 14 deps = [
15 "//base", 15 "//base",
16 "//components/bitmap_uploader", 16 "//components/bitmap_uploader",
17 "//components/mus/public/cpp",
17 "//components/mus/public/interfaces", 18 "//components/mus/public/interfaces",
18 "//components/mus/public/cpp",
19 "//components/web_view/public/interfaces", 19 "//components/web_view/public/interfaces",
20 "//gpu", 20 "//gpu",
21 "//mojo/application/public/cpp", 21 "//mojo/application/public/cpp",
22 "//mojo/common", 22 "//mojo/common",
23 "//mojo/common:common_base", 23 "//mojo/common:common_base",
24 "//mojo/converters/input_events", 24 "//mojo/converters/input_events",
25 "//mojo/converters/surfaces", 25 "//mojo/converters/surfaces",
26 "//mojo/public/c/gles2", 26 "//mojo/public/c/gles2",
27 "//mojo/public/cpp/bindings", 27 "//mojo/public/cpp/bindings",
28 "//mojo/services/network/public/cpp", 28 "//mojo/services/network/public/cpp",
29 "//mojo/services/network/public/interfaces", 29 "//mojo/services/network/public/interfaces",
30 "//mojo/services/tracing/public/cpp", 30 "//mojo/services/tracing/public/cpp",
31 "//mojo/services/tracing/public/interfaces", 31 "//mojo/services/tracing/public/interfaces",
32 "//third_party/pdfium", 32 "//third_party/pdfium",
33 "//ui/gfx/geometry", 33 "//ui/gfx/geometry",
34 "//ui/mojo/geometry:interfaces", 34 "//ui/mojo/geometry:interfaces",
35 "//ui/mojo/geometry:util", 35 "//ui/mojo/geometry:util",
36 ] 36 ]
37 37
38 data_deps = [ 38 data_deps = [
39 "//components/clipboard", 39 "//components/clipboard",
40 "//components/resource_provider", 40 "//components/resource_provider",
41 "//mojo/services/network:network", 41 "//mojo/services/network:network",
42 ] 42 ]
43 } 43 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698