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

Unified Diff: base/base.gypi

Issue 1486053003: Android: Add support for TraceEvent before the native library is loaded. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 6 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: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index 750a081743f4b6f9b9174e5d5b2a71d4ffc5d988..4f1400e56e84f1696c66bc6a1142012c0f9e3046 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -42,6 +42,8 @@
'android/context_utils.h',
'android/cpu_features.cc',
'android/cxa_demangle_stub.cc',
+ 'android/early_trace_event_binding.cc',
Yaron 2016/06/29 21:27:34 gyp changes probably aren't necessary anymore
Benoit L 2016/07/04 16:10:43 Indeed, thanks! Done.
+ 'android/early_trace_event_binding.h',
'android/event_log.cc',
'android/event_log.h',
'android/field_trial_list.cc',

Powered by Google App Engine
This is Rietveld 408576698