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

Unified Diff: chrome/gles2_conform_test.isolate

Issue 614923005: Rename all isolate_dependency_* to files. (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/gl_tests.isolate ('k') | chrome/gpu_unittests.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/',
- ],
},
}],
],
« no previous file with comments | « chrome/gl_tests.isolate ('k') | chrome/gpu_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698