Issue 3487: We now set the bounds for the links in the About box as soon as we know...
[chromium-blink-merge.git] / DEPS
blobb23cb261608cb32bd9dbd00c7862ec90bc33c3b1
1 deps = {
2   "src/breakpad/src":
3     "http://google-breakpad.googlecode.com/svn/trunk/src@285",
5   "src/googleurl":
6     "http://google-url.googlecode.com/svn/trunk@94",
8   "src/sdch/open-vcdiff":
9     "http://open-vcdiff.googlecode.com/svn/trunk@20",
11   "src/testing/gtest":
12     "http://googletest.googlecode.com/svn/trunk@63",
14   "src/third_party/WebKit":
15     "/trunk/deps/third_party/WebKit@3593",
17   "src/third_party/cygwin":
18     "/trunk/deps/third_party/cygwin@3248",
20   "src/third_party/icu38":
21     "/trunk/deps/third_party/icu38@2676",
23   "src/third_party/python_24":
24     "/trunk/deps/third_party/python_24@3247",
26   "src/third_party/svn":
27     "/trunk/deps/third_party/svn@3230",
29   "src/v8":
30     "http://v8.googlecode.com/svn/trunk@515",
32   "src/webkit/data/layout_tests/LayoutTests":
33     "http://svn.webkit.org/repository/webkit/trunk/LayoutTests@36102",
36 include_rules = [
37   # Everybody can use some things.
38   "+base",
39   "+build",
41   # For now, we allow ICU to be included by specifying "unicode/...", although
42   # this should probably change.
43   "+unicode"
46 # checkdeps.py shouldn't check include paths for files in these dirs:
47 skip_child_includes = [
48    "breakpad",
49    "sdch",
50    "skia",
51    "testing",
52    "third_party",
53    "v8",