[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 1 | vars = { |
[email protected] | 0cf0cce | 2010-09-03 00:57:18 | [diff] [blame] | 2 | "googlecode_url": "http://%s.googlecode.com/svn", |
[email protected] | 8e303b2 | 2010-08-18 21:03:12 | [diff] [blame] | 3 | "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", |
[email protected] | d657f3cc | 2010-09-02 03:44:04 | [diff] [blame] | 4 | "nacl_trunk": "http://src.chromium.org/native_client/trunk", |
[email protected] | c99ded5 | 2010-09-24 22:28:11 | [diff] [blame^] | 5 | "webkit_revision": "68248", |
[email protected] | fe67460 | 2010-09-22 23:37:46 | [diff] [blame] | 6 | "skia_revision": "599", |
[email protected] | 1997e469 | 2009-11-18 21:22:28 | [diff] [blame] | 7 | "chromium_git": "http://src.chromium.org/git", |
[email protected] | 2e981ac | 2010-03-09 18:10:25 | [diff] [blame] | 8 | "swig_revision": "40423", |
[email protected] | ff8a4e3 | 2010-09-03 20:42:36 | [diff] [blame] | 9 | "nacl_revision": "3186", |
[email protected] | 0a9d4553 | 2010-09-08 22:37:18 | [diff] [blame] | 10 | "libjingle_revision": "29", |
[email protected] | 7d5fa7f4 | 2010-09-24 22:07:49 | [diff] [blame] | 11 | "libvpx_revision": "60399", |
| 12 | "ffmpeg_revision": "60496", |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 13 | } |
| 14 | |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 15 | deps = { |
| 16 | "src/breakpad/src": |
[email protected] | b45dd1e | 2010-09-23 18:50:59 | [diff] [blame] | 17 | (Var("googlecode_url") % "google-breakpad") + "/trunk/src@697", |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 18 | |
[email protected] | 74647d2 | 2009-06-23 01:13:52 | [diff] [blame] | 19 | "src/build/util/support": |
[email protected] | 9ff126f | 2009-08-04 17:32:03 | [diff] [blame] | 20 | "/trunk/deps/support@20411", |
[email protected] | 74647d2 | 2009-06-23 01:13:52 | [diff] [blame] | 21 | |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 22 | "src/googleurl": |
[email protected] | 69c8a40 | 2010-09-21 21:16:59 | [diff] [blame] | 23 | (Var("googlecode_url") % "google-url") + "/trunk@146", |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 24 | |
[email protected] | 808ea57 | 2010-09-01 16:22:01 | [diff] [blame] | 25 | "src/seccompsandbox": |
[email protected] | 51043776 | 2010-09-15 22:14:35 | [diff] [blame] | 26 | "http://seccompsandbox.googlecode.com/svn/trunk@119", |
[email protected] | 808ea57 | 2010-09-01 16:22:01 | [diff] [blame] | 27 | |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 28 | "src/sdch/open-vcdiff": |
[email protected] | 0cf0cce | 2010-09-03 00:57:18 | [diff] [blame] | 29 | (Var("googlecode_url") % "open-vcdiff") + "/trunk@28", |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 30 | |
| 31 | "src/testing/gtest": |
[email protected] | eac1cd26 | 2010-09-16 19:50:59 | [diff] [blame] | 32 | (Var("googlecode_url") % "googletest") + "/trunk@435", |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 33 | |
[email protected] | 121de34 | 2010-04-28 22:52:43 | [diff] [blame] | 34 | "src/third_party/angle": |
[email protected] | 9de0bef | 2010-09-20 22:41:40 | [diff] [blame] | 35 | (Var("googlecode_url") % "angleproject") + "/trunk@429", |
[email protected] | 121de34 | 2010-04-28 22:52:43 | [diff] [blame] | 36 | |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 37 | "src/third_party/WebKit": |
[email protected] | 0152b52 | 2009-12-02 15:30:54 | [diff] [blame] | 38 | "/trunk/deps/third_party/WebKit@33467", |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 39 | |
[email protected] | 28062949 | 2009-09-09 06:49:08 | [diff] [blame] | 40 | "src/third_party/icu": |
[email protected] | 35f51d4 | 2010-09-09 21:06:13 | [diff] [blame] | 41 | "/trunk/deps/third_party/icu42@58904", |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 42 | |
[email protected] | adee30d | 2009-08-21 15:15:16 | [diff] [blame] | 43 | "src/third_party/hunspell": |
[email protected] | 473f1e94 | 2010-07-20 09:25:52 | [diff] [blame] | 44 | "/trunk/deps/third_party/hunspell@51690", |
[email protected] | a0c30347 | 2010-06-03 03:32:31 | [diff] [blame] | 45 | |
| 46 | "src/third_party/hunspell_dictionaries": |
[email protected] | 2cc1f38 | 2010-07-15 05:40:58 | [diff] [blame] | 47 | "/trunk/deps/third_party/hunspell_dictionaries@51875", |
[email protected] | 5c965dd | 2009-09-04 21:11:43 | [diff] [blame] | 48 | |
[email protected] | 9a17f63 | 2009-07-14 16:07:01 | [diff] [blame] | 49 | "src/third_party/protobuf2/src": |
[email protected] | 6cb60aa | 2010-09-24 15:09:53 | [diff] [blame] | 50 | (Var("googlecode_url") % "protobuf") + "/trunk@346", |
[email protected] | d3c902b2 | 2009-07-13 21:30:59 | [diff] [blame] | 51 | |
[email protected] | 2cbb95c | 2010-04-23 03:03:26 | [diff] [blame] | 52 | "src/third_party/cacheinvalidation/files": |
[email protected] | 0cf0cce | 2010-09-03 00:57:18 | [diff] [blame] | 53 | (Var("googlecode_url") % "google-cache-invalidation-api") + "/trunk@35", |
[email protected] | 2cbb95c | 2010-04-23 03:03:26 | [diff] [blame] | 54 | |
[email protected] | acb9f72 | 2010-03-25 17:14:59 | [diff] [blame] | 55 | "src/tools/gyp": |
[email protected] | 0cf0cce | 2010-09-03 00:57:18 | [diff] [blame] | 56 | (Var("googlecode_url") % "gyp") + "/trunk@840", |
[email protected] | acb9f72 | 2010-03-25 17:14:59 | [diff] [blame] | 57 | |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 58 | "src/v8": |
[email protected] | 81fa4fc | 2010-09-24 10:01:59 | [diff] [blame] | 59 | (Var("googlecode_url") % "v8") + "/trunk@5447", |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 60 | |
[email protected] | 3c22184 | 2009-07-13 21:09:38 | [diff] [blame] | 61 | "src/native_client": |
[email protected] | 8e303b2 | 2010-08-18 21:03:12 | [diff] [blame] | 62 | Var("nacl_trunk") + "/src/native_client@" + Var("nacl_revision"), |
[email protected] | 2d78334 | 2010-08-11 20:48:28 | [diff] [blame] | 63 | "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin": |
[email protected] | b70ffd1f | 2010-09-08 22:50:17 | [diff] [blame] | 64 | Var("nacl_trunk") + "/src/native_client/tests/prebuilt@" + |
[email protected] | 2d78334 | 2010-08-11 20:48:28 | [diff] [blame] | 65 | Var("nacl_revision"), |
[email protected] | 3c22184 | 2009-07-13 21:09:38 | [diff] [blame] | 66 | |
[email protected] | 8eb0eeb | 2009-10-23 14:52:40 | [diff] [blame] | 67 | "src/third_party/skia/src": |
[email protected] | 0cf0cce | 2010-09-03 00:57:18 | [diff] [blame] | 68 | (Var("googlecode_url") % "skia") + "/trunk/src@" + Var("skia_revision"), |
[email protected] | 8eb0eeb | 2009-10-23 14:52:40 | [diff] [blame] | 69 | |
| 70 | "src/third_party/skia/include": |
[email protected] | 0cf0cce | 2010-09-03 00:57:18 | [diff] [blame] | 71 | (Var("googlecode_url") % "skia") + "/trunk/include@" + Var("skia_revision"), |
[email protected] | d5282e7 | 2009-05-13 13:16:52 | [diff] [blame] | 72 | |
[email protected] | e6e47fc | 2009-07-13 19:18:23 | [diff] [blame] | 73 | "src/third_party/WebKit/LayoutTests": |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 74 | Var("webkit_trunk") + "/LayoutTests@" + Var("webkit_revision"), |
| 75 | |
[email protected] | dce1d5a | 2009-05-08 16:43:34 | [diff] [blame] | 76 | "src/third_party/WebKit/JavaScriptCore": |
| 77 | Var("webkit_trunk") + "/JavaScriptCore@" + Var("webkit_revision"), |
| 78 | |
| 79 | "src/third_party/WebKit/WebCore": |
| 80 | Var("webkit_trunk") + "/WebCore@" + Var("webkit_revision"), |
| 81 | |
[email protected] | dec7b17 | 2009-09-23 22:11:35 | [diff] [blame] | 82 | "src/third_party/WebKit/WebKit/chromium": |
| 83 | Var("webkit_trunk") + "/WebKit/chromium@" + Var("webkit_revision"), |
| 84 | |
[email protected] | 55eb397 | 2010-04-07 03:07:51 | [diff] [blame] | 85 | "src/third_party/WebKit/WebKitTools/DumpRenderTree": |
| 86 | Var("webkit_trunk") + "/WebKitTools/DumpRenderTree@" + Var("webkit_revision"), |
| 87 | |
[email protected] | f3d80d9 | 2010-02-09 01:57:54 | [diff] [blame] | 88 | "src/third_party/WebKit/WebKitTools/Scripts": |
| 89 | Var("webkit_trunk") + "/WebKitTools/Scripts@" + Var("webkit_revision"), |
| 90 | |
[email protected] | d7bdd38 | 2009-11-13 02:15:59 | [diff] [blame] | 91 | "src/third_party/ots": |
[email protected] | 0cf0cce | 2010-09-03 00:57:18 | [diff] [blame] | 92 | (Var("googlecode_url") % "ots") + "/trunk@35", |
[email protected] | d7bdd38 | 2009-11-13 02:15:59 | [diff] [blame] | 93 | |
[email protected] | 58734d6 | 2009-06-30 00:12:53 | [diff] [blame] | 94 | "src/tools/page_cycler/acid3": |
[email protected] | 060ab04 | 2009-07-13 21:39:51 | [diff] [blame] | 95 | "/trunk/deps/page_cycler/acid3@19546", |
[email protected] | 0735266 | 2009-07-13 23:22:33 | [diff] [blame] | 96 | |
[email protected] | 6d37449 | 2009-08-05 06:02:07 | [diff] [blame] | 97 | # We run these layout tests as UI tests. Since many of the buildbots that |
| 98 | # run layout tests do NOT have access to the LayoutTest directory, we need |
| 99 | # to map them here. In practice, these do not take up much space. |
| 100 | "src/chrome/test/data/layout_tests/LayoutTests/fast/events": |
| 101 | Var("webkit_trunk") + "/LayoutTests/fast/events@" + |
| 102 | Var("webkit_revision"), |
[email protected] | 53d4e7d | 2009-09-24 05:14:30 | [diff] [blame] | 103 | "src/chrome/test/data/layout_tests/LayoutTests/fast/js/resources": |
| 104 | Var("webkit_trunk") + "/LayoutTests/fast/js/resources@" + |
| 105 | Var("webkit_revision"), |
[email protected] | 6d37449 | 2009-08-05 06:02:07 | [diff] [blame] | 106 | "src/chrome/test/data/layout_tests/LayoutTests/fast/workers": |
| 107 | Var("webkit_trunk") + "/LayoutTests/fast/workers@" + |
| 108 | Var("webkit_revision"), |
| 109 | "src/chrome/test/data/layout_tests/LayoutTests/http/tests/resources": |
| 110 | Var("webkit_trunk") + "/LayoutTests/http/tests/resources@" + |
| 111 | Var("webkit_revision"), |
| 112 | "src/chrome/test/data/layout_tests/LayoutTests/http/tests/workers": |
| 113 | Var("webkit_trunk") + "/LayoutTests/http/tests/workers@" + |
| 114 | Var("webkit_revision"), |
| 115 | "src/chrome/test/data/layout_tests/LayoutTests/http/tests/xmlhttprequest": |
| 116 | Var("webkit_trunk") + "/LayoutTests/http/tests/xmlhttprequest@" + |
| 117 | Var("webkit_revision"), |
[email protected] | 4d19b9e | 2010-04-20 01:41:28 | [diff] [blame] | 118 | "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium/fast/workers": |
| 119 | Var("webkit_trunk") + "/LayoutTests/platform/chromium/fast/workers@" + |
| 120 | Var("webkit_revision"), |
[email protected] | f6b551d | 2010-04-03 00:49:55 | [diff] [blame] | 121 | "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-mac/fast/events": |
| 122 | Var("webkit_trunk") + "/LayoutTests/platform/chromium-mac/fast/events@" + |
| 123 | Var("webkit_revision"), |
| 124 | "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-mac/http/tests/workers": |
| 125 | Var("webkit_trunk") + "/LayoutTests/platform/chromium-mac/http/tests/workers@" + |
| 126 | Var("webkit_revision"), |
| 127 | "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-mac/storage/domstorage": |
| 128 | Var("webkit_trunk") + "/LayoutTests/platform/chromium-mac/storage/domstorage@" + |
| 129 | Var("webkit_revision"), |
| 130 | "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/events": |
| 131 | Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/fast/events@" + |
| 132 | Var("webkit_revision"), |
| 133 | "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/workers": |
| 134 | Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/fast/workers@" + |
| 135 | Var("webkit_revision"), |
[email protected] | 446f96c | 2010-06-28 22:32:32 | [diff] [blame] | 136 | "src/chrome/test/data/layout_tests/LayoutTests/http/tests/appcache": |
| 137 | Var("webkit_trunk") + "/LayoutTests/http/tests/appcache@" + |
| 138 | Var("webkit_revision"), |
[email protected] | f6b551d | 2010-04-03 00:49:55 | [diff] [blame] | 139 | "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-win/http/tests/workers": |
| 140 | Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/http/tests/workers@" + |
| 141 | Var("webkit_revision"), |
| 142 | "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-win/storage/domstorage": |
| 143 | Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/storage/domstorage@" + |
| 144 | Var("webkit_revision"), |
[email protected] | 6d37449 | 2009-08-05 06:02:07 | [diff] [blame] | 145 | "src/chrome/test/data/layout_tests/LayoutTests/storage/domstorage": |
| 146 | Var("webkit_trunk") + "/LayoutTests/storage/domstorage@" + |
| 147 | Var("webkit_revision"), |
[email protected] | a6fb141 | 2010-01-13 10:25:53 | [diff] [blame] | 148 | "src/chrome/test/data/layout_tests/LayoutTests/websocket/tests/workers": |
| 149 | Var("webkit_trunk") + "/LayoutTests/websocket/tests/workers@" + |
| 150 | Var("webkit_revision"), |
[email protected] | 4e27e40 | 2010-08-21 00:54:18 | [diff] [blame] | 151 | "src/chrome/test/data/layout_tests/LayoutTests/media": |
| 152 | Var("webkit_trunk") + "/LayoutTests/media@" + |
| 153 | Var("webkit_revision"), |
[email protected] | 9f341ec | 2010-01-27 20:59:35 | [diff] [blame] | 154 | |
| 155 | "src/third_party/swig/Lib": |
| 156 | "/trunk/deps/third_party/swig/Lib@" + Var("swig_revision"), |
[email protected] | e8ae38c | 2010-03-25 02:35:50 | [diff] [blame] | 157 | |
[email protected] | 25ebc08 | 2010-06-02 06:13:07 | [diff] [blame] | 158 | "src/third_party/ffmpeg": |
| 159 | "/trunk/deps/third_party/ffmpeg/source@" + |
[email protected] | e8ae38c | 2010-03-25 02:35:50 | [diff] [blame] | 160 | Var("ffmpeg_revision"), |
[email protected] | e55badb | 2010-05-07 23:55:35 | [diff] [blame] | 161 | |
[email protected] | 0742489 | 2010-05-20 00:53:01 | [diff] [blame] | 162 | "src/third_party/libvpx/include": |
| 163 | "/trunk/deps/third_party/libvpx/include@" + |
| 164 | Var("libvpx_revision"), |
| 165 | "src/third_party/libvpx/lib": |
| 166 | "/trunk/deps/third_party/libvpx/lib@" + |
| 167 | Var("libvpx_revision"), |
| 168 | |
[email protected] | e55badb | 2010-05-07 23:55:35 | [diff] [blame] | 169 | "src/third_party/ppapi": |
[email protected] | ef7511d | 2010-09-23 15:38:33 | [diff] [blame] | 170 | (Var("googlecode_url") % "ppapi") + "/trunk@261", |
[email protected] | 7b7a16b | 2010-06-03 04:08:18 | [diff] [blame] | 171 | |
| 172 | "src/third_party/libjingle/source": |
[email protected] | 0cf0cce | 2010-09-03 00:57:18 | [diff] [blame] | 173 | (Var("googlecode_url") % "libjingle") + "/branches/nextsnap@" + |
[email protected] | 7b7a16b | 2010-06-03 04:08:18 | [diff] [blame] | 174 | Var("libjingle_revision"), |
[email protected] | 68187f0 | 2010-08-17 16:50:07 | [diff] [blame] | 175 | |
| 176 | "src/third_party/speex": |
[email protected] | 8d415a2 | 2010-08-18 12:50:14 | [diff] [blame] | 177 | "/trunk/deps/third_party/speex@56515", |
[email protected] | c038370e | 2010-09-22 20:20:12 | [diff] [blame] | 178 | |
| 179 | "src/third_party/libsrtp/src": |
| 180 | "/trunk/deps/third_party/libsrtp@60080", |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 181 | } |
| 182 | |
| 183 | |
| 184 | deps_os = { |
| 185 | "win": { |
[email protected] | b7373e5 | 2009-12-15 21:09:38 | [diff] [blame] | 186 | "src/chrome/tools/test/reference_build/chrome": |
[email protected] | 9d8fc9b1 | 2010-03-18 19:25:30 | [diff] [blame] | 187 | "/trunk/deps/reference_builds/chrome@41984", |
[email protected] | b7373e5 | 2009-12-15 21:09:38 | [diff] [blame] | 188 | |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 189 | "src/third_party/cygwin": |
[email protected] | 3d076e0 | 2009-03-18 17:46:26 | [diff] [blame] | 190 | "/trunk/deps/third_party/cygwin@11984", |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 191 | |
| 192 | "src/third_party/python_24": |
[email protected] | 1ca56e9 | 2009-08-11 16:49:37 | [diff] [blame] | 193 | "/trunk/deps/third_party/python_24@22967", |
[email protected] | f73eb0b5 | 2009-08-08 01:13:39 | [diff] [blame] | 194 | |
[email protected] | 5b30d47 | 2009-12-03 22:02:38 | [diff] [blame] | 195 | "src/third_party/lighttpd": |
| 196 | "/trunk/deps/third_party/lighttpd@33727", |
| 197 | |
[email protected] | e0d0014 | 2009-09-18 22:10:27 | [diff] [blame] | 198 | "src/third_party/ffmpeg/binaries/chromium/win/ia32": |
| 199 | "/trunk/deps/third_party/ffmpeg/binaries/win@" + Var("ffmpeg_revision"), |
[email protected] | 1cf6e88 | 2009-09-15 23:18:42 | [diff] [blame] | 200 | |
[email protected] | 84409061 | 2009-09-25 15:03:34 | [diff] [blame] | 201 | # Chrome Frame related deps |
| 202 | "src/third_party/xulrunner-sdk": |
| 203 | "/trunk/deps/third_party/xulrunner-sdk@17887", |
| 204 | "src/chrome_frame/tools/test/reference_build/chrome": |
[email protected] | a16a940 | 2010-06-30 02:09:10 | [diff] [blame] | 205 | "/trunk/deps/reference_builds/chrome@51194", |
[email protected] | 3577031 | 2009-10-28 01:21:48 | [diff] [blame] | 206 | |
| 207 | # Parses Windows PE/COFF executable format. |
| 208 | "src/third_party/pefile": |
[email protected] | 0cf0cce | 2010-09-03 00:57:18 | [diff] [blame] | 209 | (Var("googlecode_url") % "pefile") + "/trunk@63", |
[email protected] | 4b167a3 | 2010-01-25 17:54:08 | [diff] [blame] | 210 | |
| 211 | # NSS, for SSLClientSocketNSS. |
| 212 | "src/third_party/nss": |
[email protected] | 44398d26 | 2010-08-31 02:20:18 | [diff] [blame] | 213 | "/trunk/deps/third_party/nss@55513", |
[email protected] | 9f341ec | 2010-01-27 20:59:35 | [diff] [blame] | 214 | |
| 215 | "src/third_party/swig/win": |
| 216 | "/trunk/deps/third_party/swig/win@" + Var("swig_revision"), |
[email protected] | 3b32fa6 | 2010-02-25 23:17:09 | [diff] [blame] | 217 | |
| 218 | "src/third_party/mingw-w64/mingw/bin": |
[email protected] | 8e303b2 | 2010-08-18 21:03:12 | [diff] [blame] | 219 | (Var("nacl_trunk") + "/src/third_party/mingw-w64/mingw/bin@" + |
[email protected] | 3b32fa6 | 2010-02-25 23:17:09 | [diff] [blame] | 220 | Var("nacl_revision")), |
[email protected] | 1c26217 | 2010-06-10 15:25:46 | [diff] [blame] | 221 | |
| 222 | "src/rlz": |
[email protected] | 37c3daca | 2010-09-22 12:02:01 | [diff] [blame] | 223 | (Var("googlecode_url") % "rlz") + "/trunk@23", |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 224 | }, |
| 225 | "mac": { |
[email protected] | b7373e5 | 2009-12-15 21:09:38 | [diff] [blame] | 226 | "src/chrome/tools/test/reference_build/chrome_mac": |
[email protected] | e3c524f | 2010-03-18 18:33:47 | [diff] [blame] | 227 | "/trunk/deps/reference_builds/chrome_mac@41963", |
[email protected] | b7373e5 | 2009-12-15 21:09:38 | [diff] [blame] | 228 | |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 229 | "src/third_party/GTM": |
[email protected] | 0cf0cce | 2010-09-03 00:57:18 | [diff] [blame] | 230 | (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@375", |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 231 | "src/third_party/pdfsqueeze": |
[email protected] | 0cf0cce | 2010-09-03 00:57:18 | [diff] [blame] | 232 | (Var("googlecode_url") % "pdfsqueeze") + "/trunk@2", |
[email protected] | 5b30d47 | 2009-12-03 22:02:38 | [diff] [blame] | 233 | "src/third_party/lighttpd": |
[email protected] | 06cafed | 2009-12-03 22:33:33 | [diff] [blame] | 234 | "/trunk/deps/third_party/lighttpd@33737", |
[email protected] | 5b30d47 | 2009-12-03 22:02:38 | [diff] [blame] | 235 | |
[email protected] | 8a8da5a | 2009-03-26 23:06:00 | [diff] [blame] | 236 | "src/third_party/WebKit/WebKit/mac": |
| 237 | Var("webkit_trunk") + "/WebKit/mac@" + Var("webkit_revision"), |
[email protected] | 060ab04 | 2009-07-13 21:39:51 | [diff] [blame] | 238 | "src/third_party/WebKit/WebKitLibraries": |
| 239 | Var("webkit_trunk") + "/WebKitLibraries@" + Var("webkit_revision"), |
[email protected] | e0d0014 | 2009-09-18 22:10:27 | [diff] [blame] | 240 | |
[email protected] | 995925b | 2009-11-05 00:56:41 | [diff] [blame] | 241 | # TODO(ajwong): Move this into the OS-independent block. |
| 242 | "src/third_party/yasm/source/patched-yasm": |
[email protected] | b8dce7c | 2010-06-25 19:36:29 | [diff] [blame] | 243 | "/trunk/deps/third_party/yasm/patched-yasm@50870", |
[email protected] | 995925b | 2009-11-05 00:56:41 | [diff] [blame] | 244 | |
[email protected] | 9f341ec | 2010-01-27 20:59:35 | [diff] [blame] | 245 | "src/third_party/swig/mac": |
| 246 | "/trunk/deps/third_party/swig/mac@" + Var("swig_revision"), |
[email protected] | d4852bd | 2010-05-28 16:56:22 | [diff] [blame] | 247 | |
| 248 | # NSS, for SSLClientSocketNSS. |
| 249 | "src/third_party/nss": |
[email protected] | 44398d26 | 2010-08-31 02:20:18 | [diff] [blame] | 250 | "/trunk/deps/third_party/nss@55513", |
[email protected] | 82f869be | 2010-06-22 20:33:50 | [diff] [blame] | 251 | |
| 252 | "src/chrome/installer/mac/third_party/xz/xz": |
| 253 | "/trunk/deps/third_party/xz@50504", |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 254 | }, |
[email protected] | ef525cc | 2009-07-10 17:08:16 | [diff] [blame] | 255 | "unix": { |
| 256 | # Linux, really. |
[email protected] | b7373e5 | 2009-12-15 21:09:38 | [diff] [blame] | 257 | "src/chrome/tools/test/reference_build/chrome_linux": |
[email protected] | e3c524f | 2010-03-18 18:33:47 | [diff] [blame] | 258 | "/trunk/deps/reference_builds/chrome_linux@41515", |
[email protected] | b7373e5 | 2009-12-15 21:09:38 | [diff] [blame] | 259 | |
[email protected] | ef525cc | 2009-07-10 17:08:16 | [diff] [blame] | 260 | "src/third_party/xdg-utils": |
[email protected] | faa3844 | 2010-09-03 01:13:04 | [diff] [blame] | 261 | "/trunk/deps/third_party/xdg-utils@58316", |
[email protected] | e0d0014 | 2009-09-18 22:10:27 | [diff] [blame] | 262 | |
[email protected] | 995925b | 2009-11-05 00:56:41 | [diff] [blame] | 263 | # TODO(ajwong): Move this into the OS-independent block. |
[email protected] | 795cde3 | 2009-10-30 11:23:08 | [diff] [blame] | 264 | "src/third_party/yasm/source/patched-yasm": |
[email protected] | b8dce7c | 2010-06-25 19:36:29 | [diff] [blame] | 265 | "/trunk/deps/third_party/yasm/patched-yasm@50870", |
[email protected] | 795cde3 | 2009-10-30 11:23:08 | [diff] [blame] | 266 | |
[email protected] | 9f341ec | 2010-01-27 20:59:35 | [diff] [blame] | 267 | "src/third_party/swig/linux": |
| 268 | "/trunk/deps/third_party/swig/linux@" + Var("swig_revision"), |
[email protected] | 8351a63 | 2010-09-24 19:19:10 | [diff] [blame] | 269 | |
| 270 | "src/third_party/lss": |
[email protected] | 5636970 | 2010-09-24 19:38:46 | [diff] [blame] | 271 | ("http://%s.googlecode.com/svn" % "linux-syscall-support") + |
| 272 | "/trunk/lss@3", |
[email protected] | ef525cc | 2009-07-10 17:08:16 | [diff] [blame] | 273 | }, |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 274 | } |
| 275 | |
| 276 | |
| 277 | include_rules = [ |
| 278 | # Everybody can use some things. |
| 279 | "+base", |
| 280 | "+build", |
[email protected] | 946d1b2 | 2009-07-22 23:57:21 | [diff] [blame] | 281 | "+ipc", |
[email protected] | 1c26217 | 2010-06-10 15:25:46 | [diff] [blame] | 282 | "+rlz", |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 283 | |
| 284 | # For now, we allow ICU to be included by specifying "unicode/...", although |
[email protected] | 00feb46 | 2010-08-21 02:55:43 | [diff] [blame] | 285 | # this should probably change. |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 286 | "+unicode", |
| 287 | "+testing", |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 288 | ] |
| 289 | |
| 290 | |
| 291 | # checkdeps.py shouldn't check include paths for files in these dirs: |
| 292 | skip_child_includes = [ |
| 293 | "breakpad", |
[email protected] | a0f3ee5 | 2009-09-24 05:34:02 | [diff] [blame] | 294 | "chrome_frame", |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 295 | "gears", |
[email protected] | 3c22184 | 2009-07-13 21:09:38 | [diff] [blame] | 296 | "native_client", |
[email protected] | aed5215 | 2009-05-28 00:12:30 | [diff] [blame] | 297 | "o3d", |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 298 | "sdch", |
| 299 | "skia", |
| 300 | "testing", |
| 301 | "third_party", |
| 302 | "v8", |
| 303 | ] |
[email protected] | bfa24b96 | 2009-03-02 00:16:16 | [diff] [blame] | 304 | |
| 305 | |
| 306 | hooks = [ |
| 307 | { |
[email protected] | 154c671 | 2009-09-16 19:44:02 | [diff] [blame] | 308 | # A change to a .gyp, .gypi, or to GYP itself should run the generator. |
[email protected] | be4948c | 2009-09-22 03:59:44 | [diff] [blame] | 309 | "pattern": ".", |
[email protected] | 5bf090e | 2009-10-05 20:48:38 | [diff] [blame] | 310 | "action": ["python", "src/build/gyp_chromium"], |
[email protected] | bfa24b96 | 2009-03-02 00:16:16 | [diff] [blame] | 311 | }, |
| 312 | ] |