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

Unified Diff: mojo/public/js/BUILD.gn

Issue 2745293005: Moving mojo/validation test into LayoutTests (Closed)
Patch Set: remove extra old dependency Created 3 years, 9 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/js/BUILD.gn
diff --git a/mojo/public/js/BUILD.gn b/mojo/public/js/BUILD.gn
index 0fae4b49b889e114c6553912eeca19c4d61b7b97..c6879de96935d1f0a88c5164fd4d45c2e4f3b900 100644
--- a/mojo/public/js/BUILD.gn
+++ b/mojo/public/js/BUILD.gn
@@ -38,7 +38,6 @@ group("tests") {
testonly = true
data = [
- "//mojo/public/interfaces/bindings/tests/data/validation/",
"tests/codec_unittest.js",
"tests/connection_unittest.js",
"tests/core_unittest.js",
@@ -46,8 +45,6 @@ group("tests") {
"tests/sample_service_unittest.js",
"tests/struct_unittest.js",
"tests/union_unittest.js",
- "tests/validation_test_input_parser.js",
- "tests/validation_unittest.js",
]
public_deps = [

Powered by Google App Engine
This is Rietveld 408576698