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

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: Proper locking. Created 5 years 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 4139688ab38be581d462db3a89f07d1eef5020db..235f1ae9db205584212256a4198b3a65328bd9ee 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -38,6 +38,8 @@
'android/context_utils.h',
'android/cpu_features.cc',
'android/cxa_demangle_stub.cc',
+ 'android/early_trace_event_binding.cc',
pasko 2015/12/15 17:52:59 the usual naming convention seems to be like: earl
Benoit L 2016/01/06 12:50:06 This is named this way to be consistent with base/
+ '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