Chromium Code Reviews| Index: chromeos/chromeos.gyp |
| diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp |
| index 9298870a8f61024fc67858b3cd9a151db6688f92..0049c5b7516d16715699f950b5ea86371f8bb2e1 100644 |
| --- a/chromeos/chromeos.gyp |
| +++ b/chromeos/chromeos.gyp |
| @@ -408,6 +408,8 @@ |
| 'timezone/timezone_request.h', |
| 'timezone/timezone_resolver.cc', |
| 'timezone/timezone_resolver.h', |
| + 'trace/arc_trace_agent.cc', |
|
Daniel Erat
2017/03/07 15:53:21
why does this live under //chromeos instead of in
Daniel Erat
2017/03/08 02:58:40
unless i'm misreading the code, this new class doe
Earl Ou
2017/03/08 03:18:08
Looks OK for me.
1. There is /content/browser/and
Daniel Erat
2017/03/08 04:58:06
or maybe /content/browser/chromeos?
Yusuke Sato
2017/03/08 07:17:44
I made the suggestion just because I wasn't really
|
| + 'trace/arc_trace_agent.h', |
| 'tpm/tpm_password_fetcher.cc', |
| 'tpm/tpm_password_fetcher.h', |
| 'tpm/tpm_token_info_getter.cc', |