Index: gpu/gpu.gyp |
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp |
index e8ea6657a0cf29c07c24c94f702d85476e49b102..72159c5b613bf8f25120c4c3710444892adc1354 100644 |
--- a/gpu/gpu.gyp |
+++ b/gpu/gpu.gyp |
@@ -957,6 +957,17 @@ |
], |
}, |
{ |
+ 'target_name': 'gpu_ipc_service_unittests_apk', |
+ 'type': 'none', |
+ 'dependencies': [ |
+ 'gpu_ipc_service_unittests', |
+ ], |
+ 'variables': { |
+ 'test_suite_name': 'gpu_ipc_service_unittests', |
+ }, |
+ 'includes': [ '../build/apk_test.gypi' ], |
+ }, |
+ { |
'target_name': 'gpu_unittests_apk', |
'type': 'none', |
'dependencies': [ |
@@ -1035,6 +1046,19 @@ |
['test_isolation_mode != "noop"', { |
'targets': [ |
{ |
+ 'target_name': 'gpu_ipc_service_unittests_run', |
+ 'type': 'none', |
+ 'dependencies': [ |
+ 'gpu_ipc_service_unittests', |
+ ], |
+ 'includes': [ |
+ '../build/isolate.gypi', |
+ ], |
+ 'sources': [ |
+ 'gpu_ipc_service_unittests.isolate', |
+ ], |
+ }, |
+ { |
'target_name': 'gpu_unittests_run', |
'type': 'none', |
'dependencies': [ |
@@ -1144,6 +1168,19 @@ |
], |
}, |
{ |
+ 'target_name': 'gpu_ipc_service_unittests_apk_run', |
+ 'type': 'none', |
+ 'dependencies': [ |
+ 'gpu_ipc_service_unittests_apk', |
+ ], |
+ 'includes': [ |
+ '../build/isolate.gypi', |
+ ], |
+ 'sources': [ |
+ 'gpu_ipc_service_unittests_apk.isolate', |
+ ], |
+ }, |
+ { |
'target_name': 'gpu_unittests_apk_run', |
'type': 'none', |
'dependencies': [ |