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

Unified Diff: chrome/chrome_tests.gypi

Issue 140263002: Fixes to make GPU tests run in isolated mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Cleanups. Created 6 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: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 2f707fea8ae867d723e53ae69dbe9773c8c232e2..1ebbe924ebb6b8091efc501531105f913509b8a2 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -3124,6 +3124,13 @@
'sources': [
'telemetry_gpu_test.isolate',
],
+ 'conditions': [
+ ['OS=="linux" or OS=="win"', {
+ 'dependencies': [
+ '../tools/telemetry/telemetry.gyp:bitmaptools',
+ ],
+ }],
+ ],
},
],
}],

Powered by Google App Engine
This is Rietveld 408576698