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

Side by Side Diff: components/web_view/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/view_manager/window_manager_access_policy.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 23 matching lines...) Expand all
34 "web_view_impl.cc", 34 "web_view_impl.cc",
35 "web_view_impl.h", 35 "web_view_impl.h",
36 ] 36 ]
37 37
38 deps = [ 38 deps = [
39 ":switches", 39 ":switches",
40 "//base", 40 "//base",
41 "//components/clipboard/public/interfaces", 41 "//components/clipboard/public/interfaces",
42 "//components/devtools_service/public/cpp", 42 "//components/devtools_service/public/cpp",
43 "//components/devtools_service/public/interfaces", 43 "//components/devtools_service/public/interfaces",
44 "//components/mus/public/cpp",
45 "//components/mus/public/interfaces",
44 "//components/resource_provider/public/interfaces", 46 "//components/resource_provider/public/interfaces",
45 "//components/view_manager/public/cpp",
46 "//components/view_manager/public/interfaces",
47 "//components/web_view/test_runner/public/interfaces", 47 "//components/web_view/test_runner/public/interfaces",
48 "//mojo/application/public/cpp:sources", 48 "//mojo/application/public/cpp:sources",
49 "//mojo/application/public/interfaces", 49 "//mojo/application/public/interfaces",
50 "//mojo/common:common_base", 50 "//mojo/common:common_base",
51 "//mojo/converters/geometry", 51 "//mojo/converters/geometry",
52 "//mojo/services/network/public/interfaces", 52 "//mojo/services/network/public/interfaces",
53 "//mojo/services/tracing/public/interfaces", 53 "//mojo/services/tracing/public/interfaces",
54 "//third_party/mojo/src/mojo/public/cpp/bindings", 54 "//third_party/mojo/src/mojo/public/cpp/bindings",
55 "//url", 55 "//url",
56 ] 56 ]
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 sources = [ 96 sources = [
97 "frame_apptest.cc", 97 "frame_apptest.cc",
98 "web_view_apptest.cc", 98 "web_view_apptest.cc",
99 ] 99 ]
100 100
101 deps = [ 101 deps = [
102 ":lib", 102 ":lib",
103 ":test_support", 103 ":test_support",
104 "//base", 104 "//base",
105 "//base/test:test_config", 105 "//base/test:test_config",
106 "//components/view_manager/public/cpp", 106 "//components/mus/public/cpp",
107 "//components/view_manager/public/cpp/tests:test_support", 107 "//components/mus/public/cpp/tests:test_support",
108 "//components/view_manager/public/interfaces", 108 "//components/mus/public/interfaces",
109 "//components/web_view/public/cpp", 109 "//components/web_view/public/cpp",
110 "//components/web_view/public/interfaces", 110 "//components/web_view/public/interfaces",
111 "//mojo/application/public/cpp:sources", 111 "//mojo/application/public/cpp:sources",
112 "//mojo/application/public/cpp:test_support", 112 "//mojo/application/public/cpp:test_support",
113 "//mojo/util:filename_util", 113 "//mojo/util:filename_util",
114 "//ui/mojo/geometry:interfaces", 114 "//ui/mojo/geometry:interfaces",
115 "//ui/mojo/geometry:util", 115 "//ui/mojo/geometry:util",
116 "//url:url", 116 "//url:url",
117 ] 117 ]
118 118
119 data_deps = [ "//components/view_manager" ] 119 data_deps = [ "//components/mus" ]
120 } 120 }
OLDNEW
« no previous file with comments | « components/view_manager/window_manager_access_policy.cc ('k') | components/web_view/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698