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

Unified Diff: components/scheduler/scheduler.gyp

Issue 1156463004: Revert of scheduler: Always create a real scheduler in unit tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 | « components/scheduler/BUILD.gn ('k') | components/scheduler/scheduler.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/scheduler/scheduler.gyp
diff --git a/components/scheduler/scheduler.gyp b/components/scheduler/scheduler.gyp
index cffc0726e6e469422f18225ea61c9909c9fabe97..e77be8530d62e58e8b1765abbff35dc426d126a8 100644
--- a/components/scheduler/scheduler.gyp
+++ b/components/scheduler/scheduler.gyp
@@ -50,16 +50,5 @@
'../../third_party/WebKit/public/blink.gyp:blink',
],
},
- {
- # GN version: //components/scheduler:test_support
- 'target_name': 'scheduler_test_support',
- 'type': 'static_library',
- 'include_dirs': [
- '../..',
- ],
- 'sources': [
- '<@(scheduler_test_support_sources)',
- ],
- },
],
}
« no previous file with comments | « components/scheduler/BUILD.gn ('k') | components/scheduler/scheduler.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698