[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] | c92db21 | 2010-12-18 03:25:19 | [diff] [blame^] | 7 | "webkit_revision": "74308", |
[email protected] | 3a5c3170 | 2010-12-16 20:54:18 | [diff] [blame] | 8 | "skia_revision": "636", |
[email protected] | e39a5ac | 2010-10-12 14:47:59 | [diff] [blame] | 9 | "chromium_git": "http://git.chromium.org/git", |
[email protected] | ea6528b | 2010-12-16 19:06:47 | [diff] [blame] | 10 | "swig_revision": "69281", |
[email protected] | 5f79c2a | 2010-12-18 00:41:22 | [diff] [blame] | 11 | "nacl_revision": "4001", |
[email protected] | 50cf8a9 | 2010-11-15 10:02:27 | [diff] [blame] | 12 | "libjingle_revision": "50", |
[email protected] | fdd4e76b | 2010-11-06 01:16:38 | [diff] [blame] | 13 | "libvpx_revision": "65287", |
[email protected] | ecc45ea | 2010-11-29 17:42:54 | [diff] [blame] | 14 | "ffmpeg_revision": "67548", |
[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] | cf1704b | 2010-11-23 18:52:28 | [diff] [blame] | 19 | (Var("googlecode_url") % "google-breakpad") + "/trunk/src@734", |
[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] | 96ce6f6 | 2010-12-14 20:59:00 | [diff] [blame] | 25 | (Var("googlecode_url") % "google-url") + "/trunk@151", |
[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] | 9ff08dd | 2010-12-09 00:40:41 | [diff] [blame] | 28 | (Var("googlecode_url") % "seccompsandbox") + "/trunk@153", |
[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] | 213c778e | 2010-12-02 01:52:45 | [diff] [blame] | 37 | (Var("googlecode_url") % "angleproject") + "/trunk@498", |
[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] | b16b512 | 2010-11-10 03:52:58 | [diff] [blame] | 46 | "/trunk/deps/third_party/hunspell@65351", |
[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] | a198033 | 2010-11-16 00:22:32 | [diff] [blame] | 52 | (Var("googlecode_url") % "google-safe-browsing") + "/trunk/testing@106", |
[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] | 96a4c3eb | 2010-12-10 20:08:12 | [diff] [blame] | 55 | (Var("googlecode_url") % "google-cache-invalidation-api") + "/trunk@67", |
[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] | 93dbabaa | 2010-11-24 18:57:41 | [diff] [blame] | 58 | (Var("googlecode_url") % "gyp") + "/trunk@857", |
[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] | fcd12cb | 2010-12-17 21:58:38 | [diff] [blame] | 61 | (Var("googlecode_url") % "v8") + "/trunk@6061", |
[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] | c92db21 | 2010-12-18 03:25:19 | [diff] [blame^] | 87 | "src/third_party/WebKit/Tools/DumpRenderTree": |
| 88 | Var("webkit_trunk") + "/Tools/DumpRenderTree@" + Var("webkit_revision"), |
[email protected] | 55eb397 | 2010-04-07 03:07:51 | [diff] [blame] | 89 | |
[email protected] | c92db21 | 2010-12-18 03:25:19 | [diff] [blame^] | 90 | "src/third_party/WebKit/Tools/Scripts": |
| 91 | Var("webkit_trunk") + "/Tools/Scripts@" + Var("webkit_revision"), |
[email protected] | f3d80d9 | 2010-02-09 01:57:54 | [diff] [blame] | 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] | 53dc4051 | 2010-11-29 17:09:16 | [diff] [blame] | 183 | |
| 184 | "src/third_party/yasm/source/patched-yasm": |
| 185 | "/trunk/deps/third_party/yasm/patched-yasm@50870", |
[email protected] | 76ce152 | 2010-12-13 12:02:42 | [diff] [blame] | 186 | |
| 187 | "src/third_party/libjpeg_turbo": |
| 188 | "/trunk/deps/third_party/libjpeg_turbo@66929", |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 189 | } |
| 190 | |
[email protected] | 00c51767 | 2010-11-04 00:27:29 | [diff] [blame] | 191 | |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 192 | deps_os = { |
| 193 | "win": { |
[email protected] | b7373e5 | 2009-12-15 21:09:38 | [diff] [blame] | 194 | "src/chrome/tools/test/reference_build/chrome": |
[email protected] | 004e0e9 | 2010-12-09 01:59:32 | [diff] [blame] | 195 | "/trunk/deps/reference_builds/chrome@68691", |
[email protected] | b7373e5 | 2009-12-15 21:09:38 | [diff] [blame] | 196 | |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 197 | "src/third_party/cygwin": |
[email protected] | c4ecdcf | 2010-11-23 03:18:19 | [diff] [blame] | 198 | "/trunk/deps/third_party/cygwin@66844", |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 199 | |
[email protected] | c4ecdcf | 2010-11-23 03:18:19 | [diff] [blame] | 200 | "src/third_party/python_26": |
[email protected] | b13f9c4 | 2010-11-23 23:10:15 | [diff] [blame] | 201 | "/trunk/tools/third_party/python_26@67105", |
[email protected] | f73eb0b5 | 2009-08-08 01:13:39 | [diff] [blame] | 202 | |
[email protected] | 5b30d47 | 2009-12-03 22:02:38 | [diff] [blame] | 203 | "src/third_party/lighttpd": |
| 204 | "/trunk/deps/third_party/lighttpd@33727", |
| 205 | |
[email protected] | e0d0014 | 2009-09-18 22:10:27 | [diff] [blame] | 206 | "src/third_party/ffmpeg/binaries/chromium/win/ia32": |
| 207 | "/trunk/deps/third_party/ffmpeg/binaries/win@" + Var("ffmpeg_revision"), |
[email protected] | 1cf6e88 | 2009-09-15 23:18:42 | [diff] [blame] | 208 | |
[email protected] | 84409061 | 2009-09-25 15:03:34 | [diff] [blame] | 209 | # Chrome Frame related deps |
| 210 | "src/third_party/xulrunner-sdk": |
| 211 | "/trunk/deps/third_party/xulrunner-sdk@17887", |
| 212 | "src/chrome_frame/tools/test/reference_build/chrome": |
[email protected] | 004e0e9 | 2010-12-09 01:59:32 | [diff] [blame] | 213 | "/trunk/deps/reference_builds/chrome@68691", |
[email protected] | 3577031 | 2009-10-28 01:21:48 | [diff] [blame] | 214 | |
| 215 | # Parses Windows PE/COFF executable format. |
| 216 | "src/third_party/pefile": |
[email protected] | 0cf0cce | 2010-09-03 00:57:18 | [diff] [blame] | 217 | (Var("googlecode_url") % "pefile") + "/trunk@63", |
[email protected] | 4b167a3 | 2010-01-25 17:54:08 | [diff] [blame] | 218 | |
| 219 | # NSS, for SSLClientSocketNSS. |
| 220 | "src/third_party/nss": |
[email protected] | d0941b9 | 2010-10-12 20:08:46 | [diff] [blame] | 221 | "/trunk/deps/third_party/nss@61580", |
[email protected] | 9f341ec | 2010-01-27 20:59:35 | [diff] [blame] | 222 | |
| 223 | "src/third_party/swig/win": |
| 224 | "/trunk/deps/third_party/swig/win@" + Var("swig_revision"), |
[email protected] | 3b32fa6 | 2010-02-25 23:17:09 | [diff] [blame] | 225 | |
| 226 | "src/third_party/mingw-w64/mingw/bin": |
[email protected] | 8e303b2 | 2010-08-18 21:03:12 | [diff] [blame] | 227 | (Var("nacl_trunk") + "/src/third_party/mingw-w64/mingw/bin@" + |
[email protected] | 3b32fa6 | 2010-02-25 23:17:09 | [diff] [blame] | 228 | Var("nacl_revision")), |
[email protected] | 1c26217 | 2010-06-10 15:25:46 | [diff] [blame] | 229 | |
| 230 | "src/rlz": |
[email protected] | 6c82eea | 2010-11-06 00:09:26 | [diff] [blame] | 231 | (Var("googlecode_url") % "rlz") + "/trunk@31", |
[email protected] | 76ce152 | 2010-12-13 12:02:42 | [diff] [blame] | 232 | |
| 233 | # Dependencies used by libjpeg-turbo |
| 234 | "src/third_party/yasm/binaries": |
| 235 | "/trunk/deps/third_party/yasm/binaries@66803", |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 236 | }, |
| 237 | "mac": { |
[email protected] | b7373e5 | 2009-12-15 21:09:38 | [diff] [blame] | 238 | "src/chrome/tools/test/reference_build/chrome_mac": |
[email protected] | 7504a06f | 2010-12-09 03:22:39 | [diff] [blame] | 239 | "/trunk/deps/reference_builds/chrome_mac@68706", |
[email protected] | b7373e5 | 2009-12-15 21:09:38 | [diff] [blame] | 240 | |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 241 | "src/third_party/GTM": |
[email protected] | b745003e | 2010-11-10 04:07:33 | [diff] [blame] | 242 | (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@410", |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 243 | "src/third_party/pdfsqueeze": |
[email protected] | 0cf0cce | 2010-09-03 00:57:18 | [diff] [blame] | 244 | (Var("googlecode_url") % "pdfsqueeze") + "/trunk@2", |
[email protected] | 5b30d47 | 2009-12-03 22:02:38 | [diff] [blame] | 245 | "src/third_party/lighttpd": |
[email protected] | 06cafed | 2009-12-03 22:33:33 | [diff] [blame] | 246 | "/trunk/deps/third_party/lighttpd@33737", |
[email protected] | 5b30d47 | 2009-12-03 22:02:38 | [diff] [blame] | 247 | |
[email protected] | 8a8da5a | 2009-03-26 23:06:00 | [diff] [blame] | 248 | "src/third_party/WebKit/WebKit/mac": |
| 249 | Var("webkit_trunk") + "/WebKit/mac@" + Var("webkit_revision"), |
[email protected] | 060ab04 | 2009-07-13 21:39:51 | [diff] [blame] | 250 | "src/third_party/WebKit/WebKitLibraries": |
| 251 | Var("webkit_trunk") + "/WebKitLibraries@" + Var("webkit_revision"), |
[email protected] | e0d0014 | 2009-09-18 22:10:27 | [diff] [blame] | 252 | |
[email protected] | 9f341ec | 2010-01-27 20:59:35 | [diff] [blame] | 253 | "src/third_party/swig/mac": |
| 254 | "/trunk/deps/third_party/swig/mac@" + Var("swig_revision"), |
[email protected] | d4852bd | 2010-05-28 16:56:22 | [diff] [blame] | 255 | |
| 256 | # NSS, for SSLClientSocketNSS. |
| 257 | "src/third_party/nss": |
[email protected] | d0941b9 | 2010-10-12 20:08:46 | [diff] [blame] | 258 | "/trunk/deps/third_party/nss@61580", |
[email protected] | 82f869be | 2010-06-22 20:33:50 | [diff] [blame] | 259 | |
| 260 | "src/chrome/installer/mac/third_party/xz/xz": |
| 261 | "/trunk/deps/third_party/xz@50504", |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 262 | }, |
[email protected] | ef525cc | 2009-07-10 17:08:16 | [diff] [blame] | 263 | "unix": { |
| 264 | # Linux, really. |
[email protected] | b7373e5 | 2009-12-15 21:09:38 | [diff] [blame] | 265 | "src/chrome/tools/test/reference_build/chrome_linux": |
[email protected] | f8a9701 | 2010-12-09 03:05:32 | [diff] [blame] | 266 | "/trunk/deps/reference_builds/chrome_linux@68697", |
[email protected] | b7373e5 | 2009-12-15 21:09:38 | [diff] [blame] | 267 | |
[email protected] | ef525cc | 2009-07-10 17:08:16 | [diff] [blame] | 268 | "src/third_party/xdg-utils": |
[email protected] | faa3844 | 2010-09-03 01:13:04 | [diff] [blame] | 269 | "/trunk/deps/third_party/xdg-utils@58316", |
[email protected] | e0d0014 | 2009-09-18 22:10:27 | [diff] [blame] | 270 | |
[email protected] | 9f341ec | 2010-01-27 20:59:35 | [diff] [blame] | 271 | "src/third_party/swig/linux": |
| 272 | "/trunk/deps/third_party/swig/linux@" + Var("swig_revision"), |
[email protected] | 8351a63 | 2010-09-24 19:19:10 | [diff] [blame] | 273 | |
| 274 | "src/third_party/lss": |
[email protected] | a3a375d | 2010-10-31 23:27:44 | [diff] [blame] | 275 | (Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@3", |
[email protected] | 8f205b0 | 2010-11-10 22:48:17 | [diff] [blame] | 276 | |
| 277 | "src/third_party/openssl": |
[email protected] | f5283229 | 2010-12-15 00:43:16 | [diff] [blame] | 278 | "/trunk/deps/third_party/openssl@69192", |
[email protected] | ef525cc | 2009-07-10 17:08:16 | [diff] [blame] | 279 | }, |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 280 | } |
| 281 | |
| 282 | |
| 283 | include_rules = [ |
| 284 | # Everybody can use some things. |
| 285 | "+base", |
| 286 | "+build", |
[email protected] | 946d1b2 | 2009-07-22 23:57:21 | [diff] [blame] | 287 | "+ipc", |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 288 | |
| 289 | # For now, we allow ICU to be included by specifying "unicode/...", although |
[email protected] | 00feb46 | 2010-08-21 02:55:43 | [diff] [blame] | 290 | # this should probably change. |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 291 | "+unicode", |
| 292 | "+testing", |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 293 | ] |
| 294 | |
| 295 | |
| 296 | # checkdeps.py shouldn't check include paths for files in these dirs: |
| 297 | skip_child_includes = [ |
[email protected] | 5b7937e | 2010-11-04 23:37:18 | [diff] [blame] | 298 | "breakpad", |
| 299 | "chrome_frame", |
| 300 | "gears", |
| 301 | "native_client", |
| 302 | "o3d", |
| 303 | "sdch", |
| 304 | "skia", |
| 305 | "testing", |
| 306 | "third_party", |
| 307 | "v8", |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 308 | ] |
[email protected] | bfa24b96 | 2009-03-02 00:16:16 | [diff] [blame] | 309 | |
| 310 | |
| 311 | hooks = [ |
| 312 | { |
[email protected] | 154c671 | 2009-09-16 19:44:02 | [diff] [blame] | 313 | # 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] | 314 | "pattern": ".", |
[email protected] | 5bf090e | 2009-10-05 20:48:38 | [diff] [blame] | 315 | "action": ["python", "src/build/gyp_chromium"], |
[email protected] | bfa24b96 | 2009-03-02 00:16:16 | [diff] [blame] | 316 | }, |
| 317 | ] |