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

Unified Diff: headless/lib/headless_macros.h

Issue 2693943004: headless: Add support for minidump generation on Linux (Closed)
Patch Set: Review comments Created 3 years, 10 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
« no previous file with comments | « headless/lib/headless_crash_reporter_client.cc ('k') | headless/public/headless_browser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: headless/lib/headless_macros.h
diff --git a/headless/lib/headless_macros.h b/headless/lib/headless_macros.h
new file mode 100644
index 0000000000000000000000000000000000000000..4b7bedb7a9caf147544edc3f26286a31fcdcc55c
--- /dev/null
+++ b/headless/lib/headless_macros.h
@@ -0,0 +1,12 @@
+// Copyright 2017 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef HEADLESS_LIB_HEADLESS_MACROS_H_
+#define HEADLESS_LIB_HEADLESS_MACROS_H_
+
+#if defined(OS_POSIX) && !defined(OS_MACOSX)
+#define HEADLESS_USE_BREAKPAD
+#endif // defined(OS_POSIX) && !defined(OS_MACOSX)
+
+#endif // HEADLESS_LIB_HEADLESS_MACROS_H_
« no previous file with comments | « headless/lib/headless_crash_reporter_client.cc ('k') | headless/public/headless_browser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698