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

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

Issue 2250183003: Make the fuchsia mojo/public repo the source of truth. (Closed) Base URL: https://github.com/domokit/mojo.git@master
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
Index: mojo/public/interfaces/bindings/tests/BUILD.gn
diff --git a/mojo/public/interfaces/bindings/tests/BUILD.gn b/mojo/public/interfaces/bindings/tests/BUILD.gn
deleted file mode 100644
index e2c45142061d4cef02a4730ea88224c1cd7601b1..0000000000000000000000000000000000000000
--- a/mojo/public/interfaces/bindings/tests/BUILD.gn
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 2014 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("../../../tools/bindings/mojom.gni")
-
-mojom("test_interfaces") {
- testonly = true
-
- # Some of those files are part of tests that check type info generation.
- generate_type_info = true
- sources = [
- "math_calculator.mojom",
- "minimal_interface.mojom",
- "no_module.mojom",
- "ping_service.mojom",
- "rect.mojom",
- "regression_tests.mojom",
- "sample_factory.mojom",
- "sample_import.mojom",
- "sample_import2.mojom",
- "sample_interfaces.mojom",
- "sample_service.mojom",
- "scoping.mojom",
- "serialization_test_structs.mojom",
- "test_arrays.mojom",
- "test_constants.mojom",
- "test_enums.mojom",
- "test_included_unions.mojom",
- "test_structs.mojom",
- "test_unions.mojom",
- "validation_test_interfaces.mojom",
- ]
-}
-
-mojom("versioning_test_service_interfaces") {
- # FIXME: Dart packaged applications cannot depend on testonly mojoms.
- # testonly = true
- sources = [
- "versioning_test_service.mojom",
- ]
-}
-
-mojom("versioning_test_client_interfaces") {
- # FIXME: Dart packaged applications cannot depend on testonly mojoms.
- # testonly = true
- sources = [
- "versioning_test_client.mojom",
- ]
-}
-
-# Declare the validation parser library with a C interface.
-#
-# Generates a static library which C binaries or languages with a C FFI
-# can link against to get a parser for the validation test "golden files".
-#
-
-static_library("validation_parser") {
- testonly = true
- complete_static_lib = true
- sources = [
- "validation_parser/validation_parser.cc",
- "validation_parser/validation_parser.h",
- ]
- deps = [
- "../../../cpp/bindings/tests:mojo_public_bindings_test_utils",
- ]
-}
« no previous file with comments | « mojo/public/interfaces/bindings/service_describer.mojom ('k') | mojo/public/interfaces/bindings/tests/data/message_data » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698