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

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

Issue 1410053006: Move third_party/mojo/src/mojo/public to mojo/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge 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
« no previous file with comments | « components/mus/ws/window_tree_host_connection.h ('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
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/interfaces", 17 "//components/mus/public/interfaces",
18 "//components/mus/public/cpp", 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",
27 "//mojo/public/cpp/bindings",
26 "//mojo/services/network/public/cpp", 28 "//mojo/services/network/public/cpp",
27 "//mojo/services/network/public/interfaces", 29 "//mojo/services/network/public/interfaces",
28 "//mojo/services/tracing/public/cpp", 30 "//mojo/services/tracing/public/cpp",
29 "//mojo/services/tracing/public/interfaces", 31 "//mojo/services/tracing/public/interfaces",
30 "//third_party/mojo/src/mojo/public/c/gles2",
31 "//third_party/mojo/src/mojo/public/cpp/bindings",
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
« no previous file with comments | « components/mus/ws/window_tree_host_connection.h ('k') | components/pdf_viewer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698