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

Unified Diff: chromeos/chromeos.gyp

Issue 2699833003: arc: enable Android tracing from chrome://tracing in dev mode (Closed)
Patch Set: Fix according to the comments Created 3 years, 9 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 side-by-side diff with in-line comments
Download patch
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',

Powered by Google App Engine
This is Rietveld 408576698