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

Unified Diff: chromecast/chromecast.gyp

Issue 620673003: Chromecast: adds crash handling for Android build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address lei's comments Created 6 years, 2 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
« no previous file with comments | « chromecast/android/chromecast_config_android_stub.cc ('k') | chromecast/common/global_descriptors.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/chromecast.gyp
diff --git a/chromecast/chromecast.gyp b/chromecast/chromecast.gyp
index cdb1edef595bd72616afe23e80325d92e6998320..7ca308a435f02feb8c5315d349bdd72b17e88c4e 100644
--- a/chromecast/chromecast.gyp
+++ b/chromecast/chromecast.gyp
@@ -327,18 +327,28 @@
'cast_shell_pak',
'cast_version_header',
'../base/base.gyp:base',
+ '../breakpad/breakpad.gyp:breakpad_client',
+ '../components/components.gyp:breakpad_host',
+ '../components/components.gyp:crash_component',
'../content/content.gyp:content_app_browser',
'../content/content.gyp:content',
'../skia/skia.gyp:skia',
'../ui/gfx/gfx.gyp:gfx',
'../ui/gl/gl.gyp:gl',
],
+ 'include_dirs': [
+ '../breakpad/src',
+ ],
'sources': [
'android/cast_jni_registrar.cc',
'android/cast_jni_registrar.h',
'android/chromecast_config_android.cc',
'android/chromecast_config_android.h',
'android/platform_jni_loader.h',
+ 'crash/android/cast_crash_reporter_client_android.cc',
+ 'crash/android/cast_crash_reporter_client_android.h',
+ 'crash/android/crash_handler.cc',
+ 'crash/android/crash_handler.h',
'shell/app/android/cast_jni_loader.cc',
'shell/browser/android/cast_window_android.cc',
'shell/browser/android/cast_window_android.h',
@@ -354,6 +364,7 @@
],
}, {
'sources': [
+ 'android/chromecast_config_android_stub.cc',
'android/platform_jni_loader_stub.cc',
],
}]
@@ -407,6 +418,7 @@
'target_name': 'cast_jni_headers',
'type': 'none',
'sources': [
+ 'shell/android/apk/src/org/chromium/chromecast/shell/CastCrashHandler.java',
'shell/android/apk/src/org/chromium/chromecast/shell/CastWindowAndroid.java',
'shell/android/apk/src/org/chromium/chromecast/shell/CastWindowManager.java',
'shell/android/apk/src/org/chromium/chromecast/shell/ExternalVideoSurfaceContainer.java',
« no previous file with comments | « chromecast/android/chromecast_config_android_stub.cc ('k') | chromecast/common/global_descriptors.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698