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

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

Issue 1441033002: Move mojo and mojom from mojo/public/dart to mojo/dart/packages (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 1 month 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/dart/BUILD.gn ('k') | mojo/public/dart/mojo/CHANGELOG.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/dart/mojo/BUILD.gn
diff --git a/mojo/public/dart/mojo/BUILD.gn b/mojo/public/dart/mojo/BUILD.gn
deleted file mode 100644
index 6b1862c78e7409cbb99cfae202c1e8bed2a9ed95..0000000000000000000000000000000000000000
--- a/mojo/public/dart/mojo/BUILD.gn
+++ /dev/null
@@ -1,52 +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")
-import("../sdk_ext_sources.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/enum.dart",
- "lib/src/event_stream.dart",
- "lib/src/fill_data.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",
-]
-
-dart_pkg("mojo") {
- libs = dart_mojo_sdk_entrypoints
- sources = dart_mojo_sdk_sources + [
- "lib/_sdkext",
- "pubspec.yaml",
- "CHANGELOG.md",
- "README.md",
- ]
-
- sdk_ext_files = dart_mojo_internal_sdk_sources
-
- deps = [
- "../third_party",
- "../../interfaces",
- ]
-}
« no previous file with comments | « mojo/public/dart/BUILD.gn ('k') | mojo/public/dart/mojo/CHANGELOG.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698