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

Issue 10905184: Build the user_agent target for iOS (Closed)

Created:
8 years, 3 months ago by stuartmorgan
Modified:
8 years, 3 months ago
Reviewers:
tony
CC:
chromium-reviews, darin-cc_chromium.org, darin (slow to review), jam
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Build the user_agent target for iOS This enables building just the user_agent target of webkit_support.gyp on iOS, and adds iOS versions of the UA-construction utility methods. Eventually the goal is for iOS not to build any code in webkit/, but user agent is tied in to enough other code in webkit/ that it's unlikely to be extracted in the short term, so adding minimal iOS support to webkit_support.gyp is a necessary bridging measure. BUG=None Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=156276

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+252 lines, -51 lines) Patch
M build/all.gyp View 2 chunks +1 line, -1 line 0 comments Download
M webkit/support/webkit_support.gyp View 1 chunk +22 lines, -13 lines 2 comments Download
A webkit/user_agent/user_agent_util_ios.mm View 1 chunk +172 lines, -0 lines 2 comments Download
M webkit/user_agent/webkit_user_agent.gypi View 1 chunk +57 lines, -37 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
stuartmorgan
Tony: for review and OWNERS (the fiddly details of the iOS logic have already been ...
8 years, 3 months ago (2012-09-10 14:53:15 UTC) #1
tony
https://chromiumcodereview.appspot.com/10905184/diff/1/webkit/support/webkit_support.gyp File webkit/support/webkit_support.gyp (right): https://chromiumcodereview.appspot.com/10905184/diff/1/webkit/support/webkit_support.gyp#newcode12 webkit/support/webkit_support.gyp:12: # removed. Is it problematic to include the gypi ...
8 years, 3 months ago (2012-09-10 17:15:17 UTC) #2
stuartmorgan
https://chromiumcodereview.appspot.com/10905184/diff/1/webkit/support/webkit_support.gyp File webkit/support/webkit_support.gyp (right): https://chromiumcodereview.appspot.com/10905184/diff/1/webkit/support/webkit_support.gyp#newcode12 webkit/support/webkit_support.gyp:12: # removed. On 2012/09/10 17:15:17, tony wrote: > Is ...
8 years, 3 months ago (2012-09-11 09:42:54 UTC) #3
tony
Ok, LGTM I would probably use CR_DEFINE_STATIC_LOCAL for the dict, but I don't feel strongly ...
8 years, 3 months ago (2012-09-11 17:34:01 UTC) #4
stuartmorgan
On 2012/09/11 17:34:01, tony wrote: > I would probably use CR_DEFINE_STATIC_LOCAL for the dict Looks ...
8 years, 3 months ago (2012-09-11 17:50:58 UTC) #5
stuartmorgan
On 2012/09/11 17:50:58, stuartmorgan wrote: > I'll see how much this is called and decide ...
8 years, 3 months ago (2012-09-11 17:51:23 UTC) #6
stuartmorgan
It looks like it's only called once, generally, so I'd rather not have the extra ...
8 years, 3 months ago (2012-09-12 08:38:26 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/stuartmorgan@chromium.org/10905184/1
8 years, 3 months ago (2012-09-12 08:38:50 UTC) #8
commit-bot: I haz the power
8 years, 3 months ago (2012-09-12 11:07:05 UTC) #9
Change committed as 156276

Powered by Google App Engine
This is Rietveld 408576698