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

Issue 336773002: Get iossim to compile with Xcode 6. (Closed)

Created:
6 years, 6 months ago by lliabraa
Modified:
6 years, 6 months ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Get iossim to compile with Xcode 6. Xcode 6 moved the location of the frameworks that iossim depends on and added a few new dependecies so new header files need to be generated by the gyp target. Note that this CL gets iossim to compile but iossim will not launch the Xcode 6 simulator. BUG=381213 NOTRY=true TBR=rohitrao@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=278786

Patch Set 1 #

Total comments: 4

Patch Set 2 : use 10.10 Mac SDK #

Patch Set 3 : added TODO comments about removing special cases for Xcode 6 #

Patch Set 4 : use custom define: IOSSIM_USE_XCODE_6 #

Patch Set 5 : exclude from presubmit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+108 lines, -22 lines) Patch
M PRESUBMIT.py View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M testing/iossim/iossim.gyp View 1 2 3 2 chunks +64 lines, -4 lines 0 comments Download
M testing/iossim/iossim.mm View 1 2 3 4 chunks +42 lines, -18 lines 0 comments Download

Messages

Total messages: 22 (0 generated)
lliabraa
6 years, 6 months ago (2014-06-13 13:24:16 UTC) #1
justincohen
https://codereview.chromium.org/336773002/diff/1/testing/iossim/iossim.mm File testing/iossim/iossim.mm (left): https://codereview.chromium.org/336773002/diff/1/testing/iossim/iossim.mm#oldcode45 testing/iossim/iossim.mm:45: @protocol DTiPhoneSimulatorSessionDelegate Should we fix this as well, and ...
6 years, 6 months ago (2014-06-13 13:36:08 UTC) #2
lliabraa
https://codereview.chromium.org/336773002/diff/1/testing/iossim/iossim.mm File testing/iossim/iossim.mm (left): https://codereview.chromium.org/336773002/diff/1/testing/iossim/iossim.mm#oldcode45 testing/iossim/iossim.mm:45: @protocol DTiPhoneSimulatorSessionDelegate On 2014/06/13 13:36:07, justincohen wrote: > Should ...
6 years, 6 months ago (2014-06-13 14:03:44 UTC) #3
justincohen
LGTM https://codereview.chromium.org/336773002/diff/1/testing/iossim/iossim.gyp File testing/iossim/iossim.gyp (right): https://codereview.chromium.org/336773002/diff/1/testing/iossim/iossim.gyp#newcode23 testing/iossim/iossim.gyp:23: 'XCODE_6', Is this necessary? Would it be more ...
6 years, 6 months ago (2014-06-13 14:08:39 UTC) #4
lliabraa
https://codereview.chromium.org/336773002/diff/1/testing/iossim/iossim.gyp File testing/iossim/iossim.gyp (right): https://codereview.chromium.org/336773002/diff/1/testing/iossim/iossim.gyp#newcode23 testing/iossim/iossim.gyp:23: 'XCODE_6', On 2014/06/13 14:08:39, justincohen wrote: > Is this ...
6 years, 6 months ago (2014-06-13 15:07:30 UTC) #5
lliabraa
On 2014/06/13 15:07:30, lliabraa wrote: > https://codereview.chromium.org/336773002/diff/1/testing/iossim/iossim.gyp > File testing/iossim/iossim.gyp (right): > > https://codereview.chromium.org/336773002/diff/1/testing/iossim/iossim.gyp#newcode23 > ...
6 years, 6 months ago (2014-06-13 16:00:58 UTC) #6
justincohen
I think I prefer this one, with a bug saying we should remove the ifdef ...
6 years, 6 months ago (2014-06-13 17:13:00 UTC) #7
lliabraa
The CQ bit was checked by lliabraa@chromium.org
6 years, 6 months ago (2014-06-20 13:21:07 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/lliabraa@chromium.org/336773002/40001
6 years, 6 months ago (2014-06-20 13:23:22 UTC) #9
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-20 13:23:24 UTC) #10
commit-bot: I haz the power
No LGTM from a valid reviewer yet. Only full committers are accepted. Even if an ...
6 years, 6 months ago (2014-06-20 13:23:25 UTC) #11
lliabraa
The CQ bit was checked by lliabraa@chromium.org
6 years, 6 months ago (2014-06-20 14:05:51 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/lliabraa@chromium.org/336773002/40001
6 years, 6 months ago (2014-06-20 14:07:30 UTC) #13
rohitrao (ping after 24h)
Forcing the 10.10 SDK feels worse than defining a new variable, since the behavior is ...
6 years, 6 months ago (2014-06-20 17:23:32 UTC) #14
lliabraa
The CQ bit was unchecked by lliabraa@chromium.org
6 years, 6 months ago (2014-06-20 17:26:54 UTC) #15
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-20 17:29:14 UTC) #16
lliabraa
+phajdan.jr for OWNERS review on PRESUBMIT.py
6 years, 6 months ago (2014-06-20 18:31:37 UTC) #17
Paweł Hajdan Jr.
LGTM
6 years, 6 months ago (2014-06-20 18:46:06 UTC) #18
rohitrao (ping after 24h)
LGTM Thanks!
6 years, 6 months ago (2014-06-20 18:48:08 UTC) #19
lliabraa
The CQ bit was checked by lliabraa@chromium.org
6 years, 6 months ago (2014-06-20 18:51:05 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/lliabraa@chromium.org/336773002/80001
6 years, 6 months ago (2014-06-20 19:03:45 UTC) #21
commit-bot: I haz the power
6 years, 6 months ago (2014-06-20 19:07:13 UTC) #22
Message was sent while issue was closed.
Change committed as 278786

Powered by Google App Engine
This is Rietveld 408576698