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

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

Issue 1164323002: Fixup Sky and Mojo dart pkg's exported mojoms (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 6 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/public/tools/dart_list_mojoms.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/dart/BUILD.gn
diff --git a/mojo/public/dart/BUILD.gn b/mojo/public/dart/BUILD.gn
index c36245c924f90a09b9e2de7f8a7e227b32b2f817..a18421a4a9810674f7c553c20d192cdbf72408fc 100644
--- a/mojo/public/dart/BUILD.gn
+++ b/mojo/public/dart/BUILD.gn
@@ -44,8 +44,31 @@ dart_pkg("mojo") {
"pubspec.yaml",
"README.md",
]
+
+ # List of mojom targets that the mojo pkg exports
deps = [
"../interfaces/application",
"../interfaces/bindings",
+ "../../services/accessibility/public/interfaces",
eseidel 2015/06/08 19:22:23 Should this just be a dependency moved into the se
Cutch 2015/06/08 19:47:50 Done.
+ "../../services/clipboard/public/interfaces",
+ "../../services/content_handler/public/interfaces",
+ "../../services/device_info/public/interfaces",
+ "../../services/files/public/interfaces",
+ "../../services/geometry/public/interfaces",
+ "../../services/gpu/public/interfaces",
+ "../../services/http_server/public/interfaces",
+ "../../services/input_events/public/interfaces",
+ "../../services/keyboard/public/interfaces",
+ "../../services/location/public/interfaces",
+ "../../services/native_viewport/public/interfaces",
+ "../../services/navigation/public/interfaces",
+ "../../services/network/public/interfaces",
+ "../../services/prediction/public/interfaces",
+ "../../services/sensors/public/interfaces",
+ "../../services/service_registry/public/interfaces",
+ "../../services/surfaces/public/interfaces",
+ "../../services/terminal/public/interfaces",
+ "../../services/view_manager/public/interfaces",
+ "../../services/window_manager/public/interfaces",
]
}
« no previous file with comments | « no previous file | mojo/public/tools/dart_list_mojoms.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698