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

Unified Diff: gpu/gpu.gyp

Issue 862133002: Update from https://crrev.com/312398 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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: gpu/gpu.gyp
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp
index 77878847cb851dd13ea03c8513c017ae0fda62f5..752a9605f0ea059b4a7f364799fd3d71d3a3abf5 100644
--- a/gpu/gpu.gyp
+++ b/gpu/gpu.gyp
@@ -673,5 +673,22 @@
},
],
}],
+ ['test_isolation_mode != "noop"', {
+ 'targets': [
+ {
+ 'target_name': 'gpu_unittests_run',
+ 'type': 'none',
+ 'dependencies': [
+ 'gpu_unittests',
+ ],
+ 'includes': [
+ '../build/isolate.gypi',
+ ],
+ 'sources': [
+ 'gpu_unittests.isolate',
+ ],
+ },
+ ],
+ }],
],
}
« no previous file with comments | « gpu/config/software_rendering_list_json.cc ('k') | gpu/gpu_config.gypi » ('j') | shell/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698