| Index: tools/testing/architecture.py
|
| diff --git a/tools/testing/architecture.py b/tools/testing/architecture.py
|
| index 2413b4968c1ec7a028ab8fbff21868635f54af9d..dcf21153b8ded8361016fdaef0cb14e0a0767a4c 100755
|
| --- a/tools/testing/architecture.py
|
| +++ b/tools/testing/architecture.py
|
| @@ -109,7 +109,7 @@ main() {
|
| DART_OPTIONS_PATTERN = re.compile(r"// DartOptions=(.*)")
|
|
|
| # Pattern for checking if the test is a web test.
|
| -DOM_IMPORT_PATTERN = re.compile(r'#import.*dart:(dom|html).*\);',
|
| +DOM_IMPORT_PATTERN = re.compile(r'#import.*(dart:(dom|html)|html\.dart).*\);',
|
| re.MULTILINE)
|
|
|
| # Pattern for matching the output of a browser test.
|
|
|