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

Issue 10389178: mac: Unbreak shared build. (Closed)

Created:
8 years, 7 months ago by Nico
Modified:
8 years, 7 months ago
Reviewers:
Lambros
CC:
chromium-reviews, jamiewalch+watch_chromium.org, dcaiafa+watch_chromium.org, simonmorris+watch_chromium.org, hclam+watch_chromium.org, wez+watch_chromium.org, amit, sanjeevr, garykac+watch_chromium.org, lambroslambrou+watch_chromium.org, alexeypa+watch_chromium.org, sergeyu+watch_chromium.org
Visibility:
Public.

Description

mac: Unbreak shared build. It was broken by https://chromiumcodereview.appspot.com/10384140. SOLINK_MODULE(target) out/Release/remoting_host_prefpane.prefPane/Contents/MacOS/remoting_host_prefpane Undefined symbols: "_modp_b64_decode", referenced from: -[Me2MePreferencePane onApply:] in me2me_preference_pane.o ld: symbol(s) not found This doesn't happen in the components build because the prefpane still depends on base via tools/gyp-explain.py remoting_host_prefpane modp_b64 These paths lead from remoting/remoting.gyp:remoting_host_prefpane#target to third_party/modp_b64/modp_b64.gyp:modp_b64#target: remoting/remoting.gyp:remoting_host_prefpane#target -> remoting/remoting.gyp:remoting_base#target -> base/base.gyp:base#target -> third_party/modp_b64/modp_b64.gyp:modp_b64#target BUG=none TEST=none TBR=lambroslambrou Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=137489

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -0 lines) Patch
M remoting/remoting.gyp View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Nico
8 years, 7 months ago (2012-05-16 20:02:22 UTC) #1
Lambros
8 years, 7 months ago (2012-05-16 20:03:52 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698