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

Unified Diff: build/android/pylib/utils/device_dependencies.py

Issue 2952223002: Remove the speical case that we don't push mojom.js data deps to device on Android. (Closed)
Patch Set: Created 3 years, 6 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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'),
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698