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

Unified Diff: mojo/public/cpp/bindings/tests/BUILD.gn

Issue 864123002: Declient calculator test mojom. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 11 months 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/mojo/public/cpp/bindings/tests/BUILD.gn b/mojo/public/cpp/bindings/tests/BUILD.gn
index 0051270033623e02105afeeb1d01f6e1052e9114..e230e0fc1765fd1de14cde5ea428b82be4591085 100644
--- a/mojo/public/cpp/bindings/tests/BUILD.gn
+++ b/mojo/public/cpp/bindings/tests/BUILD.gn
@@ -5,6 +5,7 @@
import("../../../mojo_sdk.gni")
mojo_sdk_source_set("tests") {
+ restrict_external_deps = false
testonly = true
sources = [
@@ -29,6 +30,7 @@ mojo_sdk_source_set("tests") {
deps = [
":mojo_public_bindings_test_utils",
+ "//base",
"//testing/gtest",
]
« no previous file with comments | « no previous file | mojo/public/cpp/bindings/tests/DEPS » ('j') | mojo/public/cpp/bindings/tests/interface_ptr_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698