diff options
author | thakis <thakis@chromium.org> | 2015-08-11 14:19:42 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-08-11 21:20:27 +0000 |
commit | 5f23b6cc0059c79810adb2f14c3be8e2fb87138a (patch) | |
tree | f96f8ff1a0d30099095fe95f7882664175de306c /base | |
parent | 28c5543088eb775a05d94c86fa76044daad0e61f (diff) | |
download | chromium_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.gn | 5 |
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) { |