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

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

Issue 2234063002: Move the C bindings tests to the new location. (Closed) Base URL: https://github.com/domokit/mojo.git@work791_mojo_bindings
Patch Set: Created 4 years, 4 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/BUILD.gn ('k') | mojo/public/c/bindings/tests/array_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/c/bindings/tests/BUILD.gn b/mojo/public/c/bindings/tests/BUILD.gn
deleted file mode 100644
index 0f644dc868f94d024324e673286f945af7036735..0000000000000000000000000000000000000000
--- a/mojo/public/c/bindings/tests/BUILD.gn
+++ /dev/null
@@ -1,35 +0,0 @@
-# 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.
-
-import("../../../mojo_sdk.gni")
-
-mojo_sdk_source_set("tests") {
- testonly = true
-
- sources = [
- "array_unittest.cc",
- "buffer_unittest.cc",
- "message_unittest.cc",
- "struct_unittest.cc",
- "testing_util.h",
- "union_unittest.cc",
- "validation_unittest.cc",
- ]
-
- deps = [
- "//testing/gtest",
- ]
-
- mojo_sdk_deps = [
- "mojo/public/c:bindings",
- "mojo/public/cpp/bindings/tests:mojo_public_bindings_test_utils",
- "mojo/public/cpp/bindings/tests:validation_util",
- "mojo/public/cpp/test_support",
- "mojo/public/cpp/system",
-
- # The "_c" suffix'd target compiles the generated C bindings to this mojom
- # target.
- "mojo/public/interfaces/bindings/tests:test_interfaces_c",
- ]
-}
« no previous file with comments | « mojo/public/c/BUILD.gn ('k') | mojo/public/c/bindings/tests/array_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698