Index: content/browser/tracing/DEPS |
diff --git a/content/browser/tracing/DEPS b/content/browser/tracing/DEPS |
index 1fc2c948de7d0bec6e8c41bb2f6c1a9ce875b45f..9a61613e98b045ae5bc6b6253d2955d22215da07 100644 |
--- a/content/browser/tracing/DEPS |
+++ b/content/browser/tracing/DEPS |
@@ -7,6 +7,7 @@ include_rules = [ |
specific_include_rules = { |
"tracing_controller_impl\.cc": [ |
- "+v8" |
+ "+v8", |
+ "+chrome/browser/chromeos", |
Yusuke Sato
2016/10/12 05:58:14
hmm.. is this okay? I don't have Chromium code acc
shunhsingou
2016/10/12 08:03:19
I tried to put codes (sys_trace_agent.*) in chrome
Yusuke Sato
2016/10/12 17:07:34
components/arc/DEPS only depends on a few chromeos
shunhsingou
2016/12/22 04:04:35
Changed according to the comment.
|
] |
} |