Hello. I am trying to build chrome on windows, follow the steps from build instructions; updated sources to the latest rev and after run gclient runhooks --force nothing is happening - no sln files appear in /chrome and no errors occur. My env is Windows 7, Win SDK v.7.0 and MS Visual Studio 2008.
Another weird behavior is with gclient sync: i run gclient config http://src.chromium.org/svn/trunk/src/chrome under my local chrome sources in chromium\trunk\src\chrome (previously downloaded using tortoise svn) but it starts download another instance of "chrome" dir inside of mine instead of updating current. i noticed workaround: remove "name" attribute in .gclient file: solutions = [ { "name" : "", # was chrome before my local change "url" : "http://src.chromium.org/svn/trunk/src/chrome", "custom_deps" : { # To use the trunk of a component instead of what's in DEPS: #"component": "https://svnserver/component/trunk/", # To exclude a component from your working copy: #"data/really_large_component": None, }, "safesync_url": "" }, ] please help me start contributing to the browser. -- Chromium Discussion mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-discuss
