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

Unified Diff: mojo/PRESUBMIT.py

Issue 1417523003: Move implementation of dart:mojo.internal to mojo/public/platform/dart (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 2 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/embedder/BUILD.gn » ('j') | mojo/public/platform/dart/README.md » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/PRESUBMIT.py
diff --git a/mojo/PRESUBMIT.py b/mojo/PRESUBMIT.py
index 0a6429502b4f9b1cf9d4569b1b06d94f8dac689a..b261301da4b2dfd690cffaacf7c1d99cb5b542a7 100644
--- a/mojo/PRESUBMIT.py
+++ b/mojo/PRESUBMIT.py
@@ -16,7 +16,8 @@ _PACKAGE_WHITELISTED_EXTERNAL_PATHS = {
"SDK": ["//build/module_args/mojo.gni",
"//build/module_args/dart.gni",
"//testing/gtest",
- "//third_party/cython"],
+ "//third_party/cython",
+ "//dart/runtime:libdart"],
jamesr 2015/10/28 22:17:11 this allows anything in the SDK to reference this,
Cutch 2015/10/28 22:32:09 Done.
"services": ["//build/module_args/mojo.gni",
"//testing/gtest"],
}
« no previous file with comments | « no previous file | mojo/dart/embedder/BUILD.gn » ('j') | mojo/public/platform/dart/README.md » ('J')

Powered by Google App Engine
This is Rietveld 408576698