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

Unified Diff: third_party/mesa/mesa.gyp

Issue 691783003: [WIP NOT FOR COMMIT] Switch Android to libc++ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove more unused stuff Created 5 years, 11 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 | « net/spdy/spdy_prefixed_buffer_reader_test.cc ('k') | third_party/re2/README.chromium » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/mesa/mesa.gyp
diff --git a/third_party/mesa/mesa.gyp b/third_party/mesa/mesa.gyp
index 3db0d4c71e53ac574a16644bb6eacfe8b586087a..c6b5a7f9976d5f4cda8c33d55c5318937ff5c210 100644
--- a/third_party/mesa/mesa.gyp
+++ b/third_party/mesa/mesa.gyp
@@ -46,13 +46,7 @@
"_GLAPI_NO_EXPORTS",
],
'conditions': [
- ['OS=="android"', {
- 'defines': [
- '__GLIBC__',
- '_GNU_SOURCE',
- ],
- }],
- ['OS=="linux"', {
+ ['OS == "linux" or OS == "android"', {
'defines': [
'_GNU_SOURCE',
],
« no previous file with comments | « net/spdy/spdy_prefixed_buffer_reader_test.cc ('k') | third_party/re2/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698