Chromium Code Reviews| Index: build/android.gypi |
| diff --git a/build/android.gypi b/build/android.gypi |
| index 46ece08524e8c7562d32bf375ebd8eca5ab0c5df..f984ea3af61b32b9728b58378eb6cb5c7d281d37 100644 |
| --- a/build/android.gypi |
| +++ b/build/android.gypi |
| @@ -87,7 +87,6 @@ |
| '-pthread', # Not supported by Android toolchain. |
| ], |
| 'cflags': [ |
| - '-U__linux__', # Don't allow toolchain to claim -D__linux__ |
|
ulan
2014/08/19 08:09:02
Chrome common.gypi doesn't have line anymore.
|
| '-ffunction-sections', |
| '-funwind-tables', |
| '-fstack-protector', |