summaryrefslogtreecommitdiffstats
path: root/tools/isolate_driver.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/isolate_driver.py')
-rwxr-xr-xtools/isolate_driver.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/isolate_driver.py b/tools/isolate_driver.py
index 23dcead..af9907f 100755
--- a/tools/isolate_driver.py
+++ b/tools/isolate_driver.py
@@ -237,7 +237,7 @@ def create_wrapper(args, isolate_index, isolated_index):
],
'variables': {
# Will look like ['<(PRODUCT_DIR)/lib/flibuser_prefs.so'].
- isolate_format.KEY_TRACKED: sorted(
+ 'files': sorted(
'<(PRODUCT_DIR)/%s' % i.replace(os.path.sep, '/')
for i in binary_deps),
},