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

Side by Side Diff: content/renderer/DEPS

Issue 1058873010: Move blink scheduler implementation into a component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updates Created 5 years, 8 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 unified diff | Download patch
« no previous file with comments | « content/renderer/BUILD.gn ('k') | content/renderer/gpu/compositor_dependencies.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 # Allow inclusion of specific components that we depend on. We may only
3 # depend on components which we share with the mojo html_viewer.
4 "+components/scheduler",
5
2 "+cc/blink", 6 "+cc/blink",
3 "+content/public/child", 7 "+content/public/child",
4 "+content/public/renderer", 8 "+content/public/renderer",
5 "+content/child", 9 "+content/child",
6 "+device/battery", # For battery status service. 10 "+device/battery", # For battery status service.
7 "+device/vibration", 11 "+device/vibration",
8 "+gin", 12 "+gin",
9 "+jingle/glue", 13 "+jingle/glue",
10 "+media", # For audio input/output and audio/video decoding. 14 "+media", # For audio input/output and audio/video decoding.
11 "-storage/browser", 15 "-storage/browser",
12 "+third_party/hyphen/hyphen.h", 16 "+third_party/hyphen/hyphen.h",
13 "+third_party/libjingle", 17 "+third_party/libjingle",
14 "+third_party/tcmalloc", 18 "+third_party/tcmalloc",
15 "+v8/include", 19 "+v8/include",
16 "+v8/src/third_party/vtune", 20 "+v8/src/third_party/vtune",
17 ] 21 ]
18 22
19 specific_include_rules = { 23 specific_include_rules = {
20 '.*_[a-z]*browsertest.*': [ 24 '.*_[a-z]*browsertest.*': [
21 "+content/public/browser", 25 "+content/public/browser",
22 "+content/shell", 26 "+content/shell",
23 ], 27 ],
24 } 28 }
OLDNEW
« no previous file with comments | « content/renderer/BUILD.gn ('k') | content/renderer/gpu/compositor_dependencies.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698