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

Unified Diff: sky/sdk/lib/mojo/activity.dart

Issue 1218293017: Deploy TaskDescription to the rest of our demos (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 5 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 | « sky/sdk/example/widgets/sector.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/lib/mojo/activity.dart
diff --git a/sky/sdk/lib/mojo/activity.dart b/sky/sdk/lib/mojo/activity.dart
index 9136494e61a71c23828a2a7b71880c7b412157d6..6c6fe6e7e79cde58ace2f0bdd330d34cdd6fb582 100644
--- a/sky/sdk/lib/mojo/activity.dart
+++ b/sky/sdk/lib/mojo/activity.dart
@@ -5,6 +5,7 @@
import 'dart:sky';
import 'package:mojom/intents/intents.mojom.dart';
import 'package:sky/mojo/shell.dart' as shell;
+export 'package:mojom/intents/intents.mojom.dart' show Intent, ComponentName, StringExtra;
const int NEW_DOCUMENT = 0x00080000;
const int NEW_TASK = 0x10000000;
« no previous file with comments | « sky/sdk/example/widgets/sector.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698