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

Unified Diff: ppapi/native_client/src/trusted/plugin/plugin.gyp

Issue 8824003: Breakpad: Compile Breakpad into Chromium by default on Mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Split out mac_breakpad_symbols too Created 9 years 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 | « chrome/tools/build/mac/tweak_info_plist ('k') | remoting/remoting.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/native_client/src/trusted/plugin/plugin.gyp
diff --git a/ppapi/native_client/src/trusted/plugin/plugin.gyp b/ppapi/native_client/src/trusted/plugin/plugin.gyp
index a74fb920a0ffbbbd0c74cdd60d1fbf19cdc6d143..09680a38dcaca960337f8eb4228ca3d19ad96de3 100644
--- a/ppapi/native_client/src/trusted/plugin/plugin.gyp
+++ b/ppapi/native_client/src/trusted/plugin/plugin.gyp
@@ -114,7 +114,7 @@
'product_name': 'ppGoogleNaClPluginChrome',
'product_extension': 'plugin',
}],
- ['OS=="mac" and mac_breakpad==1', {
+ ['OS=="mac" and mac_breakpad_symbols==1', {
noelallen1 2011/12/10 04:41:39 Up to this point, I believe you only used mac_brea
'variables': {
# A real .dSYM is needed for dump_syms to operate on.
'mac_real_dsym': 1,
« no previous file with comments | « chrome/tools/build/mac/tweak_info_plist ('k') | remoting/remoting.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698