| Index: build/android/pylib/utils/device_dependencies.py
|
| diff --git a/build/android/pylib/utils/device_dependencies.py b/build/android/pylib/utils/device_dependencies.py
|
| index 597c883bce65f790b0d59dcf9eddc3fa73ab976a..d24d0cb9de55aff71df5dbccc9491e1499da9a59 100644
|
| --- a/build/android/pylib/utils/device_dependencies.py
|
| +++ b/build/android/pylib/utils/device_dependencies.py
|
| @@ -16,13 +16,6 @@ _BLACKLIST = [
|
| re.compile(r'.*\.py'), # Some test_support targets include python deps.
|
| re.compile(r'.*\.stamp'), # Stamp files should never be included.
|
|
|
| - # Adding dependency on mojom targets adds data dependency on js bindings.
|
| - # Do not include those files except for JsToCppTest.mojom.js, which is
|
| - # required by webkit_unit_tests during runtime.
|
| - # TODO(yzshen): Remove this rule by generating foo_js that targets can
|
| - # explicitly depend on (crbug.com/603212).
|
| - re.compile(r'.*(?<!JsToCpp)\.mojom\.js'),
|
| -
|
| # Chrome external extensions config file.
|
| re.compile(r'.*external_extensions\.json'),
|
|
|
|
|