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

Unified Diff: skia/public/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: skia/public/BUILD.gn
diff --git a/skia/public/BUILD.gn b/skia/public/BUILD.gn
index ce407dfacf07933bb1bbf274d29a20e115be7b3d..99ab72a53addc3dac1ba615b81a1434b4bae0be1 100644
--- a/skia/public/BUILD.gn
+++ b/skia/public/BUILD.gn
@@ -15,6 +15,6 @@ source_set("public") {
deps = [
"//base",
"//skia",
- "//third_party/mojo/src/mojo/public/cpp/bindings",
+ "//mojo/public/cpp/bindings",
]
}

Powered by Google App Engine
This is Rietveld 408576698