| Index: mojo/public/c/bindings/tests/BUILD.gn
|
| diff --git a/mojo/public/cpp/utility/tests/BUILD.gn b/mojo/public/c/bindings/tests/BUILD.gn
|
| similarity index 61%
|
| copy from mojo/public/cpp/utility/tests/BUILD.gn
|
| copy to mojo/public/c/bindings/tests/BUILD.gn
|
| index 8a4f40c859c3d0547b665fc73106bd733c4d70ed..2dd3c11ee38bfb3f47bfed6250ed5ed7d797c0c7 100644
|
| --- a/mojo/public/cpp/utility/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,7 +8,7 @@ mojo_sdk_source_set("tests") {
|
| testonly = true
|
|
|
| sources = [
|
| - "run_loop_unittest.cc",
|
| + "bindings_unittest.cc",
|
| ]
|
|
|
| deps = [
|
| @@ -16,8 +16,8 @@ mojo_sdk_source_set("tests") {
|
| ]
|
|
|
| mojo_sdk_deps = [
|
| + "mojo/public/cpp/bindings/tests:mojo_public_bindings_test_utils",
|
| "mojo/public/cpp/system",
|
| - "mojo/public/cpp/test_support:test_utils",
|
| - "mojo/public/cpp/utility",
|
| + "mojo/public/c/bindings",
|
| ]
|
| }
|
|
|