Revert "Added std::string to Value via Set/GetString overloading."
[chromium-blink-merge.git] / gears / DEPS
blobb6a6cc0a7640a03fa47d2c9d5f734e6c43c28477
1 # We pull 3 components from the Chrome tree at the trunk.
2 chrome_rev = ''
4 # We pull 2 components from the Gears tree at this revision.
5 gears_rev = '@3081'
7 deps = {
8   "src/build":
9     "svn://chrome-svn/chrome/trunk/src/build" + chrome_rev,
11   "src/site_scons":
12     "svn://chrome-svn/chrome/trunk/src/site_scons" + chrome_rev,
14   "src/third_party/scons":
15     "svn://chrome-svn/chrome/trunk/src/third_party/scons" + chrome_rev,
17   "src/gears/gears":
18     "http://gears.googlecode.com/svn/trunk/gears" + gears_rev,
20   "src/gears/third_party":
21     "http://gears.googlecode.com/svn/trunk/third_party" + gears_rev,
24 # checkdeps.py shouldn't check include paths for files in these dirs:
25 skip_child_includes = [
26    "gears",
27    "third_party",