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

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

Issue 1344573002: Mandoline: Rename components/view_manager to components/mus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 5 years, 3 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/window_manager_access_policy.cc ('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/mus/public/interfaces",
17 "//components/mus/public/cpp",
16 "//components/resource_provider/public/cpp", 18 "//components/resource_provider/public/cpp",
17 "//components/resource_provider/public/interfaces", 19 "//components/resource_provider/public/interfaces",
18 "//components/view_manager/public/interfaces",
19 "//components/view_manager/public/cpp",
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/platform_handle", 26 "//mojo/platform_handle",
27 "//mojo/services/network/public/cpp", 27 "//mojo/services/network/public/cpp",
28 "//mojo/services/network/public/interfaces", 28 "//mojo/services/network/public/interfaces",
29 "//third_party/mojo/src/mojo/public/c/gles2", 29 "//third_party/mojo/src/mojo/public/c/gles2",
30 "//third_party/mojo/src/mojo/public/cpp/bindings", 30 "//third_party/mojo/src/mojo/public/cpp/bindings",
31 "//third_party/pdfium", 31 "//third_party/pdfium",
32 "//ui/gfx/geometry", 32 "//ui/gfx/geometry",
33 "//ui/mojo/geometry:interfaces", 33 "//ui/mojo/geometry:interfaces",
34 "//ui/mojo/geometry:util", 34 "//ui/mojo/geometry:util",
35 ] 35 ]
36 36
37 data_deps = [ 37 data_deps = [
38 "//components/clipboard", 38 "//components/clipboard",
39 "//components/mus",
39 "//components/resource_provider", 40 "//components/resource_provider",
40 "//components/view_manager",
41 "//mojo/services/network:network", 41 "//mojo/services/network:network",
42 ] 42 ]
43 } 43 }
OLDNEW
« no previous file with comments | « components/mus/window_manager_access_policy.cc ('k') | components/pdf_viewer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698