~epii/+junk/chromium-browser

« back to all changes in this revision

Viewing changes to .gclient

  • Committer: epii
  • Date: 2011-12-08 15:51:20 UTC
  • Revision ID: public.epii@gmail.com-20111208155120-fuq5cz83vzfv7p7x
first commit.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
# An element of this array (a "solution") describes a repository directory
 
3
# that will be checked out into your working copy.  Each solution may
 
4
# optionally define additional dependencies (via its DEPS file) to be
 
5
# checked out alongside the solution's directory.  A solution may also
 
6
# specify custom dependencies (via the "custom_deps" property) that
 
7
# override or augment the dependencies specified by the DEPS file.
 
8
solutions = [
 
9
  { "name"        : "src",
 
10
    "url"         : "http://src.chromium.org/svn/trunk/src",
 
11
    "custom_deps" : {
 
12
      # To use the trunk of a component instead of what's in DEPS:
 
13
      #"component": "https://svnserver/component/trunk/",
 
14
      # To exclude a component from your working copy:
 
15
      #"data/really_large_component": None,
 
16
      "src/third_party/WebKit/LayoutTests": None,
 
17
      "src/chrome_frame/tools/test/reference_build/chrome": None,
 
18
      "src/chrome/tools/test/reference_build/chrome_mac": None,
 
19
      "src/chrome/tools/test/reference_build/chrome": None,
 
20
      "src/chrome/tools/test/reference_build/chrome_linux": None,
 
21
    }
 
22
  }
 
23
]