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

Unified Diff: build/common.gypi

Issue 11231048: Fix the build bot by removing the flag for Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add TODO Created 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index d8861a70438022b464517aa7a6ade7696d5bd8d1..05c474783c911cf3d4ab9a31d2b7ee1b26a1e4c3 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -2523,6 +2523,13 @@
'-mfpmath=sse',
],
}],
+ ['OS=="android"', {
+ 'cflags!': [
+ # Clang ARM does not support the following option.
+ # TODO: Add this flag back http://crbug.com/157195.
+ '-Wno-tautological-constant-out-of-range-compare',
+ ]
+ }],
['clang==1 and clang_use_chrome_plugins==1', {
'cflags': [
'<@(clang_chrome_plugins_flags)',
« 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