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