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

Unified Diff: gpu/gpu.gyp

Issue 1908013002: Add gpu_ipc_service_unittests to buildbot configs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 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 | « no previous file | gpu/gpu_ipc_service_unittests.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': [
« no previous file with comments | « no previous file | gpu/gpu_ipc_service_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698