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

Unified Diff: tools/isolate_driver.py

Issue 574753004: lib32/ doesn't exist on OSX x64 build. Update browser_tests accordingly. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: . Created 6 years, 3 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 | « chrome/browser_tests.isolate ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/isolate_driver.py
diff --git a/tools/isolate_driver.py b/tools/isolate_driver.py
index e5c5a3073a46164c6388ff653fad7d8547c357ef..23dceadeb1cd255186e5a16ec20717e1a3c1a20d 100755
--- a/tools/isolate_driver.py
+++ b/tools/isolate_driver.py
@@ -180,7 +180,7 @@ def post_process_deps(build_dir, dependencies):
# This script is only for adding new binaries that are created as part of
# the component build.
ext = os.path.splitext(i)[1]
- if ext not in ['.dll', '.so', '.dylib']:
+ if ext not in ['.dll', '.nexe', '.so', '.dylib']:
return False
# Check for execute access and strip directories. This gets rid of all the
« no previous file with comments | « chrome/browser_tests.isolate ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698