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

Unified Diff: components/html_viewer/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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/font_service/public/cpp/font_loader.cc ('k') | components/html_viewer/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/html_viewer/BUILD.gn
diff --git a/components/html_viewer/BUILD.gn b/components/html_viewer/BUILD.gn
index e4c270fc1ee137739ba141d22f5b35a0359657f8..a6cff062cbb52c0909f0523caac9317752b56c4a 100644
--- a/components/html_viewer/BUILD.gn
+++ b/components/html_viewer/BUILD.gn
@@ -171,8 +171,6 @@ source_set("lib") {
"//media:shared_memory_support",
"//media/blink",
"//media/mojo",
- "//mojo/application/public/cpp",
- "//mojo/application/public/interfaces",
"//mojo/common",
"//mojo/converters/blink",
"//mojo/converters/surfaces",
@@ -187,6 +185,8 @@ source_set("lib") {
"//mojo/services/network/public/interfaces",
"//mojo/services/tracing/public/cpp",
"//mojo/services/tracing/public/interfaces",
+ "//mojo/shell/public/cpp",
+ "//mojo/shell/public/interfaces",
"//net",
"//skia",
"//third_party/WebKit/public:image_resources",
@@ -238,7 +238,7 @@ mojo_native_application("html_viewer") {
":lib",
":pak",
"//base",
- "//mojo/application/public/cpp:sources",
+ "//mojo/shell/public/cpp:sources",
]
resources = [ "$root_out_dir/html_viewer.pak" ]
@@ -270,8 +270,8 @@ mojo_native_application("layout_test_html_viewer") {
"//cc",
"//components/test_runner",
"//components/web_view/test_runner/public/interfaces",
- "//mojo/application/public/cpp:sources",
"//mojo/public/c/system:for_shared_library",
+ "//mojo/shell/public/cpp:sources",
"//third_party/WebKit/public:blink",
"//third_party/WebKit/public:test_support",
"//ui/base",
@@ -352,11 +352,11 @@ mojo_native_application("apptests") {
"//components/web_view:lib",
"//components/web_view:test_support",
"//components/web_view/public/interfaces",
- "//mojo/application/public/cpp:sources",
- "//mojo/application/public/cpp:test_support",
"//mojo/converters/network",
"//mojo/public/c/system:for_shared_library",
"//mojo/services/accessibility/public/interfaces",
+ "//mojo/shell/public/cpp:sources",
+ "//mojo/shell/public/cpp:test_support",
"//net:test_support",
"//testing/gtest",
]
« no previous file with comments | « components/font_service/public/cpp/font_loader.cc ('k') | components/html_viewer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698