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

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

Issue 1995643002: Mojo C++ bindings: fail validation test if no test data found and add data dependency. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
« no previous file with comments | « mojo/mojo_public_bindings_unittests.isolate ('k') | mojo/public/cpp/bindings/tests/validation_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 7ebc947413981153848c12a661c8676d34222642..774cb946b2b5406cdb7094203e92c6ad69cf4e86 100644
--- a/mojo/public/cpp/bindings/tests/BUILD.gn
+++ b/mojo/public/cpp/bindings/tests/BUILD.gn
@@ -57,6 +57,10 @@ source_set("tests") {
"//testing/gtest",
]
+ data = [
+ "//mojo/public/interfaces/bindings/tests/data/validation/",
+ ]
+
if (is_ios) {
assert_no_deps = [ "//third_party/WebKit/*" ]
} else {
« no previous file with comments | « mojo/mojo_public_bindings_unittests.isolate ('k') | mojo/public/cpp/bindings/tests/validation_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698