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

Unified Diff: components/mus/public/cpp/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/mus/public/cpp/BUILD.gn
diff --git a/components/mus/public/cpp/BUILD.gn b/components/mus/public/cpp/BUILD.gn
index 26ef227cdcd41ce61a06de52491e1a072344fbaa..e58e198754f0076689d25d49af02a42665e5b122 100644
--- a/components/mus/public/cpp/BUILD.gn
+++ b/components/mus/public/cpp/BUILD.gn
@@ -55,9 +55,9 @@ source_set("cpp") {
"//mojo/converters/surfaces",
"//mojo/gles2:headers",
"//mojo/gpu:mojo_gles2_implementation",
- "//third_party/mojo/src/mojo/public/cpp/bindings:bindings",
- "//third_party/mojo/src/mojo/public/cpp/environment",
- "//third_party/mojo/src/mojo/public/cpp/system",
+ "//mojo/public/cpp/bindings:bindings",
+ "//mojo/public/cpp/environment",
+ "//mojo/public/cpp/system",
"//ui/gfx/geometry",
"//ui/mojo/geometry:interfaces",
]

Powered by Google App Engine
This is Rietveld 408576698