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

Unified Diff: skia/skia_library.gypi

Issue 754433003: Update from https://crrev.com/305340 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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
Index: skia/skia_library.gypi
diff --git a/skia/skia_library.gypi b/skia/skia_library.gypi
index 46259e5b0fccbbfab454fb5b038f750193ba64d0..7d369d846fd5dba12f070d6fc9fc4520f799a936 100644
--- a/skia/skia_library.gypi
+++ b/skia/skia_library.gypi
@@ -360,6 +360,13 @@
['include', 'SkStream_mac\\.cpp$',],
['include', 'SkCreateCGImageRef\\.cpp$',],
],
+ 'xcode_settings' : {
+ 'WARNING_CFLAGS': [
+ # SkFontHost_mac.cpp uses API deprecated in iOS 7.
+ # crbug.com/408571
+ '-Wno-deprecated-declarations',
+ ],
+ },
}],
],

Powered by Google App Engine
This is Rietveld 408576698