Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 # Generated by the local tracing_resources.gyp:tracing_resources | 2 # Generated by the local tracing_resources.gyp:tracing_resources |
| 3 "+grit/tracing_resources.h", | 3 "+grit/tracing_resources.h", |
| 4 "+third_party/zlib/zlib.h", | 4 "+third_party/zlib/zlib.h", |
| 5 "+tools/battor_agent", | 5 "+tools/battor_agent", |
| 6 ] | 6 ] |
| 7 | 7 |
| 8 specific_include_rules = { | 8 specific_include_rules = { |
| 9 "tracing_controller_impl\.cc": [ | 9 "tracing_controller_impl\.cc": [ |
| 10 "+v8" | 10 "+v8", |
| 11 "+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.
| |
| 11 ] | 12 ] |
| 12 } | 13 } |
| OLD | NEW |