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

Unified Diff: mojo/public/dart/mojom/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/mojo/sdk_ext/src/wait_many_state.dart ('k') | mojo/public/dart/mojom/CHANGELOG.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/dart/mojom/BUILD.gn
diff --git a/mojo/public/dart/mojom/BUILD.gn b/mojo/public/dart/mojom/BUILD.gn
deleted file mode 100644
index 1a45b22887a7023ea3c332bf3abaff88ac13bd31..0000000000000000000000000000000000000000
--- a/mojo/public/dart/mojom/BUILD.gn
+++ /dev/null
@@ -1,28 +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("../rules.gni")
-
-dart_pkg("mojom") {
- libs = [
- "bin/mojom.dart",
- "lib/src/generate.dart",
- "lib/src/command_runner.dart",
- "lib/src/commands/check.dart",
- "lib/src/commands/gen.dart",
- "lib/src/commands/mojom_command.dart",
- "lib/src/commands/single.dart",
- "lib/src/utils.dart",
- "test/generate_test.dart",
- ]
- sources = [
- "CHANGELOG.md",
- "README.md",
- "lib/src/mojom_finder.dart",
- "pubspec.yaml",
- ]
- deps = [
- "../third_party",
- ]
-}
« no previous file with comments | « mojo/public/dart/mojo/sdk_ext/src/wait_many_state.dart ('k') | mojo/public/dart/mojom/CHANGELOG.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698