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

Unified Diff: remoting/remoting.gyp

Issue 7562002: Generate Breakpad symbols for Remoting Host plugin on Mac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix dSYM location, set mac_real_dsym=1 and add chrome dependency. Created 9 years, 5 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
Index: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index 1c07e3cc03ecddf2f14184966edabe51436f4946..02a1162a61e746253a7733f3f92e39e0f08b8bb4 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -202,7 +202,15 @@
'mac_bundle_resources!': [
'host/plugin/host_plugin-Info.plist',
],
- }],
+ 'conditions': [
+ ['mac_breakpad==1', {
+ 'variables': {
+ # A real .dSYM is needed for dump_syms to operate on.
+ 'mac_real_dsym': 1,
+ },
+ }],
+ ], # conditions
+ }], # OS=="mac"
['OS!="win"', {
'sources!': [
'host/plugin/host_plugin.def',
« chrome/tools/build/mac/dump_product_syms ('K') | « chrome/tools/build/mac/dump_product_syms ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698