[go: nahoru, domu]

blob: 4037f903cdcb853d146559515a3b97ef81349968 [file] [log] [blame]
mark@chromium.org5f129de2009-02-24 23:22:041vars = {
nsylvain@chromium.org44a2e452010-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.
tessamac@google.com0cf0cce2010-09-03 00:57:184 "googlecode_url": "http://%s.googlecode.com/svn",
bradnelson@google.com8e303b22010-08-18 21:03:125 "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk",
bradnelson@google.comd657f3cc2010-09-02 03:44:046 "nacl_trunk": "http://src.chromium.org/native_client/trunk",
andreip@chromium.orgea869e42011-08-11 13:19:437 "webkit_revision": "92837",
apavlov@chromium.orge39a5ac2010-10-12 14:47:598 "chromium_git": "http://git.chromium.org/git",
kkania@chromium.orgea6528b2010-12-16 19:06:479 "swig_revision": "69281",
mseaborn@chromium.orgb4e6d2db2011-04-28 00:32:5010 # These hashes need to be updated when nacl_revision is changed.
polina@google.com1b4f12622011-07-08 01:02:3011 # After changing nacl_revision, run 'gclient runhooks' to get the new values.
mseaborn@chromium.org31b6c3fb2011-08-11 02:02:2412 "nacl_irt_hash_x86_32": "79e8a37476f4aaf32c13a2eebd5d5e0ec46108ae",
13 "nacl_irt_hash_x86_64": "d7c6116510f359d7dd675c5e92c3d25b3b976cd7",
14 "nacl_revision": "6386",
polina@google.combfc0c992011-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.
ncbray@google.comb9800daa2011-07-25 22:30:4619 "nacl_chrome_ppapi_revision": "93797", # native_client/DEPS: chrome_ppapi_rev
polina@google.combfc0c992011-07-16 02:49:4720 "nacl_tools_revision": "5360", # native_client/DEPS: tools_rev
sergeyu@chromium.orge86b28f2011-07-29 22:21:0721 "libjingle_revision": "77",
hclam@chromium.org11e24d42011-08-11 14:47:3222 "libvpx_revision": "96377",
23 "ffmpeg_revision": "96373",
arthurhsu@chromium.org83234152011-08-11 11:31:1724 "sfntly_revision": "43",
epoger@google.com7c3b4212011-08-11 14:42:5725 "skia_revision": "2096",
jkummerow@chromium.orgd30db2d2011-08-11 14:19:3026 "v8_revision": "8902",
wjia@chromium.org13505e52011-08-05 21:19:5027 "webrtc_revision": "242",
thakis@chromium.org001df302011-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.
31 "clang_revision": "136602",
mark@chromium.org5f129de2009-02-24 23:22:0432}
mark@chromium.org5f129de2009-02-24 23:22:0433
34deps = {
35 "src/breakpad/src":
mark@chromium.orgfa1f56d2011-08-11 14:12:0236 (Var("googlecode_url") % "google-breakpad") + "/trunk/src@825",
mark@chromium.org5f129de2009-02-24 23:22:0437
slightlyoff@chromium.org74647d22009-06-23 01:13:5238 "src/build/util/support":
maruel@chromium.org9ff126f2009-08-04 17:32:0339 "/trunk/deps/support@20411",
slightlyoff@chromium.org74647d22009-06-23 01:13:5240
mark@chromium.org5f129de2009-02-24 23:22:0441 "src/googleurl":
joth@chromium.org86fa10522011-07-12 12:24:5742 (Var("googlecode_url") % "google-url") + "/trunk@159",
mark@chromium.org5f129de2009-02-24 23:22:0443
mseaborn@chromium.org808ea572010-09-01 16:22:0144 "src/seccompsandbox":
markus@chromium.org178ee0e2011-07-20 17:54:4645 (Var("googlecode_url") % "seccompsandbox") + "/trunk@160",
mseaborn@chromium.org808ea572010-09-01 16:22:0146
mark@chromium.org5f129de2009-02-24 23:22:0447 "src/sdch/open-vcdiff":
tessamac@google.com0cf0cce2010-09-03 00:57:1848 (Var("googlecode_url") % "open-vcdiff") + "/trunk@28",
mark@chromium.org5f129de2009-02-24 23:22:0449
50 "src/testing/gtest":
jeffbailey@chromium.org62e9f2a2011-04-02 07:00:1951 (Var("googlecode_url") % "googletest") + "/trunk@560",
alokp@chromium.org4303d6b02010-04-19 15:59:5152
thakis@chromium.orgc6bc0bd22011-01-27 19:55:0653 "src/testing/gmock":
jeffbailey@chromium.org62e9f2a2011-04-02 07:00:1954 (Var("googlecode_url") % "googlemock") + "/trunk@374",
thakis@chromium.orgc6bc0bd22011-01-27 19:55:0655
alokp@chromium.org121de342010-04-28 22:52:4356 "src/third_party/angle":
gman@chromium.org6f9ae7e2011-08-11 03:50:0657 (Var("googlecode_url") % "angleproject") + "/trunk@723",
alokp@chromium.org121de342010-04-28 22:52:4358
evan@chromium.org1ec9e292011-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.
mark@chromium.org5f129de2009-02-24 23:22:0463 "src/third_party/WebKit":
abarth@chromium.org8cf26422011-02-27 00:33:4464 "/trunk/deps/third_party/WebKit@76115",
mark@chromium.org5f129de2009-02-24 23:22:0465
jshin@chromium.org280629492009-09-09 06:49:0866 "src/third_party/icu":
jshin@chromium.orga1f5b7e2011-07-25 17:18:2567 "/trunk/deps/third_party/icu46@93875",
mark@chromium.org5f129de2009-02-24 23:22:0468
mhm@chromium.orgadee30d2009-08-21 15:15:1669 "src/third_party/hunspell":
tfarina@chromium.org27223832011-08-06 16:28:3470 "/trunk/deps/third_party/hunspell@95712",
hbono@chromium.orga0c303472010-06-03 03:32:3171
72 "src/third_party/hunspell_dictionaries":
akalin@chromium.org70e982a2011-04-07 23:38:1373 "/trunk/deps/third_party/hunspell_dictionaries@79099",
bradnelson@chromium.org5c965dd2009-09-04 21:11:4374
lzheng@chromium.org1ebf8962010-09-28 17:51:5775 "src/third_party/safe_browsing/testing":
lzheng@chromium.orga1980332010-11-16 00:22:3276 (Var("googlecode_url") % "google-safe-browsing") + "/trunk/testing@106",
lzheng@chromium.org1ebf8962010-09-28 17:51:5777
akalin@chromium.orgc97d3962011-04-08 17:21:3178 "src/third_party/cacheinvalidation/files/src/google":
akalin@chromium.org70e982a2011-04-07 23:38:1379 (Var("googlecode_url") % "google-cache-invalidation-api") +
ghc@google.com94387092011-08-02 22:55:1780 "/trunk/src/google@135",
akalin@chromium.org2cbb95c2010-04-23 03:03:2681
jorlow@chromium.org9ce15e922011-03-22 22:24:4282 "src/third_party/leveldb":
hans@chromium.org0fb3b9b2011-07-06 10:23:4883 (Var("googlecode_url") % "leveldb") + "/trunk@36",
jorlow@chromium.org9ce15e922011-03-22 22:24:4284
jorlow@chromium.org9ce15e922011-03-22 22:24:4285 "src/third_party/snappy/src":
dgrogan@chromium.org723547f2011-05-24 16:26:4286 (Var("googlecode_url") % "snappy") + "/trunk@37",
jorlow@chromium.org9ce15e922011-03-22 22:24:4287
mmoss@google.comacb9f722010-03-25 17:14:5988 "src/tools/gyp":
hclam@chromium.org11e24d42011-08-11 14:47:3289 (Var("googlecode_url") % "gyp") + "/trunk@990",
mmoss@google.comacb9f722010-03-25 17:14:5990
mark@chromium.org5f129de2009-02-24 23:22:0491 "src/v8":
sgjesse@google.com5a939d32011-02-14 14:46:5892 (Var("googlecode_url") % "v8") + "/trunk@" + Var("v8_revision"),
mark@chromium.org5f129de2009-02-24 23:22:0493
bradnelson@chromium.org3c221842009-07-13 21:09:3894 "src/native_client":
bradnelson@google.com8e303b22010-08-18 21:03:1295 Var("nacl_trunk") + "/src/native_client@" + Var("nacl_revision"),
akalin@chromium.org70e982a2011-04-07 23:38:1396
brettw@chromium.org0c3d29e2011-07-12 02:34:3297 "src/native_client/src/third_party/ppapi":
polina@google.combfc0c992011-07-16 02:49:4798 # TODO(brettw) enable the From() line instead when checkdeps is fixed.
cmp@chromium.orgfeda6552011-07-12 20:55:1099 #From("src/native_client", "native_client/src/third_party/ppapi"),
polina@google.combfc0c992011-07-16 02:49:47100 "/trunk/src/ppapi@" + Var("nacl_chrome_ppapi_revision"),
brettw@chromium.org0c3d29e2011-07-12 02:34:32101
gregoryd@google.com2d783342010-08-11 20:48:28102 "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin":
mal@chromium.orgb70ffd1f2010-09-08 22:50:17103 Var("nacl_trunk") + "/src/native_client/tests/prebuilt@" +
gregoryd@google.com2d783342010-08-11 20:48:28104 Var("nacl_revision"),
reed@google.com2c5d73582011-01-20 20:56:51105
arthurhsu@chromium.orgf5364262011-07-22 17:57:59106 "src/third_party/sfntly/src/sfntly":
arthurhsu@chromium.org67641c02011-08-03 20:16:20107 (Var("googlecode_url") % "sfntly") + "/trunk/cpp/src/sfntly@" +
arthurhsu@chromium.orgf5364262011-07-22 17:57:59108 Var("sfntly_revision"),
109
thakis@chromium.orga19c9b62011-01-21 03:43:39110 "src/third_party/skia/gpu":
111 (Var("googlecode_url") % "skia") + "/trunk/gpu@" + Var("skia_revision"),
112
senorblanco@chromium.org8eb0eeb2009-10-23 14:52:40113 "src/third_party/skia/src":
tessamac@google.com0cf0cce2010-09-03 00:57:18114 (Var("googlecode_url") % "skia") + "/trunk/src@" + Var("skia_revision"),
senorblanco@chromium.org8eb0eeb2009-10-23 14:52:40115
116 "src/third_party/skia/include":
tessamac@google.com0cf0cce2010-09-03 00:57:18117 (Var("googlecode_url") % "skia") + "/trunk/include@" + Var("skia_revision"),
senorblanco@chromium.orgd5282e72009-05-13 13:16:52118
senorblanco@chromium.orgc6fb9c462011-06-03 14:01:49119 "src/third_party/skia/third_party/glu":
120 (Var("googlecode_url") % "skia") + "/trunk/third_party/glu@" + Var("skia_revision"),
121
victorw@chromium.orge6e47fc2009-07-13 19:18:23122 "src/third_party/WebKit/LayoutTests":
mark@chromium.org5f129de2009-02-24 23:22:04123 Var("webkit_trunk") + "/LayoutTests@" + Var("webkit_revision"),
124
abarth@chromium.orgc1d9cdc2011-01-17 06:50:01125 "src/third_party/WebKit/Source":
126 Var("webkit_trunk") + "/Source@" + Var("webkit_revision"),
dglazkov@chromium.org63a73b52010-02-27 00:30:18127
tonyg@chromium.orgc92db212010-12-18 03:25:19128 "src/third_party/WebKit/Tools/DumpRenderTree":
129 Var("webkit_trunk") + "/Tools/DumpRenderTree@" + Var("webkit_revision"),
tkent@chromium.org55eb3972010-04-07 03:07:51130
tonyg@chromium.orgc92db212010-12-18 03:25:19131 "src/third_party/WebKit/Tools/Scripts":
132 Var("webkit_trunk") + "/Tools/Scripts@" + Var("webkit_revision"),
dpranke@chromium.orgf3d80d92010-02-09 01:57:54133
yusukes@google.comd7bdd382009-11-13 02:15:59134 "src/third_party/ots":
yusukes@google.com8bb55b562011-06-07 07:33:10135 (Var("googlecode_url") % "ots") + "/trunk@69",
yusukes@google.comd7bdd382009-11-13 02:15:59136
cmp@google.com58734d62009-06-30 00:12:53137 "src/tools/page_cycler/acid3":
tc@google.com060ab042009-07-13 21:39:51138 "/trunk/deps/page_cycler/acid3@19546",
avi@chromium.org07352662009-07-13 23:22:33139
jrt@chromium.org40646b012011-07-26 02:30:26140 "src/chrome/test/data/perf/frame_rate/content":
141 "/trunk/deps/frame_rate/content@93671",
142
ofri@google.com2a18cabc2011-04-12 10:36:04143 "src/third_party/bidichecker":
nsylvain@chromium.org8183066d2011-05-08 00:33:41144 (Var("googlecode_url") % "bidichecker") + "/trunk/lib@4",
ofri@google.com2a18cabc2011-04-12 10:36:04145
jrt@chromium.org8a63e4e2011-07-21 04:55:45146 "src/third_party/webgl_conformance":
jrt@chromium.orgdf23e7272011-07-21 22:41:56147 "/trunk/deps/third_party/webgl/sdk/tests@93490",
jrt@chromium.org1f7077f2011-07-12 12:58:05148
tonyg@chromium.org2d8ea6b2010-12-18 05:06:44149 # We run these layout tests as UI tests. Since many of the buildbots that
jorlow@chromium.org6d374492009-08-05 06:02:07150 # run layout tests do NOT have access to the LayoutTest directory, we need
tonyg@chromium.org2d8ea6b2010-12-18 05:06:44151 # to map them here. In practice, these do not take up much space.
jorlow@chromium.org6d374492009-08-05 06:02:07152 "src/chrome/test/data/layout_tests/LayoutTests/fast/events":
153 Var("webkit_trunk") + "/LayoutTests/fast/events@" +
154 Var("webkit_revision"),
atwilson@chromium.org53d4e7d2009-09-24 05:14:30155 "src/chrome/test/data/layout_tests/LayoutTests/fast/js/resources":
156 Var("webkit_trunk") + "/LayoutTests/fast/js/resources@" +
157 Var("webkit_revision"),
jorlow@chromium.org6d374492009-08-05 06:02:07158 "src/chrome/test/data/layout_tests/LayoutTests/fast/workers":
159 Var("webkit_trunk") + "/LayoutTests/fast/workers@" +
160 Var("webkit_revision"),
161 "src/chrome/test/data/layout_tests/LayoutTests/http/tests/resources":
162 Var("webkit_trunk") + "/LayoutTests/http/tests/resources@" +
163 Var("webkit_revision"),
164 "src/chrome/test/data/layout_tests/LayoutTests/http/tests/workers":
165 Var("webkit_trunk") + "/LayoutTests/http/tests/workers@" +
166 Var("webkit_revision"),
167 "src/chrome/test/data/layout_tests/LayoutTests/http/tests/xmlhttprequest":
168 Var("webkit_trunk") + "/LayoutTests/http/tests/xmlhttprequest@" +
169 Var("webkit_revision"),
ukai@chromium.orgfc4c93122010-10-04 07:24:16170 "src/chrome/test/data/layout_tests/LayoutTests/http/tests/websocket/tests":
171 Var("webkit_trunk") + "/LayoutTests/http/tests/websocket/tests@" +
172 Var("webkit_revision"),
dimich@chromium.org4d19b9e2010-04-20 01:41:28173 "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium/fast/workers":
174 Var("webkit_trunk") + "/LayoutTests/platform/chromium/fast/workers@" +
175 Var("webkit_revision"),
dpranke@chromium.orgf6b551d2010-04-03 00:49:55176 "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-mac/fast/events":
177 Var("webkit_trunk") + "/LayoutTests/platform/chromium-mac/fast/events@" +
178 Var("webkit_revision"),
179 "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-mac/http/tests/workers":
180 Var("webkit_trunk") + "/LayoutTests/platform/chromium-mac/http/tests/workers@" +
181 Var("webkit_revision"),
182 "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-mac/storage/domstorage":
183 Var("webkit_trunk") + "/LayoutTests/platform/chromium-mac/storage/domstorage@" +
184 Var("webkit_revision"),
185 "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/events":
186 Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/fast/events@" +
187 Var("webkit_revision"),
188 "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/workers":
189 Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/fast/workers@" +
190 Var("webkit_revision"),
michaeln@chromium.org446f96c2010-06-28 22:32:32191 "src/chrome/test/data/layout_tests/LayoutTests/http/tests/appcache":
192 Var("webkit_trunk") + "/LayoutTests/http/tests/appcache@" +
193 Var("webkit_revision"),
dpranke@chromium.orgf6b551d2010-04-03 00:49:55194 "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-win/http/tests/workers":
195 Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/http/tests/workers@" +
196 Var("webkit_revision"),
197 "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-win/storage/domstorage":
198 Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/storage/domstorage@" +
199 Var("webkit_revision"),
jorlow@chromium.org6d374492009-08-05 06:02:07200 "src/chrome/test/data/layout_tests/LayoutTests/storage/domstorage":
201 Var("webkit_trunk") + "/LayoutTests/storage/domstorage@" +
202 Var("webkit_revision"),
sergeyu@chromium.org4e27e402010-08-21 00:54:18203 "src/chrome/test/data/layout_tests/LayoutTests/media":
204 Var("webkit_trunk") + "/LayoutTests/media@" +
205 Var("webkit_revision"),
kinuko@chromium.org466ee602010-10-07 08:01:57206 "src/chrome/test/data/layout_tests/LayoutTests/fast/filesystem/workers":
207 Var("webkit_trunk") + "/LayoutTests/fast/filesystem/workers@" +
208 Var("webkit_revision"),
209 "src/chrome/test/data/layout_tests/LayoutTests/fast/filesystem/resources":
210 Var("webkit_trunk") + "/LayoutTests/fast/filesystem/resources@" +
211 Var("webkit_revision"),
adamk@chromium.orgb520d4e32011-03-25 19:11:43212 "src/chrome/test/data/layout_tests/LayoutTests/http/tests/filesystem":
213 Var("webkit_trunk") + "/LayoutTests/http/tests/filesystem@" +
214 Var("webkit_revision"),
nirnimesh@chromium.org9f341ec2010-01-27 20:59:35215
216 "src/third_party/swig/Lib":
217 "/trunk/deps/third_party/swig/Lib@" + Var("swig_revision"),
scherkus@chromium.orge8ae38c2010-03-25 02:35:50218
kkania@chromium.orga0187c52011-03-19 20:47:19219 # WebDriver keeps client and test code separate, and merges when the
220 # python egg is installed. We run tests directly from src, so import
221 # the code into the structure expected by the tests.
222 "src/third_party/webdriver/python/selenium":
kkania@chromium.orgf6e3a892011-07-28 23:31:20223 "http://selenium.googlecode.com/svn/trunk/py/selenium@13091",
kkania@chromium.orga0187c52011-03-19 20:47:19224 "src/third_party/webdriver/python/selenium/test":
kkania@chromium.orgf6e3a892011-07-28 23:31:20225 "http://selenium.googlecode.com/svn/trunk/py/test@13091",
kkania@chromium.orgd9b19e32011-01-29 02:09:08226
fbarchard@chromium.orga93c77b2010-11-04 00:08:47227 "src/third_party/libvpx":
228 "/trunk/deps/third_party/libvpx@" +
229 Var("libvpx_revision"),
230
scherkus@chromium.org25ebc082010-06-02 06:13:07231 "src/third_party/ffmpeg":
232 "/trunk/deps/third_party/ffmpeg/source@" +
scherkus@chromium.orge8ae38c2010-03-25 02:35:50233 Var("ffmpeg_revision"),
rafaelw@chromium.org460793842010-11-03 16:58:24234
sergeyu@chromium.org7b7a16b2010-06-03 04:08:18235 "src/third_party/libjingle/source":
sergeyu@chromium.orge18194c2011-05-27 02:42:41236 (Var("googlecode_url") % "libjingle") + "/trunk@" +
sergeyu@chromium.org7b7a16b2010-06-03 04:08:18237 Var("libjingle_revision"),
satish@chromium.org68187f02010-08-17 16:50:07238
239 "src/third_party/speex":
maruel@chromium.org311cb802011-04-27 20:27:58240 "/trunk/deps/third_party/speex@83190",
sergeyu@chromium.orgc038370e2010-09-22 20:20:12241
fbarchard@chromium.org53dc40512010-11-29 17:09:16242 "src/third_party/yasm/source/patched-yasm":
hbono@chromium.orgeac6aa792011-02-04 06:33:00243 "/trunk/deps/third_party/yasm/patched-yasm@73761",
hbono@chromium.org76ce1522010-12-13 12:02:42244
245 "src/third_party/libjpeg_turbo":
hbono@chromium.org04bb1262011-08-09 08:53:37246 "/trunk/deps/third_party/libjpeg_turbo@95800",
satish@chromium.orgcc1b14652011-01-17 12:35:57247
248 "src/third_party/flac":
phajdan.jr@chromium.org0282cfc2011-02-25 07:40:54249 "/trunk/deps/third_party/flac@75901",
bradnelson@google.comf94eda92011-02-25 00:34:00250
phajdan.jr@chromium.org4e7b5f92011-07-22 20:58:29251 "src/third_party/pyftpdlib/src":
252 (Var("googlecode_url") % "pyftpdlib") + "/trunk@888",
253
bradnelson@google.comf94eda92011-02-25 00:34:00254 # Needed to support nacl browser test jig.
255 "src/third_party/pylib":
polina@google.combfc0c992011-07-16 02:49:47256 # TODO(brettw) enable the From() line instead when checkdeps is fixed.
257 #From("src/native_client", "native_client/src/third_party/pylib"),
thakis@chromium.org91c3c3002011-05-06 20:00:05258 Var("nacl_trunk") + "/src/third_party/pylib@" + Var("nacl_tools_revision"),
bradnelson@google.comb67b0862011-03-28 17:42:36259 "src/third_party/scons-2.0.1":
thakis@chromium.org91c3c3002011-05-06 20:00:05260 Var("nacl_trunk") + "/src/third_party/scons-2.0.1@" +
261 Var("nacl_tools_revision"),
henrika@chromium.org185a6912011-06-17 19:34:07262
263 "src/third_party/webrtc":
wjia@chromium.orga1ed44a2011-07-19 16:29:25264 (Var("googlecode_url") % "webrtc") + "/trunk/src@" + Var("webrtc_revision"),
mark@chromium.org5f129de2009-02-24 23:22:04265}
266
fbarchard@chromium.org00c517672010-11-04 00:27:29267
mark@chromium.org5f129de2009-02-24 23:22:04268deps_os = {
269 "win": {
jrt@chromium.org997af212011-07-01 19:13:36270 "src/chrome/tools/test/reference_build/chrome_win":
271 "/trunk/deps/reference_builds/chrome_win@89574",
eblake@chromium.orgb7373e52009-12-15 21:09:38272
mark@chromium.org5f129de2009-02-24 23:22:04273 "src/third_party/cygwin":
bradnelson@google.comc4ecdcf2010-11-23 03:18:19274 "/trunk/deps/third_party/cygwin@66844",
mark@chromium.org5f129de2009-02-24 23:22:04275
bradnelson@google.comc4ecdcf2010-11-23 03:18:19276 "src/third_party/python_26":
pkasting@chromium.org58747b72011-06-15 00:47:06277 "/trunk/tools/third_party/python_26@89111",
ajwong@chromium.orgf73eb0b52009-08-08 01:13:39278
joi@chromium.org7e6497f2011-03-30 18:52:23279 "src/third_party/psyco_win32":
280 "/trunk/deps/third_party/psyco_win32@79861",
281
tony@chromium.org5b30d472009-12-03 22:02:38282 "src/third_party/lighttpd":
283 "/trunk/deps/third_party/lighttpd@33727",
284
ajwong@chromium.orge0d00142009-09-18 22:10:27285 "src/third_party/ffmpeg/binaries/chromium/win/ia32":
286 "/trunk/deps/third_party/ffmpeg/binaries/win@" + Var("ffmpeg_revision"),
nick@chromium.org1cf6e882009-09-15 23:18:42287
robertshield@chromium.org844090612009-09-25 15:03:34288 # Chrome Frame related deps
289 "src/third_party/xulrunner-sdk":
mal@chromium.orgd5692bd2011-02-05 05:46:33290 "/trunk/deps/third_party/xulrunner-sdk@71609",
jrt@chromium.org997af212011-07-01 19:13:36291 "src/chrome_frame/tools/test/reference_build/chrome_win":
292 "/trunk/deps/reference_builds/chrome_win@89574",
scherkus@chromium.org35770312009-10-28 01:21:48293
294 # Parses Windows PE/COFF executable format.
295 "src/third_party/pefile":
tessamac@google.com0cf0cce2010-09-03 00:57:18296 (Var("googlecode_url") % "pefile") + "/trunk@63",
wtc@chromium.org4b167a32010-01-25 17:54:08297
298 # NSS, for SSLClientSocketNSS.
299 "src/third_party/nss":
wtc@chromium.org422c2072011-08-01 22:03:13300 "/trunk/deps/third_party/nss@94921",
nirnimesh@chromium.org9f341ec2010-01-27 20:59:35301
302 "src/third_party/swig/win":
303 "/trunk/deps/third_party/swig/win@" + Var("swig_revision"),
gregoryd@google.com3b32fa62010-02-25 23:17:09304
305 "src/third_party/mingw-w64/mingw/bin":
thakis@chromium.org91c3c3002011-05-06 20:00:05306 (Var("nacl_trunk") + "/src/third_party/mingw-w64/mingw/bin@" +
307 Var("nacl_tools_revision")),
rogerta@google.com1c262172010-06-10 15:25:46308
309 "src/rlz":
rogerta@chromium.orgbbd15f62011-07-29 21:59:27310 (Var("googlecode_url") % "rlz") + "/trunk@44",
hbono@chromium.org76ce1522010-12-13 12:02:42311
312 # Dependencies used by libjpeg-turbo
313 "src/third_party/yasm/binaries":
bradnelson@google.com47ecab802011-03-15 03:25:34314 "/trunk/deps/third_party/yasm/binaries@74228",
rogerm@google.com51ce0e172011-08-05 16:16:23315
316 # Binary level profile guided optimizations. This points to the
317 # latest release binaries for the toolchain.
318 "src/third_party/syzygy/binaries":
siggi@chromium.orgc063bb52011-08-10 23:59:08319 "https://sawbuck.googlecode.com/svn/trunk/syzygy/binaries@396",
mark@chromium.org5f129de2009-02-24 23:22:04320 },
321 "mac": {
eblake@chromium.orgb7373e52009-12-15 21:09:38322 "src/chrome/tools/test/reference_build/chrome_mac":
jrt@chromium.org997af212011-07-01 19:13:36323 "/trunk/deps/reference_builds/chrome_mac@89574",
eblake@chromium.orgb7373e52009-12-15 21:09:38324
mark@chromium.org5f129de2009-02-24 23:22:04325 "src/third_party/GTM":
rsesek@chromium.org16bcfa52011-08-09 20:41:32326 (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@453",
mark@chromium.org5f129de2009-02-24 23:22:04327 "src/third_party/pdfsqueeze":
mal@chromium.org46db5eae2011-01-19 19:19:44328 (Var("googlecode_url") % "pdfsqueeze") + "/trunk@4",
tony@chromium.org5b30d472009-12-03 22:02:38329 "src/third_party/lighttpd":
tony@chromium.org06cafed2009-12-03 22:33:33330 "/trunk/deps/third_party/lighttpd@33737",
tony@chromium.org5b30d472009-12-03 22:02:38331
tc@google.com060ab042009-07-13 21:39:51332 "src/third_party/WebKit/WebKitLibraries":
333 Var("webkit_trunk") + "/WebKitLibraries@" + Var("webkit_revision"),
ajwong@chromium.orge0d00142009-09-18 22:10:27334
nirnimesh@chromium.org9f341ec2010-01-27 20:59:35335 "src/third_party/swig/mac":
336 "/trunk/deps/third_party/swig/mac@" + Var("swig_revision"),
wtc@chromium.orgd4852bd2010-05-28 16:56:22337
338 # NSS, for SSLClientSocketNSS.
339 "src/third_party/nss":
wtc@chromium.org422c2072011-08-01 22:03:13340 "/trunk/deps/third_party/nss@94921",
mark@chromium.org82f869be2010-06-22 20:33:50341
342 "src/chrome/installer/mac/third_party/xz/xz":
mark@chromium.orgaef5bbf2011-06-02 22:22:39343 "/trunk/deps/third_party/xz@87706",
mark@chromium.org5f129de2009-02-24 23:22:04344 },
mdm@chromium.orgef525cc2009-07-10 17:08:16345 "unix": {
346 # Linux, really.
eblake@chromium.orgb7373e52009-12-15 21:09:38347 "src/chrome/tools/test/reference_build/chrome_linux":
jrt@chromium.org997af212011-07-01 19:13:36348 "/trunk/deps/reference_builds/chrome_linux@89574",
eblake@chromium.orgb7373e52009-12-15 21:09:38349
mdm@chromium.orgef525cc2009-07-10 17:08:16350 "src/third_party/xdg-utils":
benwells@chromium.orgabb6a1e2011-07-21 07:56:45351 "/trunk/deps/third_party/xdg-utils@93299",
nirnimesh@chromium.org9f341ec2010-01-27 20:59:35352
353 "src/third_party/swig/linux":
354 "/trunk/deps/third_party/swig/linux@" + Var("swig_revision"),
thestig@chromium.org8351a632010-09-24 19:19:10355
356 "src/third_party/lss":
nsylvain@chromium.orga3a375d2010-10-31 23:27:44357 (Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@3",
agl@chromium.org8f205b02010-11-10 22:48:17358
359 "src/third_party/openssl":
agl@chromium.org40d303d2011-08-05 15:17:25360 "/trunk/deps/third_party/openssl@94299",
evan@chromium.org43e75632011-03-07 19:02:33361
362 "src/third_party/WebKit/Tools/gdb":
363 Var("webkit_trunk") + "/Tools/gdb@" + Var("webkit_revision"),
mdm@chromium.orgef525cc2009-07-10 17:08:16364 },
mark@chromium.org5f129de2009-02-24 23:22:04365}
366
367
368include_rules = [
369 # Everybody can use some things.
370 "+base",
371 "+build",
agl@chromium.org946d1b22009-07-22 23:57:21372 "+ipc",
mark@chromium.org5f129de2009-02-24 23:22:04373
374 # For now, we allow ICU to be included by specifying "unicode/...", although
tfarina@chromium.org00feb462010-08-21 02:55:43375 # this should probably change.
mark@chromium.org5f129de2009-02-24 23:22:04376 "+unicode",
377 "+testing",
mark@chromium.org5f129de2009-02-24 23:22:04378]
379
380
381# checkdeps.py shouldn't check include paths for files in these dirs:
382skip_child_includes = [
evan@chromium.org5b7937e2010-11-04 23:37:18383 "breakpad",
384 "chrome_frame",
evan@chromium.org5b7937e2010-11-04 23:37:18385 "native_client",
386 "o3d",
jam@chromium.org0dd3a0ab2011-02-18 08:17:44387 "pdf",
evan@chromium.org5b7937e2010-11-04 23:37:18388 "sdch",
389 "skia",
390 "testing",
391 "third_party",
392 "v8",
mark@chromium.org5f129de2009-02-24 23:22:04393]
mark@chromium.orgbfa24b962009-03-02 00:16:16394
395
396hooks = [
397 {
mark@chromium.org154c6712009-09-16 19:44:02398 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
bradnelson@google.combe4948c2009-09-22 03:59:44399 "pattern": ".",
yaar@chromium.org5bf090e2009-10-05 20:48:38400 "action": ["python", "src/build/gyp_chromium"],
mark@chromium.orgbfa24b962009-03-02 00:16:16401 },
mseaborn@chromium.orgb4e6d2db2011-04-28 00:32:50402 {
403 # This downloads binaries for Native Client's integrated runtime (IRT)
404 # library, which is built as NaCl untrusted code.
405 "pattern": ".",
406 "action": ["python", "src/build/download_nacl_irt.py",
407 "--nacl_revision", Var("nacl_revision"),
408 "--file_hash", "x86_32", Var("nacl_irt_hash_x86_32"),
409 "--file_hash", "x86_64", Var("nacl_irt_hash_x86_64")],
410 },
mark@chromium.orgbfa24b962009-03-02 00:16:16411]