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

Issue 28053: Add the hunspell project to Chrome.app and get spellchecker compiling for Mac. (Closed)

Created:
11 years, 10 months ago by Scott Hess - ex-Googler
Modified:
9 years, 6 months ago
Reviewers:
Mark Mentovai
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Add the hunspell project to Chrome.app and get spellchecker compiling for Mac. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=10399

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 6

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Patch Set 7 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+80 lines, -38 lines) Patch
M chrome/browser/profile.cc View 2 3 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/renderer_host/resource_message_filter.cc View 2 3 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/tab_contents/render_view_context_menu_controller.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/chrome.xcodeproj/project.pbxproj View 1 2 3 4 5 17 chunks +77 lines, -2 lines 0 comments Download
M chrome/common/temp_scaffolding_stubs.h View 2 3 1 chunk +0 lines, -33 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Scott Hess - ex-Googler
http://codereview.chromium.org/28053/diff/1006/28 File chrome/chrome.xcodeproj/project.pbxproj (right): http://codereview.chromium.org/28053/diff/1006/28#newcode396 Line 396: CAA0C06A0F54B98F004DEE42 /* libhunspell.a in Frameworks */ = {isa ...
11 years, 10 months ago (2009-02-24 23:46:10 UTC) #1
Mark Mentovai
11 years, 10 months ago (2009-02-25 05:14:35 UTC) #2
LG™.  Well-sorted too, nice, I approve.

http://codereview.chromium.org/28053/diff/1006/28
File chrome/chrome.xcodeproj/project.pbxproj (right):

http://codereview.chromium.org/28053/diff/1006/28#newcode396
Line 396: CAA0C06A0F54B98F004DEE42 /* libhunspell.a in Frameworks */ = {isa =
PBXBuildFile; fileRef = CAA0BF9C0F54B3F5004DEE42 /* libhunspell.a */; };
shess wrote:
> When I use emacs to remove this duplicate, it doesn't work.

These aren't duplicates.  You get a different PBXBuildFile for each target that
references libhunspell.a.  This is expected and correct.

http://codereview.chromium.org/28053/diff/1006/28#newcode1765
Line 1765: remoteInfo = webkit;
shess wrote:
> XCode seems to insist on stuffing the webkit stanza in.  Couple other places,
> too.

This is also expected.  Darin recently added a new target to webkit.xcodeproj,
named webkit.  Now any xcodeproj that points to webkit.xcodeproj will see these
extra PBXContainerItemProxy and PBXReferenceProxy objects added to reference the
new products that webkit.xcodeproj can provide.

http://codereview.chromium.org/28053/diff/1006/28#newcode2675
Line 2675: CAA0BC4B0F54A8F7004DEE42 /* hunspell.xcodeproj */ = {isa =
PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name =
hunspell.xcodeproj; path = chrome/third_party/hunspell/hunspell.xcodeproj;
sourceTree = "<group>"; };
Only one PBXFileReference - this is where you'd be worried about duplicates, but
there's no duplicate, so things are cool.

Powered by Google App Engine
This is Rietveld 408576698