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

Unified Diff: scripts/slave/zip_build.py

Issue 1752143002: Add gen/device to the list of paths searched for Mojo bindings. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 10 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: scripts/slave/zip_build.py
diff --git a/scripts/slave/zip_build.py b/scripts/slave/zip_build.py
index a756ba435481d8112e6d2103b3eef48d481aa63d..3e34bf8c26886081566115fda0c37bf61aeb42ec 100755
--- a/scripts/slave/zip_build.py
+++ b/scripts/slave/zip_build.py
@@ -120,8 +120,9 @@ def _MojomFiles(build_dir, suffixes):
directory.
"""
walk_dirs = [
- 'gen/mojo',
'gen/content/test/data',
+ 'gen/device',
+ 'gen/mojo',
]
mojom_files = []
for walk_dir in walk_dirs:
« 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