The "cef" directory should be created inside the "src" directory, at the
same level as "chrome", "base", "third_party", etc. Is that what this
.gclient example does?
On Tue, Dec 2, 2008 at 11:14 AM, Marc-Antoine Ruel <[EMAIL PROTECTED]>wrote:
>
> So the .gclient file would looke like:
>
> --- CUT HERE ---
> solutions = [
> { "name": "src",
> "url": "svn://chrome-svn.corp.google.com/chrome/trunk/src",
> },
> { "name": "cef",
> "url": "http://chromiumembedded.googlecode.com/svn/trunk",
> },
> ]
> --- CUT HERE ---
>
> (I haven't tried out)
>
> M-A
>
> On Tue, Dec 2, 2008 at 11:04 AM, Marshall Greenblatt
> <[EMAIL PROTECTED]> wrote:
> > Hi All,
> >
> > The chromium embedded framework (CEF) project is now available for
> download
> > via svn:
> >
> > http://code.google.com/p/chromiumembedded/
> >
> > The CEF project is an extension of the Chromium project, and so to build
> > applications with CEF you must first download Chromium. The CEF files
> must
> > then be placed in the top-level Chromium directory, at the same level as
> the
> > "chrome" directory. For instance, if your Chromium installation directory
> is
> > C:\svn\Chromium then the CEF files should reside in C:\svn\Chromium\cef.
> The
> > CHROMIUM_BUILD_COMPATIBILITY file provides information about
> compatibility
> > between CEF and Chromium revisions.
> >
> > Regards,
> > Marshall
> > >
> >
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Chromium-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/chromium-dev?hl=en
-~----------~----~----~----~------~----~------~--~---