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

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: review feedback, for trybots 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
« no previous file with comments | « mojo/public/c/bindings/struct.h ('k') | mojo/public/c/bindings/tests/bindings_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
]
}
« no previous file with comments | « mojo/public/c/bindings/struct.h ('k') | mojo/public/c/bindings/tests/bindings_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698