Revert "Added std::string to Value via Set/GetString overloading."
[chromium-blink-merge.git] / DEPS
blob6560fdb237ffcdee6a3f99fc2c16d859f05bb596
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@22",
11   "src/testing/gtest":
12     "http://googletest.googlecode.com/svn/trunk@63",
14   "src/third_party/WebKit":
15     "/trunk/deps/third_party/WebKit@6697",
17   "src/third_party/icu38":
18     "/trunk/deps/third_party/icu38@6594",
20   "src/v8":
21     "http://v8.googlecode.com/svn/trunk@911",
23   "src/webkit/data/layout_tests/LayoutTests":
24     "http://svn.webkit.org/repository/webkit/trunk/LayoutTests@39050",
26   "src/third_party/WebKit/WebKit":
27     "http://svn.webkit.org/repository/webkit/trunk/WebKit@39050",
29   "src/third_party/WebKit/WebKitLibraries":
30     "http://svn.webkit.org/repository/webkit/trunk/WebKitLibraries@39050",
34 deps_os = {
35   "win": {
36     "src/third_party/cygwin":
37       "/trunk/deps/third_party/cygwin@3248",
39     "src/third_party/python_24":
40       "/trunk/deps/third_party/python_24@5580",
42     "src/third_party/svn":
43       "/trunk/deps/third_party/svn@3230",
44   },
48 include_rules = [
49   # Everybody can use some things.
50   "+base",
51   "+build",
53   # For now, we allow ICU to be included by specifying "unicode/...", although
54   # this should probably change.
55   "+unicode",
56   "+testing",
58   # Allow anybody to include files from the "public" Skia directory in the
59   # webkit port. This is shared between the webkit port and Chrome.
60   "+webkit/port/platform/graphics/skia/public",
64 # checkdeps.py shouldn't check include paths for files in these dirs:
65 skip_child_includes = [
66    "breakpad",
67    "gears",
68    "sdch",
69    "skia",
70    "testing",
71    "third_party",
72    "v8",