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

Unified Diff: mojo/runner/test/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/runner/test/BUILD.gn
diff --git a/mojo/runner/test/BUILD.gn b/mojo/runner/test/BUILD.gn
index 310dfa9b9600aa14956a48eabaaf078bdd5ff92e..bd94a9decb2c411aa507ad016bc16bfe20995c22 100644
--- a/mojo/runner/test/BUILD.gn
+++ b/mojo/runner/test/BUILD.gn
@@ -3,7 +3,7 @@
# found in the LICENSE file.
import("//mojo/public/mojo_application.gni")
-import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni")
+import("//mojo/public/tools/bindings/mojom.gni")
mojom("bindings") {
sources = [
@@ -23,6 +23,6 @@ mojo_native_application("pingable_app") {
deps = [
":bindings",
"//mojo/application/public/cpp",
- "//third_party/mojo/src/mojo/public/cpp/bindings:callback",
+ "//mojo/public/cpp/bindings:callback",
]
}

Powered by Google App Engine
This is Rietveld 408576698