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

Unified Diff: mojo/edk/js/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/edk/js/BUILD.gn
diff --git a/mojo/edk/js/BUILD.gn b/mojo/edk/js/BUILD.gn
index dc61068ec37bd1ea5332edae0736d5594f9afceb..862e96a72f732c4bd102f1801987386d6cf845ec 100644
--- a/mojo/edk/js/BUILD.gn
+++ b/mojo/edk/js/BUILD.gn
@@ -45,8 +45,8 @@ mojo_edk_source_set("js") {
]
deps = [
- "//third_party/mojo/src/mojo/public/cpp/environment",
- "//third_party/mojo/src/mojo/public/cpp/system",
+ "//mojo/public/cpp/environment",
+ "//mojo/public/cpp/system",
]
}
@@ -60,6 +60,6 @@ mojo_edk_source_set("js_unittests") {
"//mojo/edk/js",
"//mojo/edk/test:test_support",
"//testing/gtest",
- "//third_party/mojo/src/mojo/public/cpp/system",
+ "//mojo/public/cpp/system",
]
}

Powered by Google App Engine
This is Rietveld 408576698