blob: 0e3f929db7a384d113aba085625d923d25205747 [file] [log] [blame]
[email protected]5f129de2009-02-24 23:22:041vars = {
[email protected]44a2e452010-09-26 17:04:162 # 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]0cf0cce2010-09-03 00:57:184 "googlecode_url": "http://%s.googlecode.com/svn",
[email protected]8e303b22010-08-18 21:03:125 "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk",
[email protected]d657f3cc2010-09-02 03:44:046 "nacl_trunk": "http://src.chromium.org/native_client/trunk",
[email protected]da5193392011-08-16 05:33:177 "webkit_revision": "93081",
[email protected]e39a5ac2010-10-12 14:47:598 "chromium_git": "http://git.chromium.org/git",
[email protected]ea6528b2010-12-16 19:06:479 "swig_revision": "69281",
[email protected]b4e6d2db2011-04-28 00:32:5010 # These hashes need to be updated when nacl_revision is changed.
[email protected]1b4f12622011-07-08 01:02:3011 # After changing nacl_revision, run 'gclient runhooks' to get the new values.
[email protected]78bbde02011-08-15 20:48:0712 "nacl_irt_hash_x86_32": "05b19a95dbaa460ca72969268332aa678823ed01",
13 "nacl_irt_hash_x86_64": "7ec40d9483348dbecff8c32aa7176cc734f0708d",
14 "nacl_revision": "6416",
[email protected]bfc0c992011-07-16 02:49:4715 # After changing nacl_revision, run 'glient sync' and check native_client/DEPS
16 # to update other nacl_*_revision's.
17 # TODO(brettw) We should use the "From" syntax to avoid hardcoding the
18 # revisions here, but it makes checkdeps confused. We should fix checkdeps.
[email protected]78bbde02011-08-15 20:48:0719 "nacl_chrome_ppapi_revision": "96558", # native_client/DEPS: chrome_ppapi_rev
[email protected]bfc0c992011-07-16 02:49:4720 "nacl_tools_revision": "5360", # native_client/DEPS: tools_rev
[email protected]e86b28f2011-07-29 22:21:0721 "libjingle_revision": "77",
[email protected]11e24d42011-08-11 14:47:3222 "libvpx_revision": "96377",
[email protected]de23c3652011-08-15 23:59:4823 "ffmpeg_revision": "96828",
[email protected]83234152011-08-11 11:31:1724 "sfntly_revision": "43",
[email protected]2f0b5292011-08-16 01:38:5025 "skia_revision": "2116",
[email protected]0c41f372011-08-15 14:45:0826 "v8_revision": "8933",
[email protected]13505e52011-08-05 21:19:5027 "webrtc_revision": "242",
[email protected]001df302011-08-02 21:08:2128
29 # Note: On most bots, clang is not checked out via DEPS but by
30 # tools/clang/scripts/update.sh. The script reads this line here.
[email protected]b9f5f6322011-08-13 23:27:3831 "clang_revision": "137563",
[email protected]5f129de2009-02-24 23:22:0432}
33
[email protected]5f129de2009-02-24 23:22:0434deps = {
35 "src/breakpad/src":
[email protected]fa1f56d2011-08-11 14:12:0236 (Var("googlecode_url") % "google-breakpad") + "/trunk/src@825",
[email protected]5f129de2009-02-24 23:22:0437
[email protected]74647d22009-06-23 01:13:5238 "src/build/util/support":
[email protected]9ff126f2009-08-04 17:32:0339 "/trunk/deps/support@20411",
[email protected]74647d22009-06-23 01:13:5240
[email protected]5f129de2009-02-24 23:22:0441 "src/googleurl":
[email protected]86fa10522011-07-12 12:24:5742 (Var("googlecode_url") % "google-url") + "/trunk@159",
[email protected]5f129de2009-02-24 23:22:0443
[email protected]808ea572010-09-01 16:22:0144 "src/seccompsandbox":
[email protected]4743b21e2011-08-15 20:21:0845 (Var("googlecode_url") % "seccompsandbox") + "/trunk@167",
[email protected]808ea572010-09-01 16:22:0146
[email protected]5f129de2009-02-24 23:22:0447 "src/sdch/open-vcdiff":
[email protected]0cf0cce2010-09-03 00:57:1848 (Var("googlecode_url") % "open-vcdiff") + "/trunk@28",
[email protected]5f129de2009-02-24 23:22:0449
50 "src/testing/gtest":
[email protected]62e9f2a2011-04-02 07:00:1951 (Var("googlecode_url") % "googletest") + "/trunk@560",
[email protected]5f129de2009-02-24 23:22:0452
[email protected]c6bc0bd2011-01-27 19:55:0653 "src/testing/gmock":
[email protected]62e9f2a2011-04-02 07:00:1954 (Var("googlecode_url") % "googlemock") + "/trunk@374",
[email protected]c6bc0bd2011-01-27 19:55:0655
[email protected]121de342010-04-28 22:52:4356 "src/third_party/angle":
[email protected]cb6234e2011-08-12 22:26:0357 (Var("googlecode_url") % "angleproject") + "/trunk@729",
[email protected]121de342010-04-28 22:52:4358
[email protected]1ec9e292011-02-01 21:38:1859 # Note that this is *not* where we check out WebKit -- this just
60 # puts some extra files into place for the real WebKit checkout to
61 # happen. See lines mentioning "webkit_revision" for the real
62 # WebKit checkout.
[email protected]5f129de2009-02-24 23:22:0463 "src/third_party/WebKit":
[email protected]8cf26422011-02-27 00:33:4464 "/trunk/deps/third_party/WebKit@76115",
[email protected]5f129de2009-02-24 23:22:0465
[email protected]280629492009-09-09 06:49:0866 "src/third_party/icu":
[email protected]a1f5b7e2011-07-25 17:18:2567 "/trunk/deps/third_party/icu46@93875",
[email protected]5f129de2009-02-24 23:22:0468
[email protected]adee30d2009-08-21 15:15:1669 "src/third_party/hunspell":
[email protected]bc0f4a4e2011-08-14 20:12:4170 "/trunk/deps/third_party/hunspell@96723",
[email protected]a0c303472010-06-03 03:32:3171
72 "src/third_party/hunspell_dictionaries":
[email protected]70e982a2011-04-07 23:38:1373 "/trunk/deps/third_party/hunspell_dictionaries@79099",
[email protected]5c965dd2009-09-04 21:11:4374
[email protected]1ebf8962010-09-28 17:51:5775 "src/third_party/safe_browsing/testing":
[email protected]a1980332010-11-16 00:22:3276 (Var("googlecode_url") % "google-safe-browsing") + "/trunk/testing@106",
[email protected]1ebf8962010-09-28 17:51:5777
[email protected]c97d3962011-04-08 17:21:3178 "src/third_party/cacheinvalidation/files/src/google":
[email protected]70e982a2011-04-07 23:38:1379 (Var("googlecode_url") % "google-cache-invalidation-api") +
[email protected]94387092011-08-02 22:55:1780 "/trunk/src/google@135",
[email protected]2cbb95c2010-04-23 03:03:2681
[email protected]0d773422011-08-16 11:20:5782 # TODO(dgrogan): Remove third_party/leveldb after WebCore.gyp is updated.
[email protected]9ce15e922011-03-22 22:24:4283 "src/third_party/leveldb":
[email protected]0fb3b9b2011-07-06 10:23:4884 (Var("googlecode_url") % "leveldb") + "/trunk@36",
[email protected]0d773422011-08-16 11:20:5785 "src/third_party/leveldatabase/src":
86 (Var("googlecode_url") % "leveldb") + "/trunk@47",
[email protected]9ce15e922011-03-22 22:24:4287
[email protected]9ce15e922011-03-22 22:24:4288 "src/third_party/snappy/src":
[email protected]723547f2011-05-24 16:26:4289 (Var("googlecode_url") % "snappy") + "/trunk@37",
[email protected]9ce15e922011-03-22 22:24:4290
[email protected]acb9f722010-03-25 17:14:5991 "src/tools/gyp":
[email protected]0c0564eb2011-08-14 19:48:0292 (Var("googlecode_url") % "gyp") + "/trunk@995",
[email protected]acb9f722010-03-25 17:14:5993
[email protected]5f129de2009-02-24 23:22:0494 "src/v8":
[email protected]5a939d32011-02-14 14:46:5895 (Var("googlecode_url") % "v8") + "/trunk@" + Var("v8_revision"),
[email protected]5f129de2009-02-24 23:22:0496
[email protected]3c221842009-07-13 21:09:3897 "src/native_client":
[email protected]8e303b22010-08-18 21:03:1298 Var("nacl_trunk") + "/src/native_client@" + Var("nacl_revision"),
[email protected]70e982a2011-04-07 23:38:1399
[email protected]0c3d29e2011-07-12 02:34:32100 "src/native_client/src/third_party/ppapi":
[email protected]bfc0c992011-07-16 02:49:47101 # TODO(brettw) enable the From() line instead when checkdeps is fixed.
[email protected]feda6552011-07-12 20:55:10102 #From("src/native_client", "native_client/src/third_party/ppapi"),
[email protected]bfc0c992011-07-16 02:49:47103 "/trunk/src/ppapi@" + Var("nacl_chrome_ppapi_revision"),
[email protected]0c3d29e2011-07-12 02:34:32104
[email protected]2d783342010-08-11 20:48:28105 "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin":
[email protected]b70ffd1f2010-09-08 22:50:17106 Var("nacl_trunk") + "/src/native_client/tests/prebuilt@" +
[email protected]2d783342010-08-11 20:48:28107 Var("nacl_revision"),
[email protected]3c221842009-07-13 21:09:38108
[email protected]f5364262011-07-22 17:57:59109 "src/third_party/sfntly/src/sfntly":
[email protected]67641c02011-08-03 20:16:20110 (Var("googlecode_url") % "sfntly") + "/trunk/cpp/src/sfntly@" +
[email protected]f5364262011-07-22 17:57:59111 Var("sfntly_revision"),
112
[email protected]a19c9b62011-01-21 03:43:39113 "src/third_party/skia/gpu":
114 (Var("googlecode_url") % "skia") + "/trunk/gpu@" + Var("skia_revision"),
115
[email protected]8eb0eeb2009-10-23 14:52:40116 "src/third_party/skia/src":
[email protected]0cf0cce2010-09-03 00:57:18117 (Var("googlecode_url") % "skia") + "/trunk/src@" + Var("skia_revision"),
[email protected]8eb0eeb2009-10-23 14:52:40118
119 "src/third_party/skia/include":
[email protected]0cf0cce2010-09-03 00:57:18120 (Var("googlecode_url") % "skia") + "/trunk/include@" + Var("skia_revision"),
[email protected]d5282e72009-05-13 13:16:52121
[email protected]c6fb9c462011-06-03 14:01:49122 "src/third_party/skia/third_party/glu":
123 (Var("googlecode_url") % "skia") + "/trunk/third_party/glu@" + Var("skia_revision"),
124
[email protected]e6e47fc2009-07-13 19:18:23125 "src/third_party/WebKit/LayoutTests":
[email protected]5f129de2009-02-24 23:22:04126 Var("webkit_trunk") + "/LayoutTests@" + Var("webkit_revision"),
127
[email protected]c1d9cdc2011-01-17 06:50:01128 "src/third_party/WebKit/Source":
129 Var("webkit_trunk") + "/Source@" + Var("webkit_revision"),
[email protected]dec7b172009-09-23 22:11:35130
[email protected]c92db212010-12-18 03:25:19131 "src/third_party/WebKit/Tools/DumpRenderTree":
132 Var("webkit_trunk") + "/Tools/DumpRenderTree@" + Var("webkit_revision"),
[email protected]55eb3972010-04-07 03:07:51133
[email protected]c92db212010-12-18 03:25:19134 "src/third_party/WebKit/Tools/Scripts":
135 Var("webkit_trunk") + "/Tools/Scripts@" + Var("webkit_revision"),
[email protected]f3d80d92010-02-09 01:57:54136
[email protected]d7bdd382009-11-13 02:15:59137 "src/third_party/ots":
[email protected]8bb55b562011-06-07 07:33:10138 (Var("googlecode_url") % "ots") + "/trunk@69",
[email protected]d7bdd382009-11-13 02:15:59139
[email protected]58734d62009-06-30 00:12:53140 "src/tools/page_cycler/acid3":
[email protected]060ab042009-07-13 21:39:51141 "/trunk/deps/page_cycler/acid3@19546",
[email protected]07352662009-07-13 23:22:33142
[email protected]40646b012011-07-26 02:30:26143 "src/chrome/test/data/perf/frame_rate/content":
144 "/trunk/deps/frame_rate/content@93671",
145
[email protected]2a18cabc2011-04-12 10:36:04146 "src/third_party/bidichecker":
[email protected]8183066d2011-05-08 00:33:41147 (Var("googlecode_url") % "bidichecker") + "/trunk/lib@4",
[email protected]2a18cabc2011-04-12 10:36:04148
[email protected]94e77c32011-08-12 17:54:29149 "src/third_party/v8-i18n":
[email protected]a100b9e22011-08-13 23:22:38150 (Var("googlecode_url") % "v8-i18n") + "/trunk@4",
[email protected]94e77c32011-08-12 17:54:29151
[email protected]8a63e4e82011-07-21 04:55:45152 "src/third_party/webgl_conformance":
[email protected]df23e7272011-07-21 22:41:56153 "/trunk/deps/third_party/webgl/sdk/tests@93490",
[email protected]1f7077f2011-07-12 12:58:05154
[email protected]2d8ea6b2010-12-18 05:06:44155 # We run these layout tests as UI tests. Since many of the buildbots that
[email protected]6d374492009-08-05 06:02:07156 # run layout tests do NOT have access to the LayoutTest directory, we need
[email protected]2d8ea6b2010-12-18 05:06:44157 # to map them here. In practice, these do not take up much space.
[email protected]6d374492009-08-05 06:02:07158 "src/chrome/test/data/layout_tests/LayoutTests/fast/events":
159 Var("webkit_trunk") + "/LayoutTests/fast/events@" +
160 Var("webkit_revision"),
[email protected]53d4e7d2009-09-24 05:14:30161 "src/chrome/test/data/layout_tests/LayoutTests/fast/js/resources":
162 Var("webkit_trunk") + "/LayoutTests/fast/js/resources@" +
163 Var("webkit_revision"),
[email protected]6d374492009-08-05 06:02:07164 "src/chrome/test/data/layout_tests/LayoutTests/fast/workers":
165 Var("webkit_trunk") + "/LayoutTests/fast/workers@" +
166 Var("webkit_revision"),
167 "src/chrome/test/data/layout_tests/LayoutTests/http/tests/resources":
168 Var("webkit_trunk") + "/LayoutTests/http/tests/resources@" +
169 Var("webkit_revision"),
170 "src/chrome/test/data/layout_tests/LayoutTests/http/tests/workers":
171 Var("webkit_trunk") + "/LayoutTests/http/tests/workers@" +
172 Var("webkit_revision"),
173 "src/chrome/test/data/layout_tests/LayoutTests/http/tests/xmlhttprequest":
174 Var("webkit_trunk") + "/LayoutTests/http/tests/xmlhttprequest@" +
175 Var("webkit_revision"),
[email protected]fc4c93122010-10-04 07:24:16176 "src/chrome/test/data/layout_tests/LayoutTests/http/tests/websocket/tests":
177 Var("webkit_trunk") + "/LayoutTests/http/tests/websocket/tests@" +
178 Var("webkit_revision"),
[email protected]4d19b9e2010-04-20 01:41:28179 "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium/fast/workers":
180 Var("webkit_trunk") + "/LayoutTests/platform/chromium/fast/workers@" +
181 Var("webkit_revision"),
[email protected]f6b551d2010-04-03 00:49:55182 "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-mac/fast/events":
183 Var("webkit_trunk") + "/LayoutTests/platform/chromium-mac/fast/events@" +
184 Var("webkit_revision"),
185 "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-mac/http/tests/workers":
186 Var("webkit_trunk") + "/LayoutTests/platform/chromium-mac/http/tests/workers@" +
187 Var("webkit_revision"),
188 "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-mac/storage/domstorage":
189 Var("webkit_trunk") + "/LayoutTests/platform/chromium-mac/storage/domstorage@" +
190 Var("webkit_revision"),
191 "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/events":
192 Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/fast/events@" +
193 Var("webkit_revision"),
194 "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/workers":
195 Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/fast/workers@" +
196 Var("webkit_revision"),
[email protected]446f96c2010-06-28 22:32:32197 "src/chrome/test/data/layout_tests/LayoutTests/http/tests/appcache":
198 Var("webkit_trunk") + "/LayoutTests/http/tests/appcache@" +
199 Var("webkit_revision"),
[email protected]f6b551d2010-04-03 00:49:55200 "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-win/http/tests/workers":
201 Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/http/tests/workers@" +
202 Var("webkit_revision"),
203 "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-win/storage/domstorage":
204 Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/storage/domstorage@" +
205 Var("webkit_revision"),
[email protected]6d374492009-08-05 06:02:07206 "src/chrome/test/data/layout_tests/LayoutTests/storage/domstorage":
207 Var("webkit_trunk") + "/LayoutTests/storage/domstorage@" +
208 Var("webkit_revision"),
[email protected]4e27e402010-08-21 00:54:18209 "src/chrome/test/data/layout_tests/LayoutTests/media":
210 Var("webkit_trunk") + "/LayoutTests/media@" +
211 Var("webkit_revision"),
[email protected]466ee602010-10-07 08:01:57212 "src/chrome/test/data/layout_tests/LayoutTests/fast/filesystem/workers":
213 Var("webkit_trunk") + "/LayoutTests/fast/filesystem/workers@" +
214 Var("webkit_revision"),
215 "src/chrome/test/data/layout_tests/LayoutTests/fast/filesystem/resources":
216 Var("webkit_trunk") + "/LayoutTests/fast/filesystem/resources@" +
217 Var("webkit_revision"),
[email protected]b520d4e32011-03-25 19:11:43218 "src/chrome/test/data/layout_tests/LayoutTests/http/tests/filesystem":
219 Var("webkit_trunk") + "/LayoutTests/http/tests/filesystem@" +
220 Var("webkit_revision"),
[email protected]9f341ec2010-01-27 20:59:35221
222 "src/third_party/swig/Lib":
223 "/trunk/deps/third_party/swig/Lib@" + Var("swig_revision"),
[email protected]e8ae38c2010-03-25 02:35:50224
[email protected]a0187c52011-03-19 20:47:19225 # WebDriver keeps client and test code separate, and merges when the
226 # python egg is installed. We run tests directly from src, so import
227 # the code into the structure expected by the tests.
228 "src/third_party/webdriver/python/selenium":
[email protected]f6e3a892011-07-28 23:31:20229 "http://selenium.googlecode.com/svn/trunk/py/selenium@13091",
[email protected]a0187c52011-03-19 20:47:19230 "src/third_party/webdriver/python/selenium/test":
[email protected]f6e3a892011-07-28 23:31:20231 "http://selenium.googlecode.com/svn/trunk/py/test@13091",
[email protected]d9b19e32011-01-29 02:09:08232
[email protected]a93c77b2010-11-04 00:08:47233 "src/third_party/libvpx":
234 "/trunk/deps/third_party/libvpx@" +
235 Var("libvpx_revision"),
236
[email protected]25ebc082010-06-02 06:13:07237 "src/third_party/ffmpeg":
238 "/trunk/deps/third_party/ffmpeg/source@" +
[email protected]e8ae38c2010-03-25 02:35:50239 Var("ffmpeg_revision"),
[email protected]e55badb2010-05-07 23:55:35240
[email protected]7b7a16b2010-06-03 04:08:18241 "src/third_party/libjingle/source":
[email protected]e18194c2011-05-27 02:42:41242 (Var("googlecode_url") % "libjingle") + "/trunk@" +
[email protected]7b7a16b2010-06-03 04:08:18243 Var("libjingle_revision"),
[email protected]68187f02010-08-17 16:50:07244
245 "src/third_party/speex":
[email protected]311cb802011-04-27 20:27:58246 "/trunk/deps/third_party/speex@83190",
[email protected]c038370e2010-09-22 20:20:12247
[email protected]53dc40512010-11-29 17:09:16248 "src/third_party/yasm/source/patched-yasm":
[email protected]eac6aa792011-02-04 06:33:00249 "/trunk/deps/third_party/yasm/patched-yasm@73761",
[email protected]76ce1522010-12-13 12:02:42250
251 "src/third_party/libjpeg_turbo":
[email protected]04bb1262011-08-09 08:53:37252 "/trunk/deps/third_party/libjpeg_turbo@95800",
[email protected]cc1b14652011-01-17 12:35:57253
254 "src/third_party/flac":
[email protected]58519ef2011-08-11 22:22:18255 "/trunk/deps/third_party/flac@96404",
[email protected]f94eda92011-02-25 00:34:00256
[email protected]4e7b5f92011-07-22 20:58:29257 "src/third_party/pyftpdlib/src":
258 (Var("googlecode_url") % "pyftpdlib") + "/trunk@888",
259
[email protected]f94eda92011-02-25 00:34:00260 # Needed to support nacl browser test jig.
261 "src/third_party/pylib":
[email protected]bfc0c992011-07-16 02:49:47262 # TODO(brettw) enable the From() line instead when checkdeps is fixed.
263 #From("src/native_client", "native_client/src/third_party/pylib"),
[email protected]91c3c3002011-05-06 20:00:05264 Var("nacl_trunk") + "/src/third_party/pylib@" + Var("nacl_tools_revision"),
[email protected]b67b0862011-03-28 17:42:36265 "src/third_party/scons-2.0.1":
[email protected]91c3c3002011-05-06 20:00:05266 Var("nacl_trunk") + "/src/third_party/scons-2.0.1@" +
267 Var("nacl_tools_revision"),
[email protected]185a6912011-06-17 19:34:07268
269 "src/third_party/webrtc":
[email protected]a1ed44a2011-07-19 16:29:25270 (Var("googlecode_url") % "webrtc") + "/trunk/src@" + Var("webrtc_revision"),
[email protected]5f129de2009-02-24 23:22:04271}
272
[email protected]00c517672010-11-04 00:27:29273
[email protected]5f129de2009-02-24 23:22:04274deps_os = {
275 "win": {
[email protected]997af212011-07-01 19:13:36276 "src/chrome/tools/test/reference_build/chrome_win":
277 "/trunk/deps/reference_builds/chrome_win@89574",
[email protected]b7373e52009-12-15 21:09:38278
[email protected]5f129de2009-02-24 23:22:04279 "src/third_party/cygwin":
[email protected]c4ecdcf2010-11-23 03:18:19280 "/trunk/deps/third_party/cygwin@66844",
[email protected]5f129de2009-02-24 23:22:04281
[email protected]c4ecdcf2010-11-23 03:18:19282 "src/third_party/python_26":
[email protected]58747b72011-06-15 00:47:06283 "/trunk/tools/third_party/python_26@89111",
[email protected]f73eb0b52009-08-08 01:13:39284
[email protected]7e6497f2011-03-30 18:52:23285 "src/third_party/psyco_win32":
286 "/trunk/deps/third_party/psyco_win32@79861",
287
[email protected]5b30d472009-12-03 22:02:38288 "src/third_party/lighttpd":
289 "/trunk/deps/third_party/lighttpd@33727",
290
[email protected]e0d00142009-09-18 22:10:27291 "src/third_party/ffmpeg/binaries/chromium/win/ia32":
292 "/trunk/deps/third_party/ffmpeg/binaries/win@" + Var("ffmpeg_revision"),
[email protected]1cf6e882009-09-15 23:18:42293
[email protected]844090612009-09-25 15:03:34294 # Chrome Frame related deps
295 "src/third_party/xulrunner-sdk":
[email protected]d5692bd2011-02-05 05:46:33296 "/trunk/deps/third_party/xulrunner-sdk@71609",
[email protected]997af212011-07-01 19:13:36297 "src/chrome_frame/tools/test/reference_build/chrome_win":
298 "/trunk/deps/reference_builds/chrome_win@89574",
[email protected]35770312009-10-28 01:21:48299
300 # Parses Windows PE/COFF executable format.
301 "src/third_party/pefile":
[email protected]0cf0cce2010-09-03 00:57:18302 (Var("googlecode_url") % "pefile") + "/trunk@63",
[email protected]4b167a32010-01-25 17:54:08303
304 # NSS, for SSLClientSocketNSS.
305 "src/third_party/nss":
[email protected]422c2072011-08-01 22:03:13306 "/trunk/deps/third_party/nss@94921",
[email protected]9f341ec2010-01-27 20:59:35307
308 "src/third_party/swig/win":
309 "/trunk/deps/third_party/swig/win@" + Var("swig_revision"),
[email protected]3b32fa62010-02-25 23:17:09310
311 "src/third_party/mingw-w64/mingw/bin":
[email protected]91c3c3002011-05-06 20:00:05312 (Var("nacl_trunk") + "/src/third_party/mingw-w64/mingw/bin@" +
313 Var("nacl_tools_revision")),
[email protected]1c262172010-06-10 15:25:46314
315 "src/rlz":
[email protected]3ef7fb0d2011-08-15 20:56:13316 (Var("googlecode_url") % "rlz") + "/trunk@46",
[email protected]76ce1522010-12-13 12:02:42317
318 # Dependencies used by libjpeg-turbo
319 "src/third_party/yasm/binaries":
[email protected]47ecab802011-03-15 03:25:34320 "/trunk/deps/third_party/yasm/binaries@74228",
[email protected]51ce0e172011-08-05 16:16:23321
322 # Binary level profile guided optimizations. This points to the
323 # latest release binaries for the toolchain.
324 "src/third_party/syzygy/binaries":
[email protected]29c55822011-08-15 17:45:06325 (Var("googlecode_url") % "sawbuck") + "/trunk/syzygy/binaries@398",
[email protected]5f129de2009-02-24 23:22:04326 },
327 "mac": {
[email protected]b7373e52009-12-15 21:09:38328 "src/chrome/tools/test/reference_build/chrome_mac":
[email protected]997af212011-07-01 19:13:36329 "/trunk/deps/reference_builds/chrome_mac@89574",
[email protected]b7373e52009-12-15 21:09:38330
[email protected]5f129de2009-02-24 23:22:04331 "src/third_party/GTM":
[email protected]16bcfa592011-08-09 20:41:32332 (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@453",
[email protected]5f129de2009-02-24 23:22:04333 "src/third_party/pdfsqueeze":
[email protected]46db5eae2011-01-19 19:19:44334 (Var("googlecode_url") % "pdfsqueeze") + "/trunk@4",
[email protected]5b30d472009-12-03 22:02:38335 "src/third_party/lighttpd":
[email protected]06cafed2009-12-03 22:33:33336 "/trunk/deps/third_party/lighttpd@33737",
[email protected]5b30d472009-12-03 22:02:38337
[email protected]060ab042009-07-13 21:39:51338 "src/third_party/WebKit/WebKitLibraries":
339 Var("webkit_trunk") + "/WebKitLibraries@" + Var("webkit_revision"),
[email protected]e0d00142009-09-18 22:10:27340
[email protected]9f341ec2010-01-27 20:59:35341 "src/third_party/swig/mac":
342 "/trunk/deps/third_party/swig/mac@" + Var("swig_revision"),
[email protected]d4852bd2010-05-28 16:56:22343
344 # NSS, for SSLClientSocketNSS.
345 "src/third_party/nss":
[email protected]422c2072011-08-01 22:03:13346 "/trunk/deps/third_party/nss@94921",
[email protected]82f869be2010-06-22 20:33:50347
348 "src/chrome/installer/mac/third_party/xz/xz":
[email protected]aef5bbf2011-06-02 22:22:39349 "/trunk/deps/third_party/xz@87706",
[email protected]5f129de2009-02-24 23:22:04350 },
[email protected]ef525cc2009-07-10 17:08:16351 "unix": {
352 # Linux, really.
[email protected]b7373e52009-12-15 21:09:38353 "src/chrome/tools/test/reference_build/chrome_linux":
[email protected]997af212011-07-01 19:13:36354 "/trunk/deps/reference_builds/chrome_linux@89574",
[email protected]b7373e52009-12-15 21:09:38355
[email protected]ef525cc2009-07-10 17:08:16356 "src/third_party/xdg-utils":
[email protected]abb6a1e2011-07-21 07:56:45357 "/trunk/deps/third_party/xdg-utils@93299",
[email protected]e0d00142009-09-18 22:10:27358
[email protected]9f341ec2010-01-27 20:59:35359 "src/third_party/swig/linux":
360 "/trunk/deps/third_party/swig/linux@" + Var("swig_revision"),
[email protected]8351a632010-09-24 19:19:10361
362 "src/third_party/lss":
[email protected]a3a375d2010-10-31 23:27:44363 (Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@3",
[email protected]8f205b02010-11-10 22:48:17364
365 "src/third_party/openssl":
[email protected]40d303d2011-08-05 15:17:25366 "/trunk/deps/third_party/openssl@94299",
[email protected]43e75632011-03-07 19:02:33367
368 "src/third_party/WebKit/Tools/gdb":
369 Var("webkit_trunk") + "/Tools/gdb@" + Var("webkit_revision"),
[email protected]ef525cc2009-07-10 17:08:16370 },
[email protected]5f129de2009-02-24 23:22:04371}
372
373
374include_rules = [
375 # Everybody can use some things.
376 "+base",
377 "+build",
[email protected]946d1b22009-07-22 23:57:21378 "+ipc",
[email protected]5f129de2009-02-24 23:22:04379
380 # For now, we allow ICU to be included by specifying "unicode/...", although
[email protected]00feb462010-08-21 02:55:43381 # this should probably change.
[email protected]5f129de2009-02-24 23:22:04382 "+unicode",
383 "+testing",
[email protected]5f129de2009-02-24 23:22:04384]
385
386
387# checkdeps.py shouldn't check include paths for files in these dirs:
388skip_child_includes = [
[email protected]5b7937e2010-11-04 23:37:18389 "breakpad",
390 "chrome_frame",
[email protected]5b7937e2010-11-04 23:37:18391 "native_client",
392 "o3d",
[email protected]0dd3a0ab2011-02-18 08:17:44393 "pdf",
[email protected]5b7937e2010-11-04 23:37:18394 "sdch",
395 "skia",
396 "testing",
397 "third_party",
398 "v8",
[email protected]5f129de2009-02-24 23:22:04399]
[email protected]bfa24b962009-03-02 00:16:16400
401
402hooks = [
403 {
[email protected]154c6712009-09-16 19:44:02404 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
[email protected]be4948c2009-09-22 03:59:44405 "pattern": ".",
[email protected]5bf090e2009-10-05 20:48:38406 "action": ["python", "src/build/gyp_chromium"],
[email protected]bfa24b962009-03-02 00:16:16407 },
[email protected]b4e6d2db2011-04-28 00:32:50408 {
409 # This downloads binaries for Native Client's integrated runtime (IRT)
410 # library, which is built as NaCl untrusted code.
411 "pattern": ".",
412 "action": ["python", "src/build/download_nacl_irt.py",
413 "--nacl_revision", Var("nacl_revision"),
414 "--file_hash", "x86_32", Var("nacl_irt_hash_x86_32"),
415 "--file_hash", "x86_64", Var("nacl_irt_hash_x86_64")],
416 },
[email protected]bfa24b962009-03-02 00:16:16417]