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

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

Issue 1654373002: C types and utilities to validate and access struct and message headers (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 4 years, 11 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/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",
]
}

Powered by Google App Engine
This is Rietveld 408576698