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

Side by Side Diff: content/public/browser/DEPS

Issue 2539263003: Move Task Scheduler Initialization From chrome/browser to Content (Closed)
Patch Set: CR Feedback and Move to Components Dependency Created 4 years 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 unified diff | Download patch
OLDNEW
1 specific_include_rules = { 1 specific_include_rules = {
2 ".*\.cc": [ 2 ".*\.cc": [
3 "+components/task_scheduler_util/initialization",
3 "+content/browser", 4 "+content/browser",
4 "-content/browser/loader", 5 "-content/browser/loader",
5 6
6 # TODO: content/browser/loader is being separated out of content, and this 7 # TODO: content/browser/loader is being separated out of content, and this
7 # file will be moved elsewhere. See http://crbug.com/598073. 8 # file will be moved elsewhere. See http://crbug.com/598073.
8 "!content/browser/loader/resource_dispatcher_host_impl.h", 9 "!content/browser/loader/resource_dispatcher_host_impl.h",
9 ], 10 ],
10 } 11 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698