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

Issue 10897037: Relanding "views: Add a gyp file to build webview." (Closed)

Created:
8 years, 3 months ago by tfarina
Modified:
8 years, 3 months ago
CC:
chromium-reviews, tfarina
Visibility:
Public.

Description

Relanding "views: Add a gyp file to build webview." This reverts commit 819e83e11f734af26da7c0de8c2b0316a35516dc. Revision 153817. BUG=105557 TBR=ben@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=154048

Patch Set 1 #

Patch Set 2 : fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -1 line) Patch
M build/all.gyp View 1 chunk +2 lines, -1 line 0 comments Download
A ui/views/controls/webview/webview.gyp View 1 1 chunk +30 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
tfarina
TBRing...
8 years, 3 months ago (2012-08-30 02:16:12 UTC) #1
not at google - send to devlin
E.g. Compiling... webview.cc Linking... Creating library ..\..\..\..\build\Debug\\lib\webview.lib and object ..\..\..\..\build\Debug\\lib\webview.exp webview.obj :error LNK2019: unresolved external ...
8 years, 3 months ago (2012-08-30 05:34:27 UTC) #2
tfarina
On Thursday, August 30, 2012, wrote: > E.g. > > Compiling... > webview.cc > Linking... ...
8 years, 3 months ago (2012-08-30 10:43:43 UTC) #3
tfarina
8 years, 3 months ago (2012-08-30 10:43:43 UTC) #4
On Thursday, August 30, 2012, wrote:

> E.g.
>
> Compiling...
> webview.cc
> Linking...
>    Creating library ..\..\..\..\build\Debug\\lib\**webview.lib and object
> ..\..\..\..\build\Debug\\lib\**webview.exp
> webview.obj :error LNK2019: unresolved external symbol
> "__declspec(dllimport)
> bool __cdecl base::i18n::IsRTL(void)" (__imp_?IsRTL@i18n@base@@YA_**NXZ)
> referenced in function "public: bool __thiscall
> views::View::**FlipCanvasOnPaintForRTLUI(**void)const "
> (?FlipCanvasOnPaintForRTLUI@**View@views@@QBE_NXZ)
> webview.obj :error LNK2019: unresolved external symbol "private: static
> bool
> views::FocusManager::shortcut_**handling_suspended_"
> (?shortcut_handling_suspended_**@FocusManager@views@@0_NA) referenced in
> function
> "public: static void __cdecl
> views::FocusManager::set_**shortcut_handling_suspended(**bool)"
> (?set_shortcut_handling_**suspended@FocusManager@views@@**SAX_N@Z)
> webview.obj :error LNK2019: unresolved external symbol "public: static
> class
> views::ViewsDelegate * views::ViewsDelegate::views_**delegate"
> (?views_delegate@ViewsDelegate**@views@@2PAV12@A) referenced in function
> "private:
> class content::WebContents * __thiscall views::WebView::**
> CreateWebContents(class
> content::BrowserContext *,class content::SiteInstance *)"
> (?CreateWebContents@WebView@**views@@AAEPAVWebContents@**content@
> @PAVBrowserContext@4@**PAVSiteInstance@4@@Z)
> ..\..\..\..\build\Debug\\**webview.dll : fatalerror LNK1120: 3 unresolved
> externals
>
> Which fuk...win trybot has this configuration that I should try?

It passes win_rel so  win_rel does not build a shared_library.

Looks like this is missing base_i18n dep

I'll try once more making sure it passes the RIGHT win trybot!!


>
https://chromiumcodereview.**appspot.com/10897037/<https://chromiumcodereview...
>


-- 
Thiago

Powered by Google App Engine
This is Rietveld 408576698