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

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
Index: components/html_viewer/BUILD.gn
diff --git a/components/html_viewer/BUILD.gn b/components/html_viewer/BUILD.gn
index dc5b2288b87a3e6519ba2b42da9b1b313ecdf319..545d0059e62d52a612ee72e04f1213d6e8f6954e 100644
--- a/components/html_viewer/BUILD.gn
+++ b/components/html_viewer/BUILD.gn
@@ -189,7 +189,7 @@ source_set("lib") {
"//mojo/services/tracing/public/interfaces",
"//net",
"//skia",
- "//third_party/mojo/src/mojo/public/cpp/environment:environment",
+ "//mojo/public/cpp/environment:environment",
"//third_party/mojo_services/src/accessibility/public/interfaces",
"//third_party/WebKit/public:image_resources",
"//third_party/WebKit/public:resources",
@@ -211,7 +211,7 @@ source_set("lib") {
public_deps = [
"//components/mus/public/cpp",
"//third_party/WebKit/public:blink",
- "//third_party/mojo/src/mojo/public/cpp/bindings",
+ "//mojo/public/cpp/bindings",
]
if (is_win) {
@@ -275,7 +275,7 @@ mojo_native_application("layout_test_html_viewer") {
"//mojo/application/public/cpp:sources",
"//third_party/WebKit/public:blink",
"//third_party/WebKit/public:test_support",
- "//third_party/mojo/src/mojo/public/c/system:for_shared_library",
+ "//mojo/public/c/system:for_shared_library",
"//ui/base",
"//url",
]
@@ -372,7 +372,7 @@ mojo_native_application("apptests") {
"//net:test_support",
"//testing/gtest",
"//third_party/mojo_services/src/accessibility/public/interfaces",
- "//third_party/mojo/src/mojo/public/c/system:for_shared_library",
+ "//mojo/public/c/system:for_shared_library",
]
data_deps = [

Powered by Google App Engine
This is Rietveld 408576698