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

Unified Diff: mojo/dart/packages/mojom/lib/src/generate.dart

Issue 1658763002: mojom.dart: Allow package name != directory name (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 4 years, 11 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 | « no previous file | mojo/dart/packages/mojom/lib/src/mojom_finder.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/dart/packages/mojom/lib/src/generate.dart
diff --git a/mojo/dart/packages/mojom/lib/src/generate.dart b/mojo/dart/packages/mojom/lib/src/generate.dart
index f419f34d776a5c247ee99391b86cb616433b953b..a923facbeb57e98c10faa5e69599428c923ac266 100644
--- a/mojo/dart/packages/mojom/lib/src/generate.dart
+++ b/mojo/dart/packages/mojom/lib/src/generate.dart
@@ -7,12 +7,14 @@
library generate;
import 'dart:async';
+import 'dart:collection';
import 'dart:convert';
import 'dart:developer' as dev;
import 'dart:io';
import 'package:mojom/src/utils.dart';
import 'package:path/path.dart' as path;
+import 'package:yaml/yaml.dart' as yaml;
part 'mojom_finder.dart';
« no previous file with comments | « no previous file | mojo/dart/packages/mojom/lib/src/mojom_finder.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698