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

Unified Diff: components/mus/gles2/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/mus/example/wm/public/interfaces/BUILD.gn ('k') | components/mus/gles2/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/gles2/BUILD.gn
diff --git a/components/mus/gles2/BUILD.gn b/components/mus/gles2/BUILD.gn
index e39037d23b0dabdfa191b421f36e77982323944a..39271d34d1023ecad80775e0dab97e4e93231302 100644
--- a/components/mus/gles2/BUILD.gn
+++ b/components/mus/gles2/BUILD.gn
@@ -38,7 +38,7 @@ source_set("gles2") {
"//gpu/command_buffer/service",
"//gpu/config:config",
"//mojo/converters/geometry",
- "//third_party/mojo/src/mojo/public/cpp/bindings",
+ "//mojo/public/cpp/bindings",
"//ui/mojo/geometry:interfaces",
"//ui/gfx",
"//ui/gfx/geometry",
@@ -75,8 +75,8 @@ source_set("lib") {
"//gpu/command_buffer/common",
"//gpu/command_buffer/client",
"//gpu/config:config",
- "//third_party/mojo/src/mojo/public/cpp/bindings",
- "//third_party/mojo/src/mojo/public/cpp/system",
+ "//mojo/public/cpp/bindings",
+ "//mojo/public/cpp/system",
"//ui/gfx",
"//ui/gfx/geometry",
]
« no previous file with comments | « components/mus/example/wm/public/interfaces/BUILD.gn ('k') | components/mus/gles2/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698