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

Unified Diff: build/untrusted.gypi

Issue 1411473004: Drop _DEFAULT_SOURCE and _BSD_SOURCE defines (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Created 5 years, 2 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 | « build/common.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/untrusted.gypi
diff --git a/build/untrusted.gypi b/build/untrusted.gypi
index 94e091200d4ab13c79593a4a791630db0be2c846..cb5cf71ec7164c3c28768211f87fb41bd82c66f2 100755
--- a/build/untrusted.gypi
+++ b/build/untrusted.gypi
@@ -40,8 +40,6 @@
'__STDC_LIMIT_MACROS=1',
'__STDC_FORMAT_MACROS=1',
'_GNU_SOURCE=1',
- '_DEFAULT_SOURCE=1',
- '_BSD_SOURCE=1',
'_POSIX_C_SOURCE=199506',
'_XOPEN_SOURCE=600',
'DYNAMIC_ANNOTATIONS_ENABLED=1',
« no previous file with comments | « build/common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698