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

Unified Diff: third_party/mojo/src/mojo/public/interfaces/application/BUILD.gn

Issue 1029113005: Update mojo sdk to rev cb6c5abfadfea0ca73dca466e2894554ac1ae144 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comment Created 5 years, 9 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
Index: third_party/mojo/src/mojo/public/interfaces/application/BUILD.gn
diff --git a/third_party/mojo/src/mojo/public/interfaces/application/BUILD.gn b/third_party/mojo/src/mojo/public/interfaces/application/BUILD.gn
index 463df5580ea631d550faa85ade3fbf914a6b8797..5b15344c5071309d650162230f4a7cafb3a10c5e 100644
--- a/third_party/mojo/src/mojo/public/interfaces/application/BUILD.gn
+++ b/third_party/mojo/src/mojo/public/interfaces/application/BUILD.gn
@@ -11,4 +11,9 @@ mojom("application") {
"service_provider.mojom",
"shell.mojom",
]
+
+ # This base dir ensures that Dart's Mojo SDK can be imported with, e.g.,
+ # import 'package:mojo/public/dart/core.dart' even when the Mojo SDK lives
+ # somewhere else in the source tree.
+ base_dir = mojo_root
}

Powered by Google App Engine
This is Rietveld 408576698