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

Unified Diff: base/BUILD.gn

Issue 1285493004: mac, GN: Pass 10.6 as deployment target. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index 6f364a95bdfc6691492d262f66216d746fd95b9d..fb463cfb33b4b7ba94d6736f0ebbb3144e1ebf84 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -12,8 +12,8 @@ if (is_android) {
config("base_implementation") {
defines = [ "BASE_IMPLEMENTATION" ]
- if (is_ios) {
- # base uses routines deprecated in iOS 8
+ if (is_ios || is_mac) {
Nico 2015/08/11 20:41:40 …why is this block even here? It was removed from
+ # base uses routines deprecated in iOS 8 and OSX 10.10.
cflags = [ "-Wno-deprecated-declarations" ]
}
}
« 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