[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] | fe7bd03e | 2011-03-25 19:27:00 | [diff] [blame] | 7 | "webkit_revision": "81970", |
[email protected] | e39a5ac | 2010-10-12 14:47:59 | [diff] [blame] | 8 | "chromium_git": "http://git.chromium.org/git", |
[email protected] | ea6528b | 2010-12-16 19:06:47 | [diff] [blame] | 9 | "swig_revision": "69281", |
[email protected] | 238de69 | 2011-03-17 03:07:29 | [diff] [blame] | 10 | "nacl_revision": "4559", |
[email protected] | b67b086 | 2011-03-28 17:42:36 | [diff] [blame^] | 11 | "nacl_tools_revision": "4632", |
[email protected] | 3b58601 | 2011-03-07 16:21:00 | [diff] [blame] | 12 | "libjingle_revision": "55", |
[email protected] | 5cfa36e1 | 2011-03-03 17:24:36 | [diff] [blame] | 13 | "libvpx_revision": "76510", |
[email protected] | 678d9b2 | 2011-03-18 09:29:11 | [diff] [blame] | 14 | "ffmpeg_revision": "78339", |
[email protected] | 5358512 | 2011-03-25 18:57:36 | [diff] [blame] | 15 | "skia_revision": "1005", |
[email protected] | 8bf5d3ac | 2011-03-28 14:00:03 | [diff] [blame] | 16 | "v8_revision": "7385", |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 17 | } |
| 18 | |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 19 | deps = { |
| 20 | "src/breakpad/src": |
[email protected] | e3e4598 | 2011-03-22 18:16:33 | [diff] [blame] | 21 | (Var("googlecode_url") % "google-breakpad") + "/trunk/src@784", |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 22 | |
[email protected] | 74647d2 | 2009-06-23 01:13:52 | [diff] [blame] | 23 | "src/build/util/support": |
[email protected] | 9ff126f | 2009-08-04 17:32:03 | [diff] [blame] | 24 | "/trunk/deps/support@20411", |
[email protected] | 74647d2 | 2009-06-23 01:13:52 | [diff] [blame] | 25 | |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 26 | "src/googleurl": |
[email protected] | 6b487bf | 2011-03-10 20:13:17 | [diff] [blame] | 27 | (Var("googlecode_url") % "google-url") + "/trunk@153", |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 28 | |
[email protected] | 808ea57 | 2010-09-01 16:22:01 | [diff] [blame] | 29 | "src/seccompsandbox": |
[email protected] | 9ff08dd | 2010-12-09 00:40:41 | [diff] [blame] | 30 | (Var("googlecode_url") % "seccompsandbox") + "/trunk@153", |
[email protected] | 808ea57 | 2010-09-01 16:22:01 | [diff] [blame] | 31 | |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 32 | "src/sdch/open-vcdiff": |
[email protected] | 0cf0cce | 2010-09-03 00:57:18 | [diff] [blame] | 33 | (Var("googlecode_url") % "open-vcdiff") + "/trunk@28", |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 34 | |
| 35 | "src/testing/gtest": |
[email protected] | ba61ec6 | 2011-02-24 22:23:40 | [diff] [blame] | 36 | (Var("googlecode_url") % "googletest") + "/trunk@539", |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 37 | |
[email protected] | c6bc0bd | 2011-01-27 19:55:06 | [diff] [blame] | 38 | "src/testing/gmock": |
[email protected] | 236e219 | 2011-02-25 01:58:45 | [diff] [blame] | 39 | (Var("googlecode_url") % "googlemock") + "/trunk@359", |
[email protected] | c6bc0bd | 2011-01-27 19:55:06 | [diff] [blame] | 40 | |
[email protected] | 121de34 | 2010-04-28 22:52:43 | [diff] [blame] | 41 | "src/third_party/angle": |
[email protected] | 94df114c | 2011-03-24 22:48:30 | [diff] [blame] | 42 | (Var("googlecode_url") % "angleproject") + "/trunk@594", |
[email protected] | 121de34 | 2010-04-28 22:52:43 | [diff] [blame] | 43 | |
[email protected] | 1ec9e29 | 2011-02-01 21:38:18 | [diff] [blame] | 44 | # Note that this is *not* where we check out WebKit -- this just |
| 45 | # puts some extra files into place for the real WebKit checkout to |
| 46 | # happen. See lines mentioning "webkit_revision" for the real |
| 47 | # WebKit checkout. |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 48 | "src/third_party/WebKit": |
[email protected] | 8cf2642 | 2011-02-27 00:33:44 | [diff] [blame] | 49 | "/trunk/deps/third_party/WebKit@76115", |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 50 | |
[email protected] | 28062949 | 2009-09-09 06:49:08 | [diff] [blame] | 51 | "src/third_party/icu": |
[email protected] | 477c6b3 | 2011-03-16 01:00:28 | [diff] [blame] | 52 | "/trunk/deps/third_party/icu46@78292", |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 53 | |
[email protected] | adee30d | 2009-08-21 15:15:16 | [diff] [blame] | 54 | "src/third_party/hunspell": |
[email protected] | b16b512 | 2010-11-10 03:52:58 | [diff] [blame] | 55 | "/trunk/deps/third_party/hunspell@65351", |
[email protected] | a0c30347 | 2010-06-03 03:32:31 | [diff] [blame] | 56 | |
| 57 | "src/third_party/hunspell_dictionaries": |
[email protected] | 3b1f12a6 | 2011-03-23 05:12:32 | [diff] [blame] | 58 | "/trunk/deps/third_party/hunspell_dictionaries@79099", |
[email protected] | 5c965dd | 2009-09-04 21:11:43 | [diff] [blame] | 59 | |
[email protected] | 1ebf896 | 2010-09-28 17:51:57 | [diff] [blame] | 60 | "src/third_party/safe_browsing/testing": |
[email protected] | a198033 | 2010-11-16 00:22:32 | [diff] [blame] | 61 | (Var("googlecode_url") % "google-safe-browsing") + "/trunk/testing@106", |
[email protected] | 1ebf896 | 2010-09-28 17:51:57 | [diff] [blame] | 62 | |
[email protected] | 2cbb95c | 2010-04-23 03:03:26 | [diff] [blame] | 63 | "src/third_party/cacheinvalidation/files": |
[email protected] | cb69cbf | 2011-01-25 05:35:38 | [diff] [blame] | 64 | (Var("googlecode_url") % "google-cache-invalidation-api") + "/trunk@70", |
[email protected] | 2cbb95c | 2010-04-23 03:03:26 | [diff] [blame] | 65 | |
[email protected] | 9ce15e92 | 2011-03-22 22:24:42 | [diff] [blame] | 66 | "src/third_party/leveldb": |
[email protected] | 49a9415f | 2011-03-25 22:28:50 | [diff] [blame] | 67 | (Var("googlecode_url") % "leveldb") + "/trunk@13", |
[email protected] | 9ce15e92 | 2011-03-22 22:24:42 | [diff] [blame] | 68 | |
[email protected] | 9ce15e92 | 2011-03-22 22:24:42 | [diff] [blame] | 69 | "src/third_party/snappy/src": |
[email protected] | 49a9415f | 2011-03-25 22:28:50 | [diff] [blame] | 70 | (Var("googlecode_url") % "snappy") + "/trunk@2", |
[email protected] | 9ce15e92 | 2011-03-22 22:24:42 | [diff] [blame] | 71 | |
[email protected] | acb9f72 | 2010-03-25 17:14:59 | [diff] [blame] | 72 | "src/tools/gyp": |
[email protected] | 9174a10 | 2011-03-28 00:58:14 | [diff] [blame] | 73 | (Var("googlecode_url") % "gyp") + "/trunk@904", |
[email protected] | acb9f72 | 2010-03-25 17:14:59 | [diff] [blame] | 74 | |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 75 | "src/v8": |
[email protected] | 5a939d3 | 2011-02-14 14:46:58 | [diff] [blame] | 76 | (Var("googlecode_url") % "v8") + "/trunk@" + Var("v8_revision"), |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 77 | |
[email protected] | 3c22184 | 2009-07-13 21:09:38 | [diff] [blame] | 78 | "src/native_client": |
[email protected] | 8e303b2 | 2010-08-18 21:03:12 | [diff] [blame] | 79 | Var("nacl_trunk") + "/src/native_client@" + Var("nacl_revision"), |
[email protected] | 2d78334 | 2010-08-11 20:48:28 | [diff] [blame] | 80 | "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin": |
[email protected] | b70ffd1f | 2010-09-08 22:50:17 | [diff] [blame] | 81 | Var("nacl_trunk") + "/src/native_client/tests/prebuilt@" + |
[email protected] | 2d78334 | 2010-08-11 20:48:28 | [diff] [blame] | 82 | Var("nacl_revision"), |
[email protected] | 3c22184 | 2009-07-13 21:09:38 | [diff] [blame] | 83 | |
[email protected] | a19c9b6 | 2011-01-21 03:43:39 | [diff] [blame] | 84 | "src/third_party/skia/gpu": |
| 85 | (Var("googlecode_url") % "skia") + "/trunk/gpu@" + Var("skia_revision"), |
| 86 | |
[email protected] | 8eb0eeb | 2009-10-23 14:52:40 | [diff] [blame] | 87 | "src/third_party/skia/src": |
[email protected] | 0cf0cce | 2010-09-03 00:57:18 | [diff] [blame] | 88 | (Var("googlecode_url") % "skia") + "/trunk/src@" + Var("skia_revision"), |
[email protected] | 8eb0eeb | 2009-10-23 14:52:40 | [diff] [blame] | 89 | |
| 90 | "src/third_party/skia/include": |
[email protected] | 0cf0cce | 2010-09-03 00:57:18 | [diff] [blame] | 91 | (Var("googlecode_url") % "skia") + "/trunk/include@" + Var("skia_revision"), |
[email protected] | d5282e7 | 2009-05-13 13:16:52 | [diff] [blame] | 92 | |
[email protected] | e6e47fc | 2009-07-13 19:18:23 | [diff] [blame] | 93 | "src/third_party/WebKit/LayoutTests": |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 94 | Var("webkit_trunk") + "/LayoutTests@" + Var("webkit_revision"), |
| 95 | |
[email protected] | c1d9cdc | 2011-01-17 06:50:01 | [diff] [blame] | 96 | "src/third_party/WebKit/Source": |
| 97 | Var("webkit_trunk") + "/Source@" + Var("webkit_revision"), |
[email protected] | dec7b17 | 2009-09-23 22:11:35 | [diff] [blame] | 98 | |
[email protected] | c92db21 | 2010-12-18 03:25:19 | [diff] [blame] | 99 | "src/third_party/WebKit/Tools/DumpRenderTree": |
| 100 | Var("webkit_trunk") + "/Tools/DumpRenderTree@" + Var("webkit_revision"), |
[email protected] | 55eb397 | 2010-04-07 03:07:51 | [diff] [blame] | 101 | |
[email protected] | c92db21 | 2010-12-18 03:25:19 | [diff] [blame] | 102 | "src/third_party/WebKit/Tools/Scripts": |
| 103 | Var("webkit_trunk") + "/Tools/Scripts@" + Var("webkit_revision"), |
[email protected] | f3d80d9 | 2010-02-09 01:57:54 | [diff] [blame] | 104 | |
[email protected] | d7bdd38 | 2009-11-13 02:15:59 | [diff] [blame] | 105 | "src/third_party/ots": |
[email protected] | e71a55b | 2011-03-24 20:57:59 | [diff] [blame] | 106 | (Var("googlecode_url") % "ots") + "/trunk@60", |
[email protected] | d7bdd38 | 2009-11-13 02:15:59 | [diff] [blame] | 107 | |
[email protected] | 58734d6 | 2009-06-30 00:12:53 | [diff] [blame] | 108 | "src/tools/page_cycler/acid3": |
[email protected] | 060ab04 | 2009-07-13 21:39:51 | [diff] [blame] | 109 | "/trunk/deps/page_cycler/acid3@19546", |
[email protected] | 0735266 | 2009-07-13 23:22:33 | [diff] [blame] | 110 | |
[email protected] | 2d8ea6b | 2010-12-18 05:06:44 | [diff] [blame] | 111 | # We run these layout tests as UI tests. Since many of the buildbots that |
[email protected] | 6d37449 | 2009-08-05 06:02:07 | [diff] [blame] | 112 | # run layout tests do NOT have access to the LayoutTest directory, we need |
[email protected] | 2d8ea6b | 2010-12-18 05:06:44 | [diff] [blame] | 113 | # to map them here. In practice, these do not take up much space. |
[email protected] | 6d37449 | 2009-08-05 06:02:07 | [diff] [blame] | 114 | "src/chrome/test/data/layout_tests/LayoutTests/fast/events": |
| 115 | Var("webkit_trunk") + "/LayoutTests/fast/events@" + |
| 116 | Var("webkit_revision"), |
[email protected] | 53d4e7d | 2009-09-24 05:14:30 | [diff] [blame] | 117 | "src/chrome/test/data/layout_tests/LayoutTests/fast/js/resources": |
| 118 | Var("webkit_trunk") + "/LayoutTests/fast/js/resources@" + |
| 119 | Var("webkit_revision"), |
[email protected] | 6d37449 | 2009-08-05 06:02:07 | [diff] [blame] | 120 | "src/chrome/test/data/layout_tests/LayoutTests/fast/workers": |
| 121 | Var("webkit_trunk") + "/LayoutTests/fast/workers@" + |
| 122 | Var("webkit_revision"), |
| 123 | "src/chrome/test/data/layout_tests/LayoutTests/http/tests/resources": |
| 124 | Var("webkit_trunk") + "/LayoutTests/http/tests/resources@" + |
| 125 | Var("webkit_revision"), |
| 126 | "src/chrome/test/data/layout_tests/LayoutTests/http/tests/workers": |
| 127 | Var("webkit_trunk") + "/LayoutTests/http/tests/workers@" + |
| 128 | Var("webkit_revision"), |
| 129 | "src/chrome/test/data/layout_tests/LayoutTests/http/tests/xmlhttprequest": |
| 130 | Var("webkit_trunk") + "/LayoutTests/http/tests/xmlhttprequest@" + |
| 131 | Var("webkit_revision"), |
[email protected] | fc4c9312 | 2010-10-04 07:24:16 | [diff] [blame] | 132 | "src/chrome/test/data/layout_tests/LayoutTests/http/tests/websocket/tests": |
| 133 | Var("webkit_trunk") + "/LayoutTests/http/tests/websocket/tests@" + |
| 134 | Var("webkit_revision"), |
[email protected] | 4d19b9e | 2010-04-20 01:41:28 | [diff] [blame] | 135 | "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium/fast/workers": |
| 136 | Var("webkit_trunk") + "/LayoutTests/platform/chromium/fast/workers@" + |
| 137 | Var("webkit_revision"), |
[email protected] | f6b551d | 2010-04-03 00:49:55 | [diff] [blame] | 138 | "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-mac/fast/events": |
| 139 | Var("webkit_trunk") + "/LayoutTests/platform/chromium-mac/fast/events@" + |
| 140 | Var("webkit_revision"), |
| 141 | "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-mac/http/tests/workers": |
| 142 | Var("webkit_trunk") + "/LayoutTests/platform/chromium-mac/http/tests/workers@" + |
| 143 | Var("webkit_revision"), |
| 144 | "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-mac/storage/domstorage": |
| 145 | Var("webkit_trunk") + "/LayoutTests/platform/chromium-mac/storage/domstorage@" + |
| 146 | Var("webkit_revision"), |
| 147 | "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/events": |
| 148 | Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/fast/events@" + |
| 149 | Var("webkit_revision"), |
| 150 | "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/workers": |
| 151 | Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/fast/workers@" + |
| 152 | Var("webkit_revision"), |
[email protected] | 446f96c | 2010-06-28 22:32:32 | [diff] [blame] | 153 | "src/chrome/test/data/layout_tests/LayoutTests/http/tests/appcache": |
| 154 | Var("webkit_trunk") + "/LayoutTests/http/tests/appcache@" + |
| 155 | Var("webkit_revision"), |
[email protected] | f6b551d | 2010-04-03 00:49:55 | [diff] [blame] | 156 | "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-win/http/tests/workers": |
| 157 | Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/http/tests/workers@" + |
| 158 | Var("webkit_revision"), |
| 159 | "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-win/storage/domstorage": |
| 160 | Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/storage/domstorage@" + |
| 161 | Var("webkit_revision"), |
[email protected] | 6d37449 | 2009-08-05 06:02:07 | [diff] [blame] | 162 | "src/chrome/test/data/layout_tests/LayoutTests/storage/domstorage": |
| 163 | Var("webkit_trunk") + "/LayoutTests/storage/domstorage@" + |
| 164 | Var("webkit_revision"), |
[email protected] | 4e27e40 | 2010-08-21 00:54:18 | [diff] [blame] | 165 | "src/chrome/test/data/layout_tests/LayoutTests/media": |
| 166 | Var("webkit_trunk") + "/LayoutTests/media@" + |
| 167 | Var("webkit_revision"), |
[email protected] | 466ee60 | 2010-10-07 08:01:57 | [diff] [blame] | 168 | "src/chrome/test/data/layout_tests/LayoutTests/fast/filesystem/workers": |
| 169 | Var("webkit_trunk") + "/LayoutTests/fast/filesystem/workers@" + |
| 170 | Var("webkit_revision"), |
| 171 | "src/chrome/test/data/layout_tests/LayoutTests/fast/filesystem/resources": |
| 172 | Var("webkit_trunk") + "/LayoutTests/fast/filesystem/resources@" + |
| 173 | Var("webkit_revision"), |
[email protected] | b520d4e3 | 2011-03-25 19:11:43 | [diff] [blame] | 174 | "src/chrome/test/data/layout_tests/LayoutTests/http/tests/filesystem": |
| 175 | Var("webkit_trunk") + "/LayoutTests/http/tests/filesystem@" + |
| 176 | Var("webkit_revision"), |
[email protected] | 9f341ec | 2010-01-27 20:59:35 | [diff] [blame] | 177 | |
| 178 | "src/third_party/swig/Lib": |
| 179 | "/trunk/deps/third_party/swig/Lib@" + Var("swig_revision"), |
[email protected] | e8ae38c | 2010-03-25 02:35:50 | [diff] [blame] | 180 | |
[email protected] | a0187c5 | 2011-03-19 20:47:19 | [diff] [blame] | 181 | # WebDriver keeps client and test code separate, and merges when the |
| 182 | # python egg is installed. We run tests directly from src, so import |
| 183 | # the code into the structure expected by the tests. |
| 184 | "src/third_party/webdriver/python/selenium": |
[email protected] | 125cba8 | 2011-03-26 16:52:27 | [diff] [blame] | 185 | "http://selenium.googlecode.com/svn/trunk/py/selenium@11696", |
[email protected] | a0187c5 | 2011-03-19 20:47:19 | [diff] [blame] | 186 | "src/third_party/webdriver/python/selenium/test": |
[email protected] | 125cba8 | 2011-03-26 16:52:27 | [diff] [blame] | 187 | "http://selenium.googlecode.com/svn/trunk/py/test@11696", |
[email protected] | d9b19e3 | 2011-01-29 02:09:08 | [diff] [blame] | 188 | |
[email protected] | a93c77b | 2010-11-04 00:08:47 | [diff] [blame] | 189 | "src/third_party/libvpx": |
| 190 | "/trunk/deps/third_party/libvpx@" + |
| 191 | Var("libvpx_revision"), |
| 192 | |
[email protected] | 25ebc08 | 2010-06-02 06:13:07 | [diff] [blame] | 193 | "src/third_party/ffmpeg": |
| 194 | "/trunk/deps/third_party/ffmpeg/source@" + |
[email protected] | e8ae38c | 2010-03-25 02:35:50 | [diff] [blame] | 195 | Var("ffmpeg_revision"), |
[email protected] | e55badb | 2010-05-07 23:55:35 | [diff] [blame] | 196 | |
[email protected] | 7b7a16b | 2010-06-03 04:08:18 | [diff] [blame] | 197 | "src/third_party/libjingle/source": |
[email protected] | a8381db | 2011-03-04 14:05:47 | [diff] [blame] | 198 | (Var("googlecode_url") % "libjingle") + "/branches/chrome-sandbox@" + |
[email protected] | 7b7a16b | 2010-06-03 04:08:18 | [diff] [blame] | 199 | Var("libjingle_revision"), |
[email protected] | 68187f0 | 2010-08-17 16:50:07 | [diff] [blame] | 200 | |
| 201 | "src/third_party/speex": |
[email protected] | eb440953 | 2011-01-05 10:51:00 | [diff] [blame] | 202 | "/trunk/deps/third_party/speex@70427", |
[email protected] | c038370e | 2010-09-22 20:20:12 | [diff] [blame] | 203 | |
| 204 | "src/third_party/libsrtp/src": |
| 205 | "/trunk/deps/third_party/libsrtp@60080", |
[email protected] | 53dc4051 | 2010-11-29 17:09:16 | [diff] [blame] | 206 | |
| 207 | "src/third_party/yasm/source/patched-yasm": |
[email protected] | eac6aa79 | 2011-02-04 06:33:00 | [diff] [blame] | 208 | "/trunk/deps/third_party/yasm/patched-yasm@73761", |
[email protected] | 76ce152 | 2010-12-13 12:02:42 | [diff] [blame] | 209 | |
| 210 | "src/third_party/libjpeg_turbo": |
[email protected] | 678d9b2 | 2011-03-18 09:29:11 | [diff] [blame] | 211 | "/trunk/deps/third_party/libjpeg_turbo@78340", |
[email protected] | cc1b1465 | 2011-01-17 12:35:57 | [diff] [blame] | 212 | |
| 213 | "src/third_party/flac": |
[email protected] | 0282cfc | 2011-02-25 07:40:54 | [diff] [blame] | 214 | "/trunk/deps/third_party/flac@75901", |
[email protected] | f94eda9 | 2011-02-25 00:34:00 | [diff] [blame] | 215 | |
| 216 | # Needed to support nacl browser test jig. |
| 217 | "src/third_party/pylib": |
[email protected] | b67b086 | 2011-03-28 17:42:36 | [diff] [blame^] | 218 | Var("nacl_trunk") + "/src/third_party/pylib@" + Var("nacl_tools_revision"), |
| 219 | "src/third_party/scons-2.0.1": |
| 220 | Var("nacl_trunk") + "/src/third_party/scons-2.0.1@" + |
| 221 | Var("nacl_tools_revision"), |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 222 | } |
| 223 | |
[email protected] | 00c51767 | 2010-11-04 00:27:29 | [diff] [blame] | 224 | |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 225 | deps_os = { |
| 226 | "win": { |
[email protected] | b7373e5 | 2009-12-15 21:09:38 | [diff] [blame] | 227 | "src/chrome/tools/test/reference_build/chrome": |
[email protected] | 3b4d560 | 2010-12-24 01:31:50 | [diff] [blame] | 228 | "/trunk/deps/reference_builds/chrome@70122", |
[email protected] | b7373e5 | 2009-12-15 21:09:38 | [diff] [blame] | 229 | |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 230 | "src/third_party/cygwin": |
[email protected] | c4ecdcf | 2010-11-23 03:18:19 | [diff] [blame] | 231 | "/trunk/deps/third_party/cygwin@66844", |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 232 | |
[email protected] | c4ecdcf | 2010-11-23 03:18:19 | [diff] [blame] | 233 | "src/third_party/python_26": |
[email protected] | 609387a | 2011-01-06 20:32:11 | [diff] [blame] | 234 | "/trunk/tools/third_party/python_26@70627", |
[email protected] | f73eb0b5 | 2009-08-08 01:13:39 | [diff] [blame] | 235 | |
[email protected] | 5b30d47 | 2009-12-03 22:02:38 | [diff] [blame] | 236 | "src/third_party/lighttpd": |
| 237 | "/trunk/deps/third_party/lighttpd@33727", |
| 238 | |
[email protected] | e0d0014 | 2009-09-18 22:10:27 | [diff] [blame] | 239 | "src/third_party/ffmpeg/binaries/chromium/win/ia32": |
| 240 | "/trunk/deps/third_party/ffmpeg/binaries/win@" + Var("ffmpeg_revision"), |
[email protected] | 1cf6e88 | 2009-09-15 23:18:42 | [diff] [blame] | 241 | |
[email protected] | 84409061 | 2009-09-25 15:03:34 | [diff] [blame] | 242 | # Chrome Frame related deps |
| 243 | "src/third_party/xulrunner-sdk": |
[email protected] | d5692bd | 2011-02-05 05:46:33 | [diff] [blame] | 244 | "/trunk/deps/third_party/xulrunner-sdk@71609", |
[email protected] | 84409061 | 2009-09-25 15:03:34 | [diff] [blame] | 245 | "src/chrome_frame/tools/test/reference_build/chrome": |
[email protected] | 418d8bf | 2010-12-24 00:49:18 | [diff] [blame] | 246 | "/trunk/deps/reference_builds/chrome@70122", |
[email protected] | 3577031 | 2009-10-28 01:21:48 | [diff] [blame] | 247 | |
| 248 | # Parses Windows PE/COFF executable format. |
| 249 | "src/third_party/pefile": |
[email protected] | 0cf0cce | 2010-09-03 00:57:18 | [diff] [blame] | 250 | (Var("googlecode_url") % "pefile") + "/trunk@63", |
[email protected] | 4b167a3 | 2010-01-25 17:54:08 | [diff] [blame] | 251 | |
| 252 | # NSS, for SSLClientSocketNSS. |
| 253 | "src/third_party/nss": |
[email protected] | d0941b9 | 2010-10-12 20:08:46 | [diff] [blame] | 254 | "/trunk/deps/third_party/nss@61580", |
[email protected] | 9f341ec | 2010-01-27 20:59:35 | [diff] [blame] | 255 | |
| 256 | "src/third_party/swig/win": |
| 257 | "/trunk/deps/third_party/swig/win@" + Var("swig_revision"), |
[email protected] | 3b32fa6 | 2010-02-25 23:17:09 | [diff] [blame] | 258 | |
| 259 | "src/third_party/mingw-w64/mingw/bin": |
[email protected] | 8e303b2 | 2010-08-18 21:03:12 | [diff] [blame] | 260 | (Var("nacl_trunk") + "/src/third_party/mingw-w64/mingw/bin@" + |
[email protected] | 3b32fa6 | 2010-02-25 23:17:09 | [diff] [blame] | 261 | Var("nacl_revision")), |
[email protected] | 1c26217 | 2010-06-10 15:25:46 | [diff] [blame] | 262 | |
| 263 | "src/rlz": |
[email protected] | e06f4d5 | 2011-01-19 07:28:46 | [diff] [blame] | 264 | (Var("googlecode_url") % "rlz") + "/trunk@33", |
[email protected] | 76ce152 | 2010-12-13 12:02:42 | [diff] [blame] | 265 | |
| 266 | # Dependencies used by libjpeg-turbo |
| 267 | "src/third_party/yasm/binaries": |
[email protected] | 47ecab80 | 2011-03-15 03:25:34 | [diff] [blame] | 268 | "/trunk/deps/third_party/yasm/binaries@74228", |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 269 | }, |
| 270 | "mac": { |
[email protected] | b7373e5 | 2009-12-15 21:09:38 | [diff] [blame] | 271 | "src/chrome/tools/test/reference_build/chrome_mac": |
[email protected] | f9fe000 | 2011-01-12 00:42:38 | [diff] [blame] | 272 | "/trunk/deps/reference_builds/chrome_mac@71120", |
[email protected] | b7373e5 | 2009-12-15 21:09:38 | [diff] [blame] | 273 | |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 274 | "src/third_party/GTM": |
[email protected] | 56f0f26 | 2011-02-24 17:14:36 | [diff] [blame] | 275 | (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@434", |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 276 | "src/third_party/pdfsqueeze": |
[email protected] | 46db5eae | 2011-01-19 19:19:44 | [diff] [blame] | 277 | (Var("googlecode_url") % "pdfsqueeze") + "/trunk@4", |
[email protected] | 5b30d47 | 2009-12-03 22:02:38 | [diff] [blame] | 278 | "src/third_party/lighttpd": |
[email protected] | 06cafed | 2009-12-03 22:33:33 | [diff] [blame] | 279 | "/trunk/deps/third_party/lighttpd@33737", |
[email protected] | 5b30d47 | 2009-12-03 22:02:38 | [diff] [blame] | 280 | |
[email protected] | 060ab04 | 2009-07-13 21:39:51 | [diff] [blame] | 281 | "src/third_party/WebKit/WebKitLibraries": |
| 282 | Var("webkit_trunk") + "/WebKitLibraries@" + Var("webkit_revision"), |
[email protected] | e0d0014 | 2009-09-18 22:10:27 | [diff] [blame] | 283 | |
[email protected] | 9f341ec | 2010-01-27 20:59:35 | [diff] [blame] | 284 | "src/third_party/swig/mac": |
| 285 | "/trunk/deps/third_party/swig/mac@" + Var("swig_revision"), |
[email protected] | d4852bd | 2010-05-28 16:56:22 | [diff] [blame] | 286 | |
| 287 | # NSS, for SSLClientSocketNSS. |
| 288 | "src/third_party/nss": |
[email protected] | d0941b9 | 2010-10-12 20:08:46 | [diff] [blame] | 289 | "/trunk/deps/third_party/nss@61580", |
[email protected] | 82f869be | 2010-06-22 20:33:50 | [diff] [blame] | 290 | |
| 291 | "src/chrome/installer/mac/third_party/xz/xz": |
| 292 | "/trunk/deps/third_party/xz@50504", |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 293 | }, |
[email protected] | ef525cc | 2009-07-10 17:08:16 | [diff] [blame] | 294 | "unix": { |
| 295 | # Linux, really. |
[email protected] | b7373e5 | 2009-12-15 21:09:38 | [diff] [blame] | 296 | "src/chrome/tools/test/reference_build/chrome_linux": |
[email protected] | 7e1d3dd | 2010-12-24 00:36:27 | [diff] [blame] | 297 | "/trunk/deps/reference_builds/chrome_linux@70120", |
[email protected] | b7373e5 | 2009-12-15 21:09:38 | [diff] [blame] | 298 | |
[email protected] | ef525cc | 2009-07-10 17:08:16 | [diff] [blame] | 299 | "src/third_party/xdg-utils": |
[email protected] | faa3844 | 2010-09-03 01:13:04 | [diff] [blame] | 300 | "/trunk/deps/third_party/xdg-utils@58316", |
[email protected] | e0d0014 | 2009-09-18 22:10:27 | [diff] [blame] | 301 | |
[email protected] | 9f341ec | 2010-01-27 20:59:35 | [diff] [blame] | 302 | "src/third_party/swig/linux": |
| 303 | "/trunk/deps/third_party/swig/linux@" + Var("swig_revision"), |
[email protected] | 8351a63 | 2010-09-24 19:19:10 | [diff] [blame] | 304 | |
| 305 | "src/third_party/lss": |
[email protected] | a3a375d | 2010-10-31 23:27:44 | [diff] [blame] | 306 | (Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@3", |
[email protected] | 8f205b0 | 2010-11-10 22:48:17 | [diff] [blame] | 307 | |
| 308 | "src/third_party/openssl": |
[email protected] | f5283229 | 2010-12-15 00:43:16 | [diff] [blame] | 309 | "/trunk/deps/third_party/openssl@69192", |
[email protected] | 43e7563 | 2011-03-07 19:02:33 | [diff] [blame] | 310 | |
| 311 | "src/third_party/WebKit/Tools/gdb": |
| 312 | Var("webkit_trunk") + "/Tools/gdb@" + Var("webkit_revision"), |
[email protected] | ef525cc | 2009-07-10 17:08:16 | [diff] [blame] | 313 | }, |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 314 | } |
| 315 | |
| 316 | |
| 317 | include_rules = [ |
| 318 | # Everybody can use some things. |
| 319 | "+base", |
| 320 | "+build", |
[email protected] | 946d1b2 | 2009-07-22 23:57:21 | [diff] [blame] | 321 | "+ipc", |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 322 | |
| 323 | # For now, we allow ICU to be included by specifying "unicode/...", although |
[email protected] | 00feb46 | 2010-08-21 02:55:43 | [diff] [blame] | 324 | # this should probably change. |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 325 | "+unicode", |
| 326 | "+testing", |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 327 | ] |
| 328 | |
| 329 | |
| 330 | # checkdeps.py shouldn't check include paths for files in these dirs: |
| 331 | skip_child_includes = [ |
[email protected] | 5b7937e | 2010-11-04 23:37:18 | [diff] [blame] | 332 | "breakpad", |
| 333 | "chrome_frame", |
[email protected] | 5b7937e | 2010-11-04 23:37:18 | [diff] [blame] | 334 | "native_client", |
| 335 | "o3d", |
[email protected] | 0dd3a0ab | 2011-02-18 08:17:44 | [diff] [blame] | 336 | "pdf", |
[email protected] | 5b7937e | 2010-11-04 23:37:18 | [diff] [blame] | 337 | "sdch", |
| 338 | "skia", |
| 339 | "testing", |
| 340 | "third_party", |
| 341 | "v8", |
[email protected] | 5f129de | 2009-02-24 23:22:04 | [diff] [blame] | 342 | ] |
[email protected] | bfa24b96 | 2009-03-02 00:16:16 | [diff] [blame] | 343 | |
| 344 | |
| 345 | hooks = [ |
| 346 | { |
[email protected] | 154c671 | 2009-09-16 19:44:02 | [diff] [blame] | 347 | # 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] | 348 | "pattern": ".", |
[email protected] | 5bf090e | 2009-10-05 20:48:38 | [diff] [blame] | 349 | "action": ["python", "src/build/gyp_chromium"], |
[email protected] | bfa24b96 | 2009-03-02 00:16:16 | [diff] [blame] | 350 | }, |
| 351 | ] |