summaryrefslogtreecommitdiffstats
path: root/base/base.gypi
diff options
context:
space:
mode:
authoraberent@chromium.org <aberent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-10 12:38:09 +0000
committeraberent@chromium.org <aberent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-10 12:38:09 +0000
commit19e20f947db6c2bf575d1aa3b33fb0e291b58a48 (patch)
treef65d94af289f36394d5b32c0bc069e93bd3d49c9 /base/base.gypi
parent1dff79637f8724d79a49d2021690eeeb618d759d (diff)
downloadchromium_src-19e20f947db6c2bf575d1aa3b33fb0e291b58a48.zip
chromium_src-19e20f947db6c2bf575d1aa3b33fb0e291b58a48.tar.gz
chromium_src-19e20f947db6c2bf575d1aa3b33fb0e291b58a48.tar.bz2
Move Android TraceEvent interface to base
The platform independent C++ code for TraceEvent has always been in base. This CL moves the Android specific code into base to match. This CL is needed now since trace is used by the Android library loader, which is moving out of content. Review URL: https://codereview.chromium.org/131553003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244153 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/base.gypi')
-rw-r--r--base/base.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/base/base.gypi b/base/base.gypi
index 6909613..f5db573 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -72,6 +72,8 @@
'android/sys_utils.cc',
'android/sys_utils.h',
'android/thread_utils.h',
+ 'android/trace_event_binding.cc',
+ 'android/trace_event_binding.h',
'at_exit.cc',
'at_exit.h',
'atomic_ref_count.h',