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

Unified Diff: mojo/public/cpp/bindings/tests/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/tests/BUILD.gn
diff --git a/third_party/mojo/src/mojo/public/cpp/bindings/tests/BUILD.gn b/mojo/public/cpp/bindings/tests/BUILD.gn
similarity index 98%
rename from third_party/mojo/src/mojo/public/cpp/bindings/tests/BUILD.gn
rename to mojo/public/cpp/bindings/tests/BUILD.gn
index 4b55bb03d2ebc9525c521c7df014954b610f795c..524988c569ae16ebc92e8e768af45880a39ee091 100644
--- a/third_party/mojo/src/mojo/public/cpp/bindings/tests/BUILD.gn
+++ b/mojo/public/cpp/bindings/tests/BUILD.gn
@@ -36,8 +36,11 @@ mojo_sdk_source_set("tests") {
"validation_unittest.cc",
]
+ restrict_external_deps = false
+
deps = [
":mojo_public_bindings_test_utils",
+ "//base",
"//mojo/environment:chromium",
"//mojo/message_pump",
"//testing/gtest",

Powered by Google App Engine
This is Rietveld 408576698