summaryrefslogtreecommitdiffstats
path: root/components/scheduler/DEPS
diff options
context:
space:
mode:
authorskyostil <skyostil@chromium.org>2015-08-14 09:52:29 -0700
committerCommit bot <commit-bot@chromium.org>2015-08-14 16:53:07 +0000
commitc0cdb21c9721caf0f6026703f15af0ffaa994d42 (patch)
tree9d18d85c367b8737d3893b17fcab09c834e8a1e3 /components/scheduler/DEPS
parentae5c3453e42e91b42c7619e71bf428fc1ccfcd04 (diff)
downloadchromium_src-c0cdb21c9721caf0f6026703f15af0ffaa994d42.zip
chromium_src-c0cdb21c9721caf0f6026703f15af0ffaa994d42.tar.gz
chromium_src-c0cdb21c9721caf0f6026703f15af0ffaa994d42.tar.bz2
scheduler: Remove the null scheduler
Remove the null scheduler and the ability to turn the Blink scheduler off. Since many subsystems such as input handling and v8 garbage collection have been integrated to the scheduler, it no longer makes much sense to try and run Chrome with the scheduler disabled. TBR=sievers@chromium.org Review URL: https://codereview.chromium.org/1287393002 Cr-Commit-Position: refs/heads/master@{#343414}
Diffstat (limited to 'components/scheduler/DEPS')
-rw-r--r--components/scheduler/DEPS1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/scheduler/DEPS b/components/scheduler/DEPS
index a298a17..2d4a744 100644
--- a/components/scheduler/DEPS
+++ b/components/scheduler/DEPS
@@ -1,4 +1,3 @@
include_rules = [
"-components/scheduler",
- "+components/scheduler/common",
]