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

Unified Diff: content/content_tests.gypi

Issue 1361523003: Add crash_service to Telemetry's isolates. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fck
Patch Set: Fix gyp all targets build failure. Created 5 years, 3 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 af39c317c455439e80030e0e4cc6f93df079ac25..81481aa4ba904cc81a2f7c69f5da98b834aa15ba 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -1270,19 +1270,6 @@
'../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