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

Unified Diff: third_party/mojo/src/mojo/public/dart/BUILD.gn

Issue 1348903003: third_party/mojo: Remove python/go/dart bindings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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: third_party/mojo/src/mojo/public/dart/BUILD.gn
diff --git a/third_party/mojo/src/mojo/public/dart/BUILD.gn b/third_party/mojo/src/mojo/public/dart/BUILD.gn
deleted file mode 100644
index a6fa7d09d5f95675e1c946193e9b3b32725f7eb3..0000000000000000000000000000000000000000
--- a/third_party/mojo/src/mojo/public/dart/BUILD.gn
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 2015 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")
-import("rules.gni")
-
-dart_mojo_sdk_entrypoints = [
- "lib/application.dart",
- "lib/bindings.dart",
- "lib/core.dart",
-]
-
-dart_mojo_sdk_sources = [
- "lib/src/application_connection.dart",
- "lib/src/application.dart",
- "lib/src/buffer.dart",
- "lib/src/codec.dart",
- "lib/src/control_message.dart",
- "lib/src/data_pipe.dart",
- "lib/src/drain_data.dart",
- "lib/src/event_stream.dart",
- "lib/src/handle.dart",
- "lib/src/message.dart",
- "lib/src/message_pipe.dart",
- "lib/src/proxy.dart",
- "lib/src/struct.dart",
- "lib/src/stub.dart",
- "lib/src/types.dart",
- "lib/src/union.dart",
- "lib/src/utils.dart",
-]
-
-dartzip_package("dart_dartzip") {
- sources = dart_mojo_sdk_entrypoints + dart_mojo_sdk_sources + [
- "pubspec.yaml",
- "CHANGELOG.md",
- "README.md",
- ]
- uses_pub = true
- package_name_override = "mojo"
- deps = [
- "../interfaces/application",
- "../interfaces/bindings",
- "../interfaces/network",
- ]
-}
-
-dart_pkg("dart_pkg") {
- libs = dart_mojo_sdk_entrypoints
- sources = dart_mojo_sdk_sources + [
- "lib/_sdkext",
- "pubspec.yaml",
- "CHANGELOG.md",
- "README.md",
- ]
-
- sdk_ext_directory = "sdk_ext"
-
- # List of mojom targets that the mojo pkg exports
- deps = [
- "../interfaces",
- ]
-}
-
-group("dart") {
- deps = [
- ":dart_dartzip",
- ":dart_pkg",
- ]
-}
« no previous file with comments | « third_party/mojo/src/mojo/public/dart/.gitignore ('k') | third_party/mojo/src/mojo/public/dart/CHANGELOG.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698