| Index: mojo/PRESUBMIT.py
|
| diff --git a/mojo/PRESUBMIT.py b/mojo/PRESUBMIT.py
|
| index 148e8226845bf744e81826fc467250c59c54cba7..444a3725e03fe7011f2c389c281dd232c48369ee 100644
|
| --- a/mojo/PRESUBMIT.py
|
| +++ b/mojo/PRESUBMIT.py
|
| @@ -14,6 +14,7 @@ import re
|
| # NOTE: The EDK allows all external paths, so doesn't need a whitelist.
|
| _PACKAGE_WHITELISTED_EXTERNAL_PATHS = {
|
| "SDK": ["//build/module_args/mojo.gni",
|
| + "//build/module_args/dart.gni",
|
| "//testing/gtest",
|
| "//third_party/cython",
|
| "//third_party/khronos"],
|
|
|