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

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

Issue 599283003: Make gn check //mojo/public/* pass (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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/public/cpp/bindings/BUILD.gn ('k') | mojo/public/cpp/environment/BUILD.gn » ('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 e56d6932ea7379c485dccade8ed4f6972ee78450..6a4b2dff666d787797c7eb3d28ac80b4c2496819 100644
--- a/mojo/public/cpp/bindings/tests/BUILD.gn
+++ b/mojo/public/cpp/bindings/tests/BUILD.gn
@@ -4,17 +4,6 @@
# GYP version: mojo/mojo_public_tests.gypi:mojo_public_bindings_unittests
test("mojo_public_bindings_unittests") {
- deps = [
- "//mojo/common/test:run_all_unittests",
- "//mojo/public/cpp/bindings",
- "//mojo/public/cpp/environment:standalone",
- "//mojo/public/cpp/test_support:test_utils",
- "//mojo/public/cpp/utility",
- "//mojo/public/interfaces/bindings/tests:test_interfaces",
- "//testing/gtest",
- ":mojo_public_bindings_test_utils",
- ]
-
sources = [
"array_unittest.cc",
"bounds_checker_unittest.cc",
@@ -31,6 +20,18 @@ test("mojo_public_bindings_unittests") {
"type_conversion_unittest.cc",
"validation_unittest.cc",
]
+
+ deps = [
+ "//mojo/common/test:run_all_unittests",
+ "//mojo/public/cpp/bindings",
+ "//mojo/public/cpp/environment:standalone",
+ "//mojo/public/cpp/system",
+ "//mojo/public/cpp/test_support:test_utils",
+ "//mojo/public/cpp/utility",
+ "//mojo/public/interfaces/bindings/tests:test_interfaces",
+ "//testing/gtest",
+ ":mojo_public_bindings_test_utils",
+ ]
}
source_set("mojo_public_bindings_test_utils") {
@@ -38,4 +39,8 @@ source_set("mojo_public_bindings_test_utils") {
"validation_test_input_parser.cc",
"validation_test_input_parser.h",
]
+
+ deps = [
+ "//mojo/public/c/system",
+ ]
}
« no previous file with comments | « mojo/public/cpp/bindings/BUILD.gn ('k') | mojo/public/cpp/environment/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698