diff options
Diffstat (limited to 'www-client/chromium/files/dot-gclient')
-rw-r--r-- | www-client/chromium/files/dot-gclient | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/www-client/chromium/files/dot-gclient b/www-client/chromium/files/dot-gclient new file mode 100644 index 0000000..f3e0fce --- /dev/null +++ b/www-client/chromium/files/dot-gclient @@ -0,0 +1,9 @@ +solutions = [ + { "name" : "src", + "url" : "http://src.chromium.org/svn/trunk/src", + "custom_deps" : { + "src/third_party/WebKit/LayoutTests": None, + }, + "safesync_url": "http://chromium-status.appspot.com/lkgr", + }, +] |