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

Unified Diff: mojo/public/cpp/bindings/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: mojo/public/cpp/bindings/BUILD.gn
diff --git a/third_party/mojo/src/mojo/public/cpp/bindings/BUILD.gn b/mojo/public/cpp/bindings/BUILD.gn
similarity index 99%
rename from third_party/mojo/src/mojo/public/cpp/bindings/BUILD.gn
rename to mojo/public/cpp/bindings/BUILD.gn
index b8600632b31a7275aa72a778239daace30b3c1fe..9a19d228dd4178a934a29d34f3b7a33badd5676a 100644
--- a/third_party/mojo/src/mojo/public/cpp/bindings/BUILD.gn
+++ b/mojo/public/cpp/bindings/BUILD.gn
@@ -65,7 +65,7 @@ mojo_sdk_source_set("bindings") {
"type_converter.h",
]
- deps = [
+ public_deps = [
":callback",
]

Powered by Google App Engine
This is Rietveld 408576698