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

Issue 226413005: get iOS building again (Closed)

Created:
6 years, 8 months ago by mtklein_C
Modified:
6 years, 8 months ago
Reviewers:
epoger, bsalomon, mtklein
CC:
skia-review_googlegroups.com
Base URL:
https://skia.googlesource.com/skia.git@master
Visibility:
Public.

Description

get iOS building again 1) Disable SampleApp. Seems like it's totally horked? SkOSFile_iOS.mm is missing about half the functions needed, and SkOSFile_stdio.cpp is double-providing the others. 2) Drop armv6. 3) Switch from putting headers in sources to putting the corresponding directories in includes. 4) Force cast the type of glShaderSource. Something to do with GR_GL_USE_NEW_SHADER_SOURCE_SIGNATURE? After all this, env CC=clang CXX=clang++ GYP_DEFINES=skia_os=ios make builds for me. BUG=skia:2363 Committed: http://code.google.com/p/skia/source/detail?r=14069

Patch Set 1 #

Patch Set 2 : just cast #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -25 lines) Patch
M gyp/SampleApp.gyp View 3 chunks +2 lines, -12 lines 0 comments Download
M gyp/SimpleiOSApp.gyp View 1 chunk +1 line, -5 lines 0 comments Download
M gyp/apptype_console.gypi View 1 chunk +1 line, -5 lines 0 comments Download
M gyp/common_conditions.gypi View 1 chunk +1 line, -1 line 0 comments Download
M gyp/most.gyp View 1 chunk +3 lines, -0 lines 0 comments Download
M src/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp View 1 2 chunks +1 line, -2 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
mtklein
6 years, 8 months ago (2014-04-04 22:25:24 UTC) #1
epoger
LGTM I think some bots may still have the problem I described in https://code.google.com/p/skia/issues/detail?id=2363#c7 : ...
6 years, 8 months ago (2014-04-04 23:53:50 UTC) #2
mtklein
The CQ bit was checked by mtklein@google.com
6 years, 8 months ago (2014-04-05 00:56:07 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/mtklein@chromium.org/226413005/20001
6 years, 8 months ago (2014-04-05 00:56:08 UTC) #4
commit-bot: I haz the power
6 years, 8 months ago (2014-04-05 01:13:46 UTC) #5
Message was sent while issue was closed.
Change committed as 14069

Powered by Google App Engine
This is Rietveld 408576698