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

Unified Diff: remoting/remoting.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
Index: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index 7149139cf4c4e7e4a74774cd16e810ec18afa3e4..0ef2ef3733e8d31d3ef1cc966e54fd06cd00e134 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -294,7 +294,7 @@
'host/plugin/host_plugin-Info.plist',
],
'conditions': [
- ['mac_breakpad==1', {
+ ['mac_breakpad_symbols==1', {
'variables': {
# A real .dSYM is needed for dump_syms to operate on.
'mac_real_dsym': 1,

Powered by Google App Engine
This is Rietveld 408576698