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

Unified Diff: build/all_android.gyp

Issue 11368111: Make sure we build the tools used for testing minidumps on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/all_android.gyp
diff --git a/build/all_android.gyp b/build/all_android.gyp
index 82a004d8f822e9e31e3332b5581154cb62a36bf2..7b1a6b35ff5b0c4f4a3835581675f5e70dbef93f 100644
--- a/build/all_android.gyp
+++ b/build/all_android.gyp
@@ -65,6 +65,7 @@
['linux_breakpad==1', {
'dependencies': [
'../breakpad/breakpad.gyp:breakpad_unittests',
+ 'minidump_tools#host',
],
}],
['"<(gtest_target_type)"=="shared_library"', {
@@ -94,6 +95,17 @@
],
},
{
+ 'target_name': 'minidump_tools',
Yaron 2012/11/06 22:38:43 Should the definition of this target be defined on
Jay Civelli 2012/11/06 22:54:47 Yes, I think it might be helpful for the case you
+ 'type': 'none',
+ 'toolsets': [ 'host' ],
+ 'dependencies': [
+ '../breakpad/breakpad.gyp:dump_syms',
+ '../breakpad/breakpad.gyp:symupload',
+ '../breakpad/breakpad.gyp:minidump_dump',
+ '../breakpad/breakpad.gyp:minidump_stackwalk'
+ ],
+ },
+ {
# Experimental / in-progress targets that are expected to fail
# but we still try to compile them on bots (turning the stage
# orange, not red).
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698