summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
authorthakis <thakis@chromium.org>2015-08-11 14:19:42 -0700
committerCommit bot <commit-bot@chromium.org>2015-08-11 21:20:27 +0000
commit5f23b6cc0059c79810adb2f14c3be8e2fb87138a (patch)
treef96f8ff1a0d30099095fe95f7882664175de306c /base
parent28c5543088eb775a05d94c86fa76044daad0e61f (diff)
downloadchromium_src-5f23b6cc0059c79810adb2f14c3be8e2fb87138a.zip
chromium_src-5f23b6cc0059c79810adb2f14c3be8e2fb87138a.tar.gz
chromium_src-5f23b6cc0059c79810adb2f14c3be8e2fb87138a.tar.bz2
Revert incorrect part of https://codereview.chromium.org/1250913002.
BUG=459705 Review URL: https://codereview.chromium.org/1285943002 Cr-Commit-Position: refs/heads/master@{#342899}
Diffstat (limited to 'base')
-rw-r--r--base/BUILD.gn5
1 files changed, 0 insertions, 5 deletions
diff --git a/base/BUILD.gn b/base/BUILD.gn
index 6f364a9..ccb580f 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -11,11 +11,6 @@ if (is_android) {
config("base_implementation") {
defines = [ "BASE_IMPLEMENTATION" ]
-
- if (is_ios) {
- # base uses routines deprecated in iOS 8
- cflags = [ "-Wno-deprecated-declarations" ]
- }
}
if (is_win) {