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

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

Issue 1565343003: Move mojo/application/public -> mojo/shell/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fetcher
Patch Set: . Created 4 years, 11 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/resource_provider/resource_provider_apptest.cc ('k') | components/web_view/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 source_set("switches") { 7 source_set("switches") {
8 sources = [ 8 sources = [
9 "web_view_switches.cc", 9 "web_view_switches.cc",
10 "web_view_switches.h", 10 "web_view_switches.h",
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 ":switches", 52 ":switches",
53 "//base", 53 "//base",
54 "//components/clipboard/public/interfaces", 54 "//components/clipboard/public/interfaces",
55 "//components/devtools_service/public/cpp", 55 "//components/devtools_service/public/cpp",
56 "//components/devtools_service/public/interfaces", 56 "//components/devtools_service/public/interfaces",
57 "//components/mus/common", 57 "//components/mus/common",
58 "//components/mus/public/cpp", 58 "//components/mus/public/cpp",
59 "//components/mus/public/interfaces", 59 "//components/mus/public/interfaces",
60 "//components/resource_provider/public/interfaces", 60 "//components/resource_provider/public/interfaces",
61 "//components/web_view/test_runner/public/interfaces", 61 "//components/web_view/test_runner/public/interfaces",
62 "//mojo/application/public/cpp:sources",
63 "//mojo/application/public/interfaces",
64 "//mojo/common:common_base", 62 "//mojo/common:common_base",
65 "//mojo/common:url_type_converters", 63 "//mojo/common:url_type_converters",
66 "//mojo/converters/geometry", 64 "//mojo/converters/geometry",
67 "//mojo/public/cpp/bindings", 65 "//mojo/public/cpp/bindings",
68 "//mojo/services/network/public/interfaces", 66 "//mojo/services/network/public/interfaces",
69 "//mojo/services/tracing/public/cpp", 67 "//mojo/services/tracing/public/cpp",
70 "//mojo/services/tracing/public/interfaces", 68 "//mojo/services/tracing/public/interfaces",
69 "//mojo/shell/public/cpp:sources",
70 "//mojo/shell/public/interfaces",
71 "//url", 71 "//url",
72 ] 72 ]
73 73
74 public_deps = [ 74 public_deps = [
75 "//components/web_view/public/interfaces", 75 "//components/web_view/public/interfaces",
76 ] 76 ]
77 77
78 if (is_linux && !is_android) { 78 if (is_linux && !is_android) {
79 deps += [ "//components/font_service/public/interfaces" ] 79 deps += [ "//components/font_service/public/interfaces" ]
80 } 80 }
81 } 81 }
82 82
83 mojo_native_application("web_view") { 83 mojo_native_application("web_view") {
84 sources = [ 84 sources = [
85 "main.cc", 85 "main.cc",
86 ] 86 ]
87 87
88 deps = [ 88 deps = [
89 ":lib", 89 ":lib",
90 "//mojo/application/public/cpp", 90 "//mojo/shell/public/cpp",
91 ] 91 ]
92 } 92 }
93 93
94 source_set("test_support") { 94 source_set("test_support") {
95 testonly = true 95 testonly = true
96 96
97 sources = [ 97 sources = [
98 "test_frame_tree_delegate.cc", 98 "test_frame_tree_delegate.cc",
99 "test_frame_tree_delegate.h", 99 "test_frame_tree_delegate.h",
100 ] 100 ]
(...skipping 16 matching lines...) Expand all
117 deps = [ 117 deps = [
118 ":lib", 118 ":lib",
119 ":test_support", 119 ":test_support",
120 "//base", 120 "//base",
121 "//base/test:test_config", 121 "//base/test:test_config",
122 "//components/mus/public/cpp", 122 "//components/mus/public/cpp",
123 "//components/mus/public/cpp/tests:test_support", 123 "//components/mus/public/cpp/tests:test_support",
124 "//components/mus/public/interfaces", 124 "//components/mus/public/interfaces",
125 "//components/web_view/public/cpp", 125 "//components/web_view/public/cpp",
126 "//components/web_view/public/interfaces", 126 "//components/web_view/public/interfaces",
127 "//mojo/application/public/cpp:sources", 127 "//mojo/shell/public/cpp:sources",
128 "//mojo/application/public/cpp:test_support", 128 "//mojo/shell/public/cpp:test_support",
129 "//mojo/util:filename_util", 129 "//mojo/util:filename_util",
130 "//ui/mojo/geometry:interfaces", 130 "//ui/mojo/geometry:interfaces",
131 "//ui/mojo/geometry:util", 131 "//ui/mojo/geometry:util",
132 "//url:url", 132 "//url:url",
133 ] 133 ]
134 134
135 data_deps = [ 135 data_deps = [
136 ":web_view", 136 ":web_view",
137 ] 137 ]
138 } 138 }
OLDNEW
« no previous file with comments | « components/resource_provider/resource_provider_apptest.cc ('k') | components/web_view/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698