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

Unified Diff: mojo/runner/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/BUILD.gn
diff --git a/mojo/runner/BUILD.gn b/mojo/runner/BUILD.gn
index a26595b335071e3704efed05c421017b1c9b6692..d43036634f1b714426f87d163e5233ae7c1a821d 100644
--- a/mojo/runner/BUILD.gn
+++ b/mojo/runner/BUILD.gn
@@ -5,7 +5,7 @@
import("//mojo/generate_mojo_shell_assets_list.gni")
import("//mojo/public/mojo_application.gni")
import("//testing/test.gni")
-import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni")
+import("//mojo/public/tools/bindings/mojom.gni")
group("runner") {
testonly = true
@@ -406,7 +406,7 @@ test("mojo_runner_unittests") {
"//mojo/util:filename_util",
"//testing/gtest",
"//third_party/mojo/src/mojo/edk/system",
- "//third_party/mojo/src/mojo/public/cpp/bindings",
+ "//mojo/public/cpp/bindings",
"//url",
]
@@ -444,6 +444,6 @@ mojo_native_application("apptests") {
"//mojo/application/public/cpp:test_support",
"//mojo/runner/test:bindings",
"//mojo/services/network/public/interfaces",
- "//third_party/mojo/src/mojo/public/cpp/bindings:callback",
+ "//mojo/public/cpp/bindings:callback",
]
}

Powered by Google App Engine
This is Rietveld 408576698