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

Unified Diff: content/content_tests.gypi

Issue 1212113003: Add telemetry_gpu_unittests.isolate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Depend on telemetry_base from telemetry_chrome_test_base. Created 5 years, 6 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: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 652588de348b981be432f84d84b0e10e2898b2ba..9f8c26e5aecd444a96f813148f1101bb03bc18f0 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -1228,6 +1228,26 @@
}],
],
},
+ {
+ 'target_name': 'telemetry_base',
+ 'type': 'none',
+ 'dependencies': [
+ '../tools/telemetry/telemetry.gyp:bitmaptools#host',
+ ],
+ },
+ {
+ 'target_name': 'telemetry_gpu_unittests_run',
+ 'type': 'none',
+ 'dependencies': [
+ 'telemetry_base',
+ ],
+ 'includes': [
+ '../build/isolate.gypi',
+ ],
+ 'sources': [
+ 'telemetry_gpu_unittests.isolate',
+ ],
+ },
],
'conditions': [
['archive_gpu_tests==1', {

Powered by Google App Engine
This is Rietveld 408576698