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

Issue 10828070: Don't directly link to the private Xcode framework, instead find it at runtime (Closed)

Created:
8 years, 4 months ago by TVL
Modified:
8 years, 4 months ago
Reviewers:
lliabraa, stuartmorgan
CC:
chromium-reviews
Visibility:
Public.

Description

- Don't directly link to the private Xcode framework, instead find it at runtime and lookup the classes by name. This allows the binary to work with multiple versions of Xcode and doesn't tile the binary to an Xcode install location. - Fix problem where the tool could log the wrong thing since basename() returns an internal buffer. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=149067

Patch Set 1 #

Patch Set 2 : #

Total comments: 10

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Total comments: 29

Patch Set 7 : #

Total comments: 8

Patch Set 8 : #

Patch Set 9 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+101 lines, -21 lines) Patch
M testing/iossim/iossim.gyp View 1 chunk +0 lines, -10 lines 0 comments Download
M testing/iossim/iossim.mm View 1 2 3 4 5 6 7 8 7 chunks +101 lines, -11 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
TVL
8 years, 4 months ago (2012-07-30 15:40:46 UTC) #1
lliabraa
LGTM - a few formatting nits https://chromiumcodereview.appspot.com/10828070/diff/3001/testing/iossim/iossim.mm File testing/iossim/iossim.mm (right): https://chromiumcodereview.appspot.com/10828070/diff/3001/testing/iossim/iossim.mm#newcode282 testing/iossim/iossim.mm:282: [[[NSString alloc] initWithData:output ...
8 years, 4 months ago (2012-07-30 17:18:51 UTC) #2
TVL
https://chromiumcodereview.appspot.com/10828070/diff/3001/testing/iossim/iossim.mm File testing/iossim/iossim.mm (right): https://chromiumcodereview.appspot.com/10828070/diff/3001/testing/iossim/iossim.mm#newcode282 testing/iossim/iossim.mm:282: [[[NSString alloc] initWithData:output On 2012/07/30 17:18:51, Lane LiaBraaten wrote: ...
8 years, 4 months ago (2012-07-30 17:23:05 UTC) #3
stuartmorgan
LGTM with a whole bunch of nits. https://chromiumcodereview.appspot.com/10828070/diff/10002/testing/iossim/iossim.mm File testing/iossim/iossim.mm (right): https://chromiumcodereview.appspot.com/10828070/diff/10002/testing/iossim/iossim.mm#newcode47 testing/iossim/iossim.mm:47: #define kSimulatorFrameworkPathLeaf ...
8 years, 4 months ago (2012-07-30 19:34:21 UTC) #4
TVL
https://chromiumcodereview.appspot.com/10828070/diff/10002/testing/iossim/iossim.mm File testing/iossim/iossim.mm (right): https://chromiumcodereview.appspot.com/10828070/diff/10002/testing/iossim/iossim.mm#newcode47 testing/iossim/iossim.mm:47: #define kSimulatorFrameworkPathLeaf \ On 2012/07/30 19:34:21, stuartmorgan wrote: > ...
8 years, 4 months ago (2012-07-30 20:10:17 UTC) #5
stuartmorgan
Still LGTM; just tiny nits. https://chromiumcodereview.appspot.com/10828070/diff/5003/testing/iossim/iossim.mm File testing/iossim/iossim.mm (right): https://chromiumcodereview.appspot.com/10828070/diff/5003/testing/iossim/iossim.mm#newcode74 testing/iossim/iossim.mm:74: NSString * const kSimulatorFrameworkRelativePath ...
8 years, 4 months ago (2012-07-30 21:12:25 UTC) #6
TVL
https://chromiumcodereview.appspot.com/10828070/diff/5003/testing/iossim/iossim.mm File testing/iossim/iossim.mm (right): https://chromiumcodereview.appspot.com/10828070/diff/5003/testing/iossim/iossim.mm#newcode74 testing/iossim/iossim.mm:74: NSString * const kSimulatorFrameworkRelativePath = On 2012/07/30 21:12:25, stuartmorgan ...
8 years, 4 months ago (2012-07-30 21:17:27 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/thomasvl@chromium.org/10828070/3004
8 years, 4 months ago (2012-07-30 21:17:53 UTC) #8
commit-bot: I haz the power
Presubmit check for 10828070-3004 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 4 months ago (2012-07-30 21:18:02 UTC) #9
TVL
I wrapped the string
8 years, 4 months ago (2012-07-30 21:21:38 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/thomasvl@chromium.org/10828070/6007
8 years, 4 months ago (2012-07-30 21:21:57 UTC) #11
commit-bot: I haz the power
8 years, 4 months ago (2012-07-30 23:14:17 UTC) #12
Change committed as 149067

Powered by Google App Engine
This is Rietveld 408576698