Index: mojo/public/c/bindings/tests/BUILD.gn |
diff --git a/mojo/public/cpp/system/tests/BUILD.gn b/mojo/public/c/bindings/tests/BUILD.gn |
similarity index 61% |
copy from mojo/public/cpp/system/tests/BUILD.gn |
copy to mojo/public/c/bindings/tests/BUILD.gn |
index 3469fbfcf2bcc25a541ade335ab14e703cc6821d..2dd3c11ee38bfb3f47bfed6250ed5ed7d797c0c7 100644 |
--- a/mojo/public/cpp/system/tests/BUILD.gn |
+++ b/mojo/public/c/bindings/tests/BUILD.gn |
@@ -1,4 +1,4 @@ |
-# Copyright 2014 The Chromium Authors. All rights reserved. |
+# Copyright 2016 The Chromium Authors. All rights reserved. |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
@@ -8,8 +8,7 @@ mojo_sdk_source_set("tests") { |
testonly = true |
sources = [ |
- "core_unittest.cc", |
- "macros_unittest.cc", |
+ "bindings_unittest.cc", |
] |
deps = [ |
@@ -17,7 +16,8 @@ mojo_sdk_source_set("tests") { |
] |
mojo_sdk_deps = [ |
- "mojo/public/c/system/tests", |
+ "mojo/public/cpp/bindings/tests:mojo_public_bindings_test_utils", |
"mojo/public/cpp/system", |
+ "mojo/public/c/bindings", |
] |
} |