updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git] / chromium-browser-svn / .gclient
blob3c60ff0b82208aa38c49eb858d5c61a7891feaf7
1 # An element of this array (a "solution") describes a repository directory
2 # that will be checked out into your working copy.  Each solution may
3 # optionally define additional dependencies (via its DEPS file) to be
4 # checked out alongside the solution's directory.  A solution may also
5 # specify custom dependencies (via the "custom_deps" property) that
6 # override or augment the dependencies specified by the DEPS file.
7 # If a "safesync_url" is specified, it is assumed to reference the location of
8 # a text file which contains nothing but the last known good SCM revision to
9 # sync against. It is fetched if specified and used unless --head is passed
11 solutions = [
12   { "name"        : "src",
13     "url"         : "http://src.chromium.org/svn/trunk/src",
14     "custom_deps" : {
15       # To use the trunk of a component instead of what's in DEPS:
16       #"component": "https://svnserver/component/trunk/",
17       # To exclude a component from your working copy:
18       #"data/really_large_component": None,
20       "src/chrome_frame": None,
21       "src/chrome/test/data": None,
22       "src/chrome/tools/test/reference_build": None,
23       "src/chrome_frame": None,
24       "src/gears/binaries": None,
25       "src/net/data/cache_tests": None,
26       "src/o3d/documentation": None,
27       "src/o3d/samples": None,
28       "src/third_party/lighttpd": None,
29       "src/third_party/WebKit/LayoutTests": None,
30       "src/third_party/skia": None,
31       "src/webkit/data/layout_tests": None,
32       "src/webkit/tools/test/reference_build": None,
33       "src/third_party/ffmpeg/binaries/chromium/linux/ia32": None,
34       "src/third_party/ffmpeg/binaries/chromium/linux/ia32_dbg": None,
35       "src/third_party/ffmpeg/binaries/chromium/linux/x64": None,
36       "src/third_party/ffmpeg/binaries/chromium/linux/x64_dbg": None,
37     },
38     "safesync_url": "http://build.chromium.org/buildbot/continuous/linux/LATEST/REVISION"
39   },