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

Unified Diff: components/html_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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/gpu/public/interfaces/BUILD.gn ('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 876a79db544e2be92619f936f96357265a4dd1e2..acbcbe9ef849d99cd3144e9a15666868d6ac7d68 100644
--- a/components/html_viewer/BUILD.gn
+++ b/components/html_viewer/BUILD.gn
@@ -183,13 +183,13 @@ source_set("lib") {
"//mojo/logging",
"//mojo/message_pump",
"//mojo/platform_handle",
+ "//mojo/public/cpp/environment:environment",
"//mojo/services/network/public/cpp",
"//mojo/services/network/public/interfaces",
"//mojo/services/tracing/public/cpp",
"//mojo/services/tracing/public/interfaces",
"//net",
"//skia",
- "//third_party/mojo/src/mojo/public/cpp/environment:environment",
"//third_party/mojo_services/src/accessibility/public/interfaces",
"//third_party/WebKit/public:image_resources",
"//third_party/WebKit/public:resources",
@@ -210,8 +210,8 @@ source_set("lib") {
public_deps = [
"//components/mus/public/cpp",
+ "//mojo/public/cpp/bindings",
"//third_party/WebKit/public:blink",
- "//third_party/mojo/src/mojo/public/cpp/bindings",
]
if (is_win) {
@@ -273,9 +273,9 @@ mojo_native_application("layout_test_html_viewer") {
"//components/test_runner",
"//components/web_view/test_runner/public/interfaces",
"//mojo/application/public/cpp:sources",
+ "//mojo/public/c/system:for_shared_library",
"//third_party/WebKit/public:blink",
"//third_party/WebKit/public:test_support",
- "//third_party/mojo/src/mojo/public/c/system:for_shared_library",
"//ui/base",
"//url",
]
@@ -367,10 +367,10 @@ mojo_native_application("apptests") {
"//components/web_view/public/interfaces",
"//mojo/application/public/cpp:sources",
"//mojo/application/public/cpp:test_support",
+ "//mojo/public/c/system:for_shared_library",
"//net:test_support",
"//testing/gtest",
"//third_party/mojo_services/src/accessibility/public/interfaces",
- "//third_party/mojo/src/mojo/public/c/system:for_shared_library",
]
data_deps = [
« no previous file with comments | « components/gpu/public/interfaces/BUILD.gn ('k') | components/html_viewer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698