first cut at making iOS work
authorcaryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 20 Sep 2012 15:45:41 +0000 (15:45 +0000)
committercaryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 20 Sep 2012 15:45:41 +0000 (15:45 +0000)
commit867cbd8bc29371a360194aed648c4d43307b0639
treea8304af47996be63595ff3659546f82772230d6b
parentdb545aec7267b10f1cb925204862f7e16753b724
first cut at making iOS work

Replace __arm__ with SK_CPU_ARM
add support for iOS simulator and device
fix const warning in iOSSampleApp
update gyp files

https://code.google.com/p/skia/issues/detail?id=900
tracks fixing missing arm assembly
Review URL: https://codereview.appspot.com/6552045

git-svn-id: http://skia.googlecode.com/svn/trunk@5606 2bbb7eff-a529-9590-31e7-b0007b416f81
20 files changed:
experimental/iOSSampleApp/Shared/SkOptionsTableViewController.h
experimental/iOSSampleApp/Shared/SkOptionsTableViewController.mm
experimental/iOSSampleApp/Shared/SkUIView.h
experimental/iOSSampleApp/Shared/SkUIView.mm
gyp/SampleApp.gyp
gyp/common_conditions.gypi
gyp/core.gyp
gyp/opts.gyp
gyp/ports.gyp
include/core/SkFixed.h
include/core/SkMath.h
include/core/SkOSFile.h
include/core/SkPostConfig.h
include/core/SkPreConfig.h
include/views/SkOSWindow_iOS.h
src/core/SkUtilsArm.h
src/opts/opts_check_arm.cpp
src/utils/SkDumpCanvas.cpp
src/utils/SkOSFile.cpp
src/views/ios/SkOSWindow_iOS.mm