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

Unified Diff: gyp/opts.gyp

Issue 1092753002: This section is moot: we divert ios to opts_none above. (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: oops Created 5 years, 8 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: gyp/opts.gyp
diff --git a/gyp/opts.gyp b/gyp/opts.gyp
index 2e08664dd2bb842e6d1a92b7bce9955f3553f3f7..b4fb6098818fefd343bcba23fb4430e436f543da 100644
--- a/gyp/opts.gyp
+++ b/gyp/opts.gyp
@@ -66,13 +66,6 @@
[ 'arm_neon == 1 or arm_neon_optional == 1', {
'dependencies': [ 'opts_neon' ]
}],
- [ 'skia_os == "ios"', {
- 'sources!': [
- # these fail to compile under xcode for ios
- '../src/opts/SkBitmapProcState_opts_arm.cpp',
- '../src/opts/SkBlitRow_opts_arm.cpp',
- ],
- }],
],
}],
« 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