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

Unified Diff: breakpad/breakpad.gyp

Issue 2180803003: Add macro definition __CHROMEOS__ for ChromeOS builds in GYP. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: breakpad/breakpad.gyp
diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp
index d24aec6e4000c8cd59c09d2cc9c11c95473d7067..eb8924ac3d9342399df34189c79c009a47ee1d4e 100644
--- a/breakpad/breakpad.gyp
+++ b/breakpad/breakpad.gyp
@@ -576,6 +576,9 @@
# linux_syscall_support.h:sys_clone()'s inline assembly.
'cflags': ['-marm'],
}],
+ ['chromeos==1', {
+ 'defines': ['__CHROMEOS__'],
+ }],
['OS=="android"', {
'include_dirs': [
'src/common/android/include',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698