| Index: content/content_browsertests.isolate
|
| diff --git a/content/content_browsertests.isolate b/content/content_browsertests.isolate
|
| index 4c31a24096836509ad0cab145a70c3327fca0800..55b0f56530ae798ff7ba596da580e5e00e461818 100644
|
| --- a/content/content_browsertests.isolate
|
| +++ b/content/content_browsertests.isolate
|
| @@ -26,10 +26,11 @@
|
| 'command': [
|
| '../testing/xvfb.py',
|
| '<(PRODUCT_DIR)',
|
| - '../tools/swarm_client/run_test_cases.py',
|
| + '../tools/swarm_client/googletest/run_test_cases.py',
|
| '<(PRODUCT_DIR)/content_browsertests<(EXECUTABLE_SUFFIX)',
|
| ],
|
| 'isolate_dependency_tracked': [
|
| + '../testing/xvfb.py',
|
| '<(PRODUCT_DIR)/content_shell.pak',
|
| '<(PRODUCT_DIR)/fonts.conf',
|
| '<(PRODUCT_DIR)/libclearkeycdm.so',
|
| @@ -43,6 +44,9 @@
|
| ['OS=="linux" or OS=="mac" or OS=="win"', {
|
| 'variables': {
|
| 'isolate_dependency_tracked': [
|
| + '../testing/test_env.py',
|
| + '../tools/swarm_client/run_isolated.py',
|
| + '../tools/swarm_client/googletest/run_test_cases.py',
|
| '<(PRODUCT_DIR)/content_browsertests<(EXECUTABLE_SUFFIX)',
|
| ],
|
| 'isolate_dependency_untracked': [
|
| @@ -73,7 +77,7 @@
|
| 'variables': {
|
| 'command': [
|
| '../testing/test_env.py',
|
| - '../tools/swarm_client/run_test_cases.py',
|
| + '../tools/swarm_client/googletest/run_test_cases.py',
|
| '<(PRODUCT_DIR)/content_browsertests<(EXECUTABLE_SUFFIX)',
|
| ],
|
| },
|
|
|