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

Side by Side Diff: content/child/DEPS

Issue 1283793004: [tracing] Add WebCache memory usage in Blink to chrome://tracing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Unregister. Created 5 years, 4 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 # Allow inclusion of specific components that we depend on. We may only 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. 3 # depend on components which we share with the mojo html_viewer.
4 "+components/mime_util", 4 "+components/mime_util",
5 "+components/scheduler/child", 5 "+components/scheduler/child",
6 "+components/scheduler/common", 6 "+components/scheduler/common",
7 "+components/tracing", 7 "+components/tracing",
8 "+components/webcrypto", 8 "+components/webcrypto",
9 "+components/web_cache/renderer",
ssid 2015/08/11 17:40:01 I don't think adding here is a big issue.
9 10
10 "+content/app/strings/grit", # For generated headers 11 "+content/app/strings/grit", # For generated headers
11 "+content/public/child", 12 "+content/public/child",
12 "+media/base", 13 "+media/base",
13 "+v8/include/v8.h" 14 "+v8/include/v8.h"
14 ] 15 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698