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

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

Issue 508033004: mojo: Utility class to parse .data file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Follow review Created 6 years, 4 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_tests.gypi ('k') | no next file » | 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 46fc5f3a143b4bc59638b20dde4217fa26c6a5d2..e56d6932ea7379c485dccade8ed4f6972ee78450 100644
--- a/mojo/public/cpp/bindings/tests/BUILD.gn
+++ b/mojo/public/cpp/bindings/tests/BUILD.gn
@@ -12,6 +12,7 @@ test("mojo_public_bindings_unittests") {
"//mojo/public/cpp/utility",
"//mojo/public/interfaces/bindings/tests:test_interfaces",
"//testing/gtest",
+ ":mojo_public_bindings_test_utils",
]
sources = [
@@ -28,8 +29,13 @@ test("mojo_public_bindings_unittests") {
"string_unittest.cc",
"struct_unittest.cc",
"type_conversion_unittest.cc",
+ "validation_unittest.cc",
+ ]
+}
+
+source_set("mojo_public_bindings_test_utils") {
+ sources = [
"validation_test_input_parser.cc",
"validation_test_input_parser.h",
- "validation_unittest.cc",
]
}
« no previous file with comments | « mojo/mojo_public_tests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698