summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
Diffstat (limited to 'extensions')
-rw-r--r--extensions/extensions_browsertests.isolate1
-rw-r--r--extensions/extensions_unittests.isolate1
-rw-r--r--extensions/shell/app_shell_unittests.isolate1
3 files changed, 3 insertions, 0 deletions
diff --git a/extensions/extensions_browsertests.isolate b/extensions/extensions_browsertests.isolate
index 6ceb284..a060728 100644
--- a/extensions/extensions_browsertests.isolate
+++ b/extensions/extensions_browsertests.isolate
@@ -42,6 +42,7 @@
'../third_party/pyftpdlib/',
'../third_party/pywebsocket/',
'../third_party/tlslite/',
+ '<(PRODUCT_DIR)/extensions_browsertests<(EXECUTABLE_SUFFIX)',
'<(PRODUCT_DIR)/extensions_shell_and_test.pak',
'test/data/',
],
diff --git a/extensions/extensions_unittests.isolate b/extensions/extensions_unittests.isolate
index 8c10cccc..b17b435 100644
--- a/extensions/extensions_unittests.isolate
+++ b/extensions/extensions_unittests.isolate
@@ -39,6 +39,7 @@
'files': [
'../chrome/test/data/extensions/',
'../testing/test_env.py',
+ '<(PRODUCT_DIR)/extensions_unittests<(EXECUTABLE_SUFFIX)',
'<(PRODUCT_DIR)/extensions_shell_and_test.pak',
'test/data/',
],
diff --git a/extensions/shell/app_shell_unittests.isolate b/extensions/shell/app_shell_unittests.isolate
index ca5a444..a1d66fe 100644
--- a/extensions/shell/app_shell_unittests.isolate
+++ b/extensions/shell/app_shell_unittests.isolate
@@ -39,6 +39,7 @@
'files': [
'../../testing/test_env.py',
'../test/data/',
+ '<(PRODUCT_DIR)/app_shell_unittests<(EXECUTABLE_SUFFIX)',
'<(PRODUCT_DIR)/extensions_shell_and_test.pak',
],
},