Index: chrome/gles2_conform_test.isolate |
diff --git a/chrome/gles2_conform_test.isolate b/chrome/gles2_conform_test.isolate |
index 91d86a33ec72501232c0335af14f1a745e9c44b4..d096770fbfb2c3f7a60cdc4989f3e1992aec81db 100644 |
--- a/chrome/gles2_conform_test.isolate |
+++ b/chrome/gles2_conform_test.isolate |
@@ -12,7 +12,7 @@ |
'command': [ |
'<(PRODUCT_DIR)/gles2_conform_test<(EXECUTABLE_SUFFIX)', |
], |
- 'isolate_dependency_tracked': [ |
+ 'files': [ |
'<(PRODUCT_DIR)/gles2_conform_test<(EXECUTABLE_SUFFIX)', |
'../gpu/gles2_conform_support/gles2_conform_test_expectations.txt', |
], |
@@ -21,14 +21,12 @@ |
# .isolate format doesn't support nested conditions. |
['(OS=="linux" or OS=="mac" or OS=="win") and internal_gles2_conform_tests==1', { |
'variables': { |
- 'isolate_dependency_tracked': [ |
+ 'files': [ |
+ '../third_party/gles2_conform/GTF_ES/', |
'<(PRODUCT_DIR)/gles2_conform_test_windowless<(EXECUTABLE_SUFFIX)', |
# Could add gles2_conform_test_angle or |
# gles2_conform_test_chromeos if the bots were testing those. |
], |
- 'isolate_dependency_untracked': [ |
- '../third_party/gles2_conform/GTF_ES/', |
- ], |
}, |
}], |
], |