Hi,

I have followed the steps here in checking out chromium using git and the
rest of the code using svn:
http://code.google.com/p/chromium/wiki/UsingGit

I am able to build successfully locally on my MacOSX.

>From this thread, it looks like I can use git to checkout WebKit source
(instead of SVN)?
http://groups.google.com/group/chromium-dev/browse_thread/thread/d4ca394f89c607b5?fwc=1

I understand doing to prevent gclient from checking out Webkit source.
custom_deps of your .gclient:

      "src/third_party/WebKit/JavaScriptCore": None,
      "src/third_party/WebKit/WebCore": None,
      "src/third_party/WebKit/WebKitLibraries": None,
      "src/third_party/WebKit/LayoutTests": None,
But I don't understand how to use git to check out Webkit source which
chromium depends on.
Should I use 'git-svn'? If yes, what is the url for the repository?

Thank you.

--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to