Index: chrome/chrome_tests.gypi |
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi |
index 3dc83e3260ee9fbc25667597ea1c79e8bc3a5780..cdc417426767a4df1fef44ffa7d8b6c3dea87db2 100644 |
--- a/chrome/chrome_tests.gypi |
+++ b/chrome/chrome_tests.gypi |
@@ -3014,6 +3014,20 @@ |
['test_isolation_mode != "noop"', { |
'targets': [ |
{ |
+ 'target_name': 'angle_unittests_run', |
+ 'type': 'none', |
+ 'dependencies': [ |
+ '../gpu/gpu.gyp:angle_unittests', |
+ ], |
+ 'includes': [ |
+ '../build/isolate.gypi', |
+ 'angle_unittests.isolate', |
+ ], |
+ 'sources': [ |
+ 'angle_unittests.isolate', |
+ ], |
+ }, |
+ { |
'target_name': 'browser_tests_run', |
'type': 'none', |
'dependencies': [ |
@@ -3030,6 +3044,49 @@ |
], |
}, |
{ |
+ 'target_name': 'content_gl_tests_run', |
+ 'type': 'none', |
+ 'dependencies': [ |
+ '../content/content_shell_and_tests.gyp:content_gl_tests', |
+ 'chrome_run', |
+ ], |
+ 'includes': [ |
+ '../build/isolate.gypi', |
+ 'content_gl_tests.isolate', |
+ ], |
+ 'sources': [ |
+ 'content_gl_tests.isolate', |
+ ], |
+ }, |
+ { |
+ 'target_name': 'gles2_conform_test_run', |
+ 'type': 'none', |
+ 'dependencies': [ |
+ '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_test', |
+ ], |
+ 'includes': [ |
+ '../build/isolate.gypi', |
+ 'gles2_conform_test.isolate', |
+ ], |
+ 'sources': [ |
+ 'gles2_conform_test.isolate', |
+ ], |
+ }, |
+ { |
+ 'target_name': 'gl_tests_run', |
+ 'type': 'none', |
+ 'dependencies': [ |
+ '../gpu/gpu.gyp:gl_tests', |
+ ], |
+ 'includes': [ |
+ '../build/isolate.gypi', |
+ 'gl_tests.isolate', |
+ ], |
+ 'sources': [ |
+ 'gl_tests.isolate', |
+ ], |
+ }, |
+ { |
'target_name': 'interactive_ui_tests_run', |
'type': 'none', |
'dependencies': [ |
@@ -3072,6 +3129,21 @@ |
], |
}, |
{ |
+ 'target_name': 'tab_capture_performance_tests_run', |
+ 'type': 'none', |
+ 'dependencies': [ |
+ 'performance_browser_tests', |
+ 'chrome_run', |
+ ], |
+ 'includes': [ |
+ '../build/isolate.gypi', |
+ 'tab_capture_performance_tests.isolate', |
+ ], |
+ 'sources': [ |
+ 'tab_capture_performance_tests.isolate', |
+ ], |
+ }, |
+ { |
'target_name': 'telemetry_gpu_test_run', |
'type': 'none', |
'dependencies': [ |