summaryrefslogtreecommitdiffstats
path: root/base/base.gypi
diff options
context:
space:
mode:
authorcarlosvaldivia@google.com <carlosvaldivia@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-09 19:27:22 +0000
committercarlosvaldivia@google.com <carlosvaldivia@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-09 19:27:22 +0000
commite7aa62a3bf6993369b5adb61028fddb3eb7a58bf (patch)
tree476e203d6e64f9b350130ecb3d16ff34c6835204 /base/base.gypi
parent6e575772033fb8ad816b805fbaa95bde2ce18985 (diff)
downloadchromium_src-e7aa62a3bf6993369b5adb61028fddb3eb7a58bf.zip
chromium_src-e7aa62a3bf6993369b5adb61028fddb3eb7a58bf.tar.gz
chromium_src-e7aa62a3bf6993369b5adb61028fddb3eb7a58bf.tar.bz2
Upstream native crash handling changes for Android.
Android native crash handling is almost identical to linux handling with some differences. Note that even after this change Chrome on Android will not compile with the USE_LINUX_BREAKPAD flag. Forthcomming changes in breakpad should remedy this state of affairs. BUG= TEST= Review URL: http://codereview.chromium.org/9838033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131404 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 f9fb0c0..6d93c12 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -21,6 +21,8 @@
'third_party/nspr/prtime.h',
'third_party/nspr/prcpucfg_linux.h',
'third_party/xdg_mime/xdgmime.h',
+ 'android/build_info.cc',
+ 'android/build_info.h',
'android/scoped_java_ref.cc',
'android/scoped_java_ref.h',
'android/jni_android.cc',