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

Unified Diff: chrome/gl_tests.isolate

Issue 101783011: Added isolates for remaining tests on GPU bots. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased before sending to try servers. Created 6 years, 12 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
Index: chrome/gl_tests.isolate
diff --git a/components/components_unittests.isolate b/chrome/gl_tests.isolate
similarity index 55%
copy from components/components_unittests.isolate
copy to chrome/gl_tests.isolate
index f60a380f60de83ae583f3e660642547bd9a45c54..be20c972d83c0fcac3f00d008af90bbcc9be1cbe 100644
--- a/components/components_unittests.isolate
+++ b/chrome/gl_tests.isolate
@@ -3,13 +3,14 @@
# found in the LICENSE file.
{
'conditions': [
- ['OS=="android"', {
+ # TODO(kbr): add Chrome OS.
+ ['OS=="android" or OS=="linux" or OS=="mac" or OS=="win"', {
'variables': {
'isolate_dependency_tracked': [
- '<(PRODUCT_DIR)/content_resources.pak',
+ '<(PRODUCT_DIR)/gl_tests<(EXECUTABLE_SUFFIX)',
],
- 'isolate_dependency_untracked': [
- 'test/data/',
+ 'command': [
+ '<(PRODUCT_DIR)/gl_tests<(EXECUTABLE_SUFFIX)',
],
},
}],

Powered by Google App Engine
This is Rietveld 408576698