Skip to content

Instantly share code, notes, and snippets.

@jjgod
Created February 9, 2015 09:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jjgod/ff65fe66824161d0c22f to your computer and use it in GitHub Desktop.
Save jjgod/ff65fe66824161d0c22f to your computer and use it in GitHub Desktop.
diff --git a/components/crash.gypi b/components/crash.gypi
index 70f7b0b..a1569d4 100644
--- a/components/crash.gypi
+++ b/components/crash.gypi
@@ -66,7 +66,7 @@
'../sandbox/sandbox.gyp:sandbox',
],
}],
- ['os_posix == 1 and OS != "mac" and OS != "ios" and android_webview_build != 1', {
+ ['os_posix == 1 and OS != "ios" and android_webview_build != 1', {
'dependencies': [
'../breakpad/breakpad.gyp:breakpad_client',
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment