diff options
Diffstat (limited to 'chromium/content/renderer/DEPS')
-rw-r--r-- | chromium/content/renderer/DEPS | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chromium/content/renderer/DEPS b/chromium/content/renderer/DEPS index c9157c3c450..313339e1cb5 100644 --- a/chromium/content/renderer/DEPS +++ b/chromium/content/renderer/DEPS @@ -6,12 +6,11 @@ include_rules = [ "+components/url_formatter", "+cc/blink", - "+components/startup_metric_utils/common", "+content/public/child", "+content/public/renderer", "+content/child", "+device/battery", # For battery status service. - "+device/devices_app/public", + "+device/usb/public", "+device/vibration", "+gin", "+jingle/glue", @@ -20,7 +19,6 @@ include_rules = [ "-storage/browser", "+third_party/hyphen/hyphen.h", "+third_party/libjingle", - "+third_party/tcmalloc", "+v8/include", "+v8/src/third_party/vtune", ] |