[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 1 | vars = { |
[email protected] | 44a2e45 | 2010-09-26 17:04:16 | [diff] [blame] | 2 | # Use this googlecode_url variable only if there is an internal mirror for it. |
| 3 | # If you do not know, use the full path while defining your new deps entry. |
[email protected] | 0cf0cce | 2010-09-03 00:57:18 | [diff] [blame] | 4 | "googlecode_url": "http://%s.googlecode.com/svn", |
[email protected] | 8e303b2 | 2010-08-18 21:03:12 | [diff] [blame] | 5 | "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", |
[email protected] | d657f3cc | 2010-09-02 03:44:04 | [diff] [blame] | 6 | "nacl_trunk": "http://src.chromium.org/native_client/trunk", |
[email protected] | 25e9035 | 2010-11-04 23:29:05 | [diff] [blame] | 7 | "webkit_revision": "71362", |
[email protected] | 56b9875e | 2010-10-27 16:56:57 | [diff] [blame] | 8 | "skia_revision": "621", |
[email protected] | e39a5ac | 2010-10-12 14:47:59 | [diff] [blame] | 9 | "chromium_git": "http://git.chromium.org/git", |
[email protected] | 2e981ac | 2010-03-09 18:10:25 | [diff] [blame] | 10 | "swig_revision": "40423", |
[email protected] | cca1256e | 2010-09-29 19:25:37 | [diff] [blame] | 11 | "nacl_revision": "3365", |
[email protected] | 10c94b3a | 2010-10-01 20:54:32 | [diff] [blame] | 12 | "libjingle_revision": "33", |
[email protected] | f95cb78 | 2010-11-04 01:07:09 | [diff] [blame] | 13 | "libvpx_revision": "64932", |
[email protected] | 875fd21 | 2010-10-28 23:55:25 | [diff] [blame] | 14 | "ffmpeg_revision": "64326", |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 15 | } |
| 16 | |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 17 | deps = { |
| 18 | "src/breakpad/src": |
[email protected] | d647b1e | 2010-09-26 02:39:05 | [diff] [blame] | 19 | (Var("googlecode_url") % "google-breakpad") + "/trunk/src@700", |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 20 | |
[email protected] | 74647d2 | 2009-06-23 01:13:52 | [diff] [blame] | 21 | "src/build/util/support": |
[email protected] | 9ff126f | 2009-08-04 17:32:03 | [diff] [blame] | 22 | "/trunk/deps/support@20411", |
[email protected] | 74647d2 | 2009-06-23 01:13:52 | [diff] [blame] | 23 | |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 24 | "src/googleurl": |
[email protected] | 568640c | 2010-10-28 22:52:31 | [diff] [blame] | 25 | (Var("googlecode_url") % "google-url") + "/trunk@149", |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 26 | |
[email protected] | 808ea57 | 2010-09-01 16:22:01 | [diff] [blame] | 27 | "src/seccompsandbox": |
[email protected] | a3a375d | 2010-10-31 23:27:44 | [diff] [blame] | 28 | (Var("googlecode_url") % "seccompsandbox") + "/trunk@141", |
[email protected] | 808ea57 | 2010-09-01 16:22:01 | [diff] [blame] | 29 | |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 30 | "src/sdch/open-vcdiff": |
[email protected] | 0cf0cce | 2010-09-03 00:57:18 | [diff] [blame] | 31 | (Var("googlecode_url") % "open-vcdiff") + "/trunk@28", |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 32 | |
| 33 | "src/testing/gtest": |
[email protected] | a71dfd10 | 2010-10-12 19:38:51 | [diff] [blame] | 34 | (Var("googlecode_url") % "googletest") + "/trunk@492", |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 35 | |
[email protected] | 121de34 | 2010-04-28 22:52:43 | [diff] [blame] | 36 | "src/third_party/angle": |
[email protected] | 8f88cee | 2010-11-04 23:22:14 | [diff] [blame] | 37 | (Var("googlecode_url") % "angleproject") + "/trunk@472", |
[email protected] | 121de34 | 2010-04-28 22:52:43 | [diff] [blame] | 38 | |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 39 | "src/third_party/WebKit": |
[email protected] | 0152b52 | 2009-12-02 15:30:54 | [diff] [blame] | 40 | "/trunk/deps/third_party/WebKit@33467", |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 41 | |
[email protected] | 28062949 | 2009-09-09 06:49:08 | [diff] [blame] | 42 | "src/third_party/icu": |
[email protected] | e32bfad | 2010-10-22 01:34:32 | [diff] [blame] | 43 | "/trunk/deps/third_party/icu42@63473", |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 44 | |
[email protected] | adee30d | 2009-08-21 15:15:16 | [diff] [blame] | 45 | "src/third_party/hunspell": |
[email protected] | 2ef43e9 | 2010-10-28 07:14:52 | [diff] [blame] | 46 | "/trunk/deps/third_party/hunspell@64039", |
[email protected] | a0c30347 | 2010-06-03 03:32:31 | [diff] [blame] | 47 | |
| 48 | "src/third_party/hunspell_dictionaries": |
[email protected] | 0e000bfb | 2010-09-28 10:05:06 | [diff] [blame] | 49 | "/trunk/deps/third_party/hunspell_dictionaries@60756", |
[email protected] | 5c965dd | 2009-09-04 21:11:43 | [diff] [blame] | 50 | |
[email protected] | 1ebf896 | 2010-09-28 17:51:57 | [diff] [blame] | 51 | "src/third_party/safe_browsing/testing": |
[email protected] | a3a375d | 2010-10-31 23:27:44 | [diff] [blame] | 52 | (Var("googlecode_url") % "google-safe-browsing") + "/trunk/testing@102", |
[email protected] | 1ebf896 | 2010-09-28 17:51:57 | [diff] [blame] | 53 | |
[email protected] | 2cbb95c | 2010-04-23 03:03:26 | [diff] [blame] | 54 | "src/third_party/cacheinvalidation/files": |
[email protected] | 803ca31 | 2010-10-23 00:49:58 | [diff] [blame] | 55 | (Var("googlecode_url") % "google-cache-invalidation-api") + "/trunk@51", |
[email protected] | 2cbb95c | 2010-04-23 03:03:26 | [diff] [blame] | 56 | |
[email protected] | acb9f72 | 2010-03-25 17:14:59 | [diff] [blame] | 57 | "src/tools/gyp": |
[email protected] | aef0f68 | 2010-11-03 23:18:19 | [diff] [blame] | 58 | (Var("googlecode_url") % "gyp") + "/trunk@856", |
[email protected] | acb9f72 | 2010-03-25 17:14:59 | [diff] [blame] | 59 | |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 60 | "src/v8": |
[email protected] | b7c52d8e | 2010-11-03 08:54:17 | [diff] [blame] | 61 | (Var("googlecode_url") % "v8") + "/trunk@5757", |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 62 | |
[email protected] | 3c22184 | 2009-07-13 21:09:38 | [diff] [blame] | 63 | "src/native_client": |
[email protected] | 8e303b2 | 2010-08-18 21:03:12 | [diff] [blame] | 64 | Var("nacl_trunk") + "/src/native_client@" + Var("nacl_revision"), |
[email protected] | 2d78334 | 2010-08-11 20:48:28 | [diff] [blame] | 65 | "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin": |
[email protected] | b70ffd1f | 2010-09-08 22:50:17 | [diff] [blame] | 66 | Var("nacl_trunk") + "/src/native_client/tests/prebuilt@" + |
[email protected] | 2d78334 | 2010-08-11 20:48:28 | [diff] [blame] | 67 | Var("nacl_revision"), |
[email protected] | 3c22184 | 2009-07-13 21:09:38 | [diff] [blame] | 68 | |
[email protected] | 8eb0eeb | 2009-10-23 14:52:40 | [diff] [blame] | 69 | "src/third_party/skia/src": |
[email protected] | 0cf0cce | 2010-09-03 00:57:18 | [diff] [blame] | 70 | (Var("googlecode_url") % "skia") + "/trunk/src@" + Var("skia_revision"), |
[email protected] | 8eb0eeb | 2009-10-23 14:52:40 | [diff] [blame] | 71 | |
| 72 | "src/third_party/skia/include": |
[email protected] | 0cf0cce | 2010-09-03 00:57:18 | [diff] [blame] | 73 | (Var("googlecode_url") % "skia") + "/trunk/include@" + Var("skia_revision"), |
[email protected] | d5282e7 | 2009-05-13 13:16:52 | [diff] [blame] | 74 | |
[email protected] | e6e47fc | 2009-07-13 19:18:23 | [diff] [blame] | 75 | "src/third_party/WebKit/LayoutTests": |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 76 | Var("webkit_trunk") + "/LayoutTests@" + Var("webkit_revision"), |
| 77 | |
[email protected] | dce1d5a | 2009-05-08 16:43:34 | [diff] [blame] | 78 | "src/third_party/WebKit/JavaScriptCore": |
| 79 | Var("webkit_trunk") + "/JavaScriptCore@" + Var("webkit_revision"), |
| 80 | |
| 81 | "src/third_party/WebKit/WebCore": |
| 82 | Var("webkit_trunk") + "/WebCore@" + Var("webkit_revision"), |
| 83 | |
[email protected] | dec7b17 | 2009-09-23 22:11:35 | [diff] [blame] | 84 | "src/third_party/WebKit/WebKit/chromium": |
| 85 | Var("webkit_trunk") + "/WebKit/chromium@" + Var("webkit_revision"), |
| 86 | |
[email protected] | 55eb397 | 2010-04-07 03:07:51 | [diff] [blame] | 87 | "src/third_party/WebKit/WebKitTools/DumpRenderTree": |
| 88 | Var("webkit_trunk") + "/WebKitTools/DumpRenderTree@" + Var("webkit_revision"), |
| 89 | |
[email protected] | f3d80d9 | 2010-02-09 01:57:54 | [diff] [blame] | 90 | "src/third_party/WebKit/WebKitTools/Scripts": |
| 91 | Var("webkit_trunk") + "/WebKitTools/Scripts@" + Var("webkit_revision"), |
| 92 | |
[email protected] | d7bdd38 | 2009-11-13 02:15:59 | [diff] [blame] | 93 | "src/third_party/ots": |
[email protected] | 0cf0cce | 2010-09-03 00:57:18 | [diff] [blame] | 94 | (Var("googlecode_url") % "ots") + "/trunk@35", |
[email protected] | d7bdd38 | 2009-11-13 02:15:59 | [diff] [blame] | 95 | |
[email protected] | 58734d6 | 2009-06-30 00:12:53 | [diff] [blame] | 96 | "src/tools/page_cycler/acid3": |
[email protected] | 060ab04 | 2009-07-13 21:39:51 | [diff] [blame] | 97 | "/trunk/deps/page_cycler/acid3@19546", |
[email protected] | 0735266 | 2009-07-13 23:22:33 | [diff] [blame] | 98 | |
[email protected] | 6d37449 | 2009-08-05 06:02:07 | [diff] [blame] | 99 | # We run these layout tests as UI tests. Since many of the buildbots that |
| 100 | # run layout tests do NOT have access to the LayoutTest directory, we need |
| 101 | # to map them here. In practice, these do not take up much space. |
| 102 | "src/chrome/test/data/layout_tests/LayoutTests/fast/events": |
| 103 | Var("webkit_trunk") + "/LayoutTests/fast/events@" + |
| 104 | Var("webkit_revision"), |
[email protected] | 53d4e7d | 2009-09-24 05:14:30 | [diff] [blame] | 105 | "src/chrome/test/data/layout_tests/LayoutTests/fast/js/resources": |
| 106 | Var("webkit_trunk") + "/LayoutTests/fast/js/resources@" + |
| 107 | Var("webkit_revision"), |
[email protected] | 6d37449 | 2009-08-05 06:02:07 | [diff] [blame] | 108 | "src/chrome/test/data/layout_tests/LayoutTests/fast/workers": |
| 109 | Var("webkit_trunk") + "/LayoutTests/fast/workers@" + |
| 110 | Var("webkit_revision"), |
| 111 | "src/chrome/test/data/layout_tests/LayoutTests/http/tests/resources": |
| 112 | Var("webkit_trunk") + "/LayoutTests/http/tests/resources@" + |
| 113 | Var("webkit_revision"), |
| 114 | "src/chrome/test/data/layout_tests/LayoutTests/http/tests/workers": |
| 115 | Var("webkit_trunk") + "/LayoutTests/http/tests/workers@" + |
| 116 | Var("webkit_revision"), |
| 117 | "src/chrome/test/data/layout_tests/LayoutTests/http/tests/xmlhttprequest": |
| 118 | Var("webkit_trunk") + "/LayoutTests/http/tests/xmlhttprequest@" + |
| 119 | Var("webkit_revision"), |
[email protected] | fc4c9312 | 2010-10-04 07:24:16 | [diff] [blame] | 120 | "src/chrome/test/data/layout_tests/LayoutTests/http/tests/websocket/tests": |
| 121 | Var("webkit_trunk") + "/LayoutTests/http/tests/websocket/tests@" + |
| 122 | Var("webkit_revision"), |
[email protected] | 4d19b9e | 2010-04-20 01:41:28 | [diff] [blame] | 123 | "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium/fast/workers": |
| 124 | Var("webkit_trunk") + "/LayoutTests/platform/chromium/fast/workers@" + |
| 125 | Var("webkit_revision"), |
[email protected] | f6b551d | 2010-04-03 00:49:55 | [diff] [blame] | 126 | "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-mac/fast/events": |
| 127 | Var("webkit_trunk") + "/LayoutTests/platform/chromium-mac/fast/events@" + |
| 128 | Var("webkit_revision"), |
| 129 | "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-mac/http/tests/workers": |
| 130 | Var("webkit_trunk") + "/LayoutTests/platform/chromium-mac/http/tests/workers@" + |
| 131 | Var("webkit_revision"), |
| 132 | "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-mac/storage/domstorage": |
| 133 | Var("webkit_trunk") + "/LayoutTests/platform/chromium-mac/storage/domstorage@" + |
| 134 | Var("webkit_revision"), |
| 135 | "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/events": |
| 136 | Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/fast/events@" + |
| 137 | Var("webkit_revision"), |
| 138 | "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/workers": |
| 139 | Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/fast/workers@" + |
| 140 | Var("webkit_revision"), |
[email protected] | 446f96c | 2010-06-28 22:32:32 | [diff] [blame] | 141 | "src/chrome/test/data/layout_tests/LayoutTests/http/tests/appcache": |
| 142 | Var("webkit_trunk") + "/LayoutTests/http/tests/appcache@" + |
| 143 | Var("webkit_revision"), |
[email protected] | f6b551d | 2010-04-03 00:49:55 | [diff] [blame] | 144 | "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-win/http/tests/workers": |
| 145 | Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/http/tests/workers@" + |
| 146 | Var("webkit_revision"), |
| 147 | "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-win/storage/domstorage": |
| 148 | Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/storage/domstorage@" + |
| 149 | Var("webkit_revision"), |
[email protected] | 6d37449 | 2009-08-05 06:02:07 | [diff] [blame] | 150 | "src/chrome/test/data/layout_tests/LayoutTests/storage/domstorage": |
| 151 | Var("webkit_trunk") + "/LayoutTests/storage/domstorage@" + |
| 152 | Var("webkit_revision"), |
[email protected] | 4e27e40 | 2010-08-21 00:54:18 | [diff] [blame] | 153 | "src/chrome/test/data/layout_tests/LayoutTests/media": |
| 154 | Var("webkit_trunk") + "/LayoutTests/media@" + |
| 155 | Var("webkit_revision"), |
[email protected] | 466ee60 | 2010-10-07 08:01:57 | [diff] [blame] | 156 | "src/chrome/test/data/layout_tests/LayoutTests/fast/filesystem/workers": |
| 157 | Var("webkit_trunk") + "/LayoutTests/fast/filesystem/workers@" + |
| 158 | Var("webkit_revision"), |
| 159 | "src/chrome/test/data/layout_tests/LayoutTests/fast/filesystem/resources": |
| 160 | Var("webkit_trunk") + "/LayoutTests/fast/filesystem/resources@" + |
| 161 | Var("webkit_revision"), |
[email protected] | 9f341ec | 2010-01-27 20:59:35 | [diff] [blame] | 162 | |
| 163 | "src/third_party/swig/Lib": |
| 164 | "/trunk/deps/third_party/swig/Lib@" + Var("swig_revision"), |
[email protected] | e8ae38c | 2010-03-25 02:35:50 | [diff] [blame] | 165 | |
[email protected] | a93c77b | 2010-11-04 00:08:47 | [diff] [blame] | 166 | "src/third_party/libvpx": |
| 167 | "/trunk/deps/third_party/libvpx@" + |
| 168 | Var("libvpx_revision"), |
| 169 | |
[email protected] | 25ebc08 | 2010-06-02 06:13:07 | [diff] [blame] | 170 | "src/third_party/ffmpeg": |
| 171 | "/trunk/deps/third_party/ffmpeg/source@" + |
[email protected] | e8ae38c | 2010-03-25 02:35:50 | [diff] [blame] | 172 | Var("ffmpeg_revision"), |
[email protected] | e55badb | 2010-05-07 23:55:35 | [diff] [blame] | 173 | |
[email protected] | 7b7a16b | 2010-06-03 04:08:18 | [diff] [blame] | 174 | "src/third_party/libjingle/source": |
[email protected] | 10c94b3a | 2010-10-01 20:54:32 | [diff] [blame] | 175 | (Var("googlecode_url") % "libjingle") + "/trunk@" + |
[email protected] | 7b7a16b | 2010-06-03 04:08:18 | [diff] [blame] | 176 | Var("libjingle_revision"), |
[email protected] | 68187f0 | 2010-08-17 16:50:07 | [diff] [blame] | 177 | |
| 178 | "src/third_party/speex": |
[email protected] | 8d415a2 | 2010-08-18 12:50:14 | [diff] [blame] | 179 | "/trunk/deps/third_party/speex@56515", |
[email protected] | c038370e | 2010-09-22 20:20:12 | [diff] [blame] | 180 | |
| 181 | "src/third_party/libsrtp/src": |
| 182 | "/trunk/deps/third_party/libsrtp@60080", |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 183 | } |
| 184 | |
[email protected] | 00c51767 | 2010-11-04 00:27:29 | [diff] [blame] | 185 | |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 186 | deps_os = { |
| 187 | "win": { |
[email protected] | b7373e5 | 2009-12-15 21:09:38 | [diff] [blame] | 188 | "src/chrome/tools/test/reference_build/chrome": |
[email protected] | 9d8fc9b1 | 2010-03-18 19:25:30 | [diff] [blame] | 189 | "/trunk/deps/reference_builds/chrome@41984", |
[email protected] | b7373e5 | 2009-12-15 21:09:38 | [diff] [blame] | 190 | |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 191 | "src/third_party/cygwin": |
[email protected] | 3d076e0 | 2009-03-18 17:46:26 | [diff] [blame] | 192 | "/trunk/deps/third_party/cygwin@11984", |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 193 | |
| 194 | "src/third_party/python_24": |
[email protected] | 1ca56e9 | 2009-08-11 16:49:37 | [diff] [blame] | 195 | "/trunk/deps/third_party/python_24@22967", |
[email protected] | f73eb0b5 | 2009-08-08 01:13:39 | [diff] [blame] | 196 | |
[email protected] | 5b30d47 | 2009-12-03 22:02:38 | [diff] [blame] | 197 | "src/third_party/lighttpd": |
| 198 | "/trunk/deps/third_party/lighttpd@33727", |
| 199 | |
[email protected] | e0d0014 | 2009-09-18 22:10:27 | [diff] [blame] | 200 | "src/third_party/ffmpeg/binaries/chromium/win/ia32": |
| 201 | "/trunk/deps/third_party/ffmpeg/binaries/win@" + Var("ffmpeg_revision"), |
[email protected] | 1cf6e88 | 2009-09-15 23:18:42 | [diff] [blame] | 202 | |
[email protected] | 84409061 | 2009-09-25 15:03:34 | [diff] [blame] | 203 | # Chrome Frame related deps |
| 204 | "src/third_party/xulrunner-sdk": |
| 205 | "/trunk/deps/third_party/xulrunner-sdk@17887", |
| 206 | "src/chrome_frame/tools/test/reference_build/chrome": |
[email protected] | a16a940 | 2010-06-30 02:09:10 | [diff] [blame] | 207 | "/trunk/deps/reference_builds/chrome@51194", |
[email protected] | 3577031 | 2009-10-28 01:21:48 | [diff] [blame] | 208 | |
| 209 | # Parses Windows PE/COFF executable format. |
| 210 | "src/third_party/pefile": |
[email protected] | 0cf0cce | 2010-09-03 00:57:18 | [diff] [blame] | 211 | (Var("googlecode_url") % "pefile") + "/trunk@63", |
[email protected] | 4b167a3 | 2010-01-25 17:54:08 | [diff] [blame] | 212 | |
| 213 | # NSS, for SSLClientSocketNSS. |
| 214 | "src/third_party/nss": |
[email protected] | d0941b9 | 2010-10-12 20:08:46 | [diff] [blame] | 215 | "/trunk/deps/third_party/nss@61580", |
[email protected] | 9f341ec | 2010-01-27 20:59:35 | [diff] [blame] | 216 | |
| 217 | "src/third_party/swig/win": |
| 218 | "/trunk/deps/third_party/swig/win@" + Var("swig_revision"), |
[email protected] | 3b32fa6 | 2010-02-25 23:17:09 | [diff] [blame] | 219 | |
| 220 | "src/third_party/mingw-w64/mingw/bin": |
[email protected] | 8e303b2 | 2010-08-18 21:03:12 | [diff] [blame] | 221 | (Var("nacl_trunk") + "/src/third_party/mingw-w64/mingw/bin@" + |
[email protected] | 3b32fa6 | 2010-02-25 23:17:09 | [diff] [blame] | 222 | Var("nacl_revision")), |
[email protected] | 1c26217 | 2010-06-10 15:25:46 | [diff] [blame] | 223 | |
| 224 | "src/rlz": |
[email protected] | cf408d7 | 2010-10-26 13:12:20 | [diff] [blame] | 225 | (Var("googlecode_url") % "rlz") + "/trunk@30", |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 226 | }, |
| 227 | "mac": { |
[email protected] | b7373e5 | 2009-12-15 21:09:38 | [diff] [blame] | 228 | "src/chrome/tools/test/reference_build/chrome_mac": |
[email protected] | e3c524f | 2010-03-18 18:33:47 | [diff] [blame] | 229 | "/trunk/deps/reference_builds/chrome_mac@41963", |
[email protected] | b7373e5 | 2009-12-15 21:09:38 | [diff] [blame] | 230 | |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 231 | "src/third_party/GTM": |
[email protected] | 0cf0cce | 2010-09-03 00:57:18 | [diff] [blame] | 232 | (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@375", |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 233 | "src/third_party/pdfsqueeze": |
[email protected] | 0cf0cce | 2010-09-03 00:57:18 | [diff] [blame] | 234 | (Var("googlecode_url") % "pdfsqueeze") + "/trunk@2", |
[email protected] | 5b30d47 | 2009-12-03 22:02:38 | [diff] [blame] | 235 | "src/third_party/lighttpd": |
[email protected] | 06cafed | 2009-12-03 22:33:33 | [diff] [blame] | 236 | "/trunk/deps/third_party/lighttpd@33737", |
[email protected] | 5b30d47 | 2009-12-03 22:02:38 | [diff] [blame] | 237 | |
[email protected] | 8a8da5a | 2009-03-26 23:06:00 | [diff] [blame] | 238 | "src/third_party/WebKit/WebKit/mac": |
| 239 | Var("webkit_trunk") + "/WebKit/mac@" + Var("webkit_revision"), |
[email protected] | 060ab04 | 2009-07-13 21:39:51 | [diff] [blame] | 240 | "src/third_party/WebKit/WebKitLibraries": |
| 241 | Var("webkit_trunk") + "/WebKitLibraries@" + Var("webkit_revision"), |
[email protected] | e0d0014 | 2009-09-18 22:10:27 | [diff] [blame] | 242 | |
[email protected] | 995925b | 2009-11-05 00:56:41 | [diff] [blame] | 243 | # TODO(ajwong): Move this into the OS-independent block. |
| 244 | "src/third_party/yasm/source/patched-yasm": |
[email protected] | b8dce7c | 2010-06-25 19:36:29 | [diff] [blame] | 245 | "/trunk/deps/third_party/yasm/patched-yasm@50870", |
[email protected] | 995925b | 2009-11-05 00:56:41 | [diff] [blame] | 246 | |
[email protected] | 9f341ec | 2010-01-27 20:59:35 | [diff] [blame] | 247 | "src/third_party/swig/mac": |
| 248 | "/trunk/deps/third_party/swig/mac@" + Var("swig_revision"), |
[email protected] | d4852bd | 2010-05-28 16:56:22 | [diff] [blame] | 249 | |
| 250 | # NSS, for SSLClientSocketNSS. |
| 251 | "src/third_party/nss": |
[email protected] | d0941b9 | 2010-10-12 20:08:46 | [diff] [blame] | 252 | "/trunk/deps/third_party/nss@61580", |
[email protected] | 82f869be | 2010-06-22 20:33:50 | [diff] [blame] | 253 | |
| 254 | "src/chrome/installer/mac/third_party/xz/xz": |
| 255 | "/trunk/deps/third_party/xz@50504", |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 256 | }, |
[email protected] | ef525cc | 2009-07-10 17:08:16 | [diff] [blame] | 257 | "unix": { |
| 258 | # Linux, really. |
[email protected] | b7373e5 | 2009-12-15 21:09:38 | [diff] [blame] | 259 | "src/chrome/tools/test/reference_build/chrome_linux": |
[email protected] | e3c524f | 2010-03-18 18:33:47 | [diff] [blame] | 260 | "/trunk/deps/reference_builds/chrome_linux@41515", |
[email protected] | b7373e5 | 2009-12-15 21:09:38 | [diff] [blame] | 261 | |
[email protected] | ef525cc | 2009-07-10 17:08:16 | [diff] [blame] | 262 | "src/third_party/xdg-utils": |
[email protected] | faa3844 | 2010-09-03 01:13:04 | [diff] [blame] | 263 | "/trunk/deps/third_party/xdg-utils@58316", |
[email protected] | e0d0014 | 2009-09-18 22:10:27 | [diff] [blame] | 264 | |
[email protected] | 995925b | 2009-11-05 00:56:41 | [diff] [blame] | 265 | # TODO(ajwong): Move this into the OS-independent block. |
[email protected] | 795cde3 | 2009-10-30 11:23:08 | [diff] [blame] | 266 | "src/third_party/yasm/source/patched-yasm": |
[email protected] | b8dce7c | 2010-06-25 19:36:29 | [diff] [blame] | 267 | "/trunk/deps/third_party/yasm/patched-yasm@50870", |
[email protected] | 795cde3 | 2009-10-30 11:23:08 | [diff] [blame] | 268 | |
[email protected] | 9f341ec | 2010-01-27 20:59:35 | [diff] [blame] | 269 | "src/third_party/swig/linux": |
| 270 | "/trunk/deps/third_party/swig/linux@" + Var("swig_revision"), |
[email protected] | 8351a63 | 2010-09-24 19:19:10 | [diff] [blame] | 271 | |
| 272 | "src/third_party/lss": |
[email protected] | a3a375d | 2010-10-31 23:27:44 | [diff] [blame] | 273 | (Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@3", |
[email protected] | ef525cc | 2009-07-10 17:08:16 | [diff] [blame] | 274 | }, |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 275 | } |
| 276 | |
| 277 | |
| 278 | include_rules = [ |
| 279 | # Everybody can use some things. |
| 280 | "+base", |
| 281 | "+build", |
[email protected] | 946d1b2 | 2009-07-22 23:57:21 | [diff] [blame] | 282 | "+ipc", |
[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 = [ |
[email protected] | 5b7937e | 2010-11-04 23:37:18 | [diff] [blame^] | 293 | "breakpad", |
| 294 | "chrome_frame", |
| 295 | "gears", |
| 296 | "native_client", |
| 297 | "o3d", |
| 298 | "sdch", |
| 299 | "skia", |
| 300 | "testing", |
| 301 | "third_party", |
| 302 | "v8", |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 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 | ] |