[go: nahoru, domu]

blob: f76c46af3299eeceddf37b5fe7ae6dde90ba685a [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",
yuzo@chromium.org2a2dda42010-10-22 08:08:557 "webkit_revision": "70289",
cevans@chromium.org3926bc92010-10-19 02:33:448 "skia_revision": "607",
apavlov@chromium.orge39a5ac2010-10-12 14:47:599 "chromium_git": "http://git.chromium.org/git",
nirnimesh@chromium.org2e981ac2010-03-09 18:10:2510 "swig_revision": "40423",
msneck@google.comcca1256e2010-09-29 19:25:3711 "nacl_revision": "3365",
sergeyu@chromium.org10c94b3a2010-10-01 20:54:3212 "libjingle_revision": "33",
fbarchard@chromium.org7d5fa7f42010-09-24 22:07:4913 "libvpx_revision": "60399",
scherkus@chromium.org5470b97e2010-10-20 21:40:5414 "ffmpeg_revision": "63146",
mark@chromium.org5f129de2009-02-24 23:22:0415}
mark@chromium.org5f129de2009-02-24 23:22:0416
17deps = {
18 "src/breakpad/src":
thestig@chromium.orgd647b1e2010-09-26 02:39:0519 (Var("googlecode_url") % "google-breakpad") + "/trunk/src@700",
mark@chromium.org5f129de2009-02-24 23:22:0420
slightlyoff@chromium.org74647d22009-06-23 01:13:5221 "src/build/util/support":
maruel@chromium.org9ff126f2009-08-04 17:32:0322 "/trunk/deps/support@20411",
slightlyoff@chromium.org74647d22009-06-23 01:13:5223
mark@chromium.org5f129de2009-02-24 23:22:0424 "src/googleurl":
pkasting@chromium.orge7f51241e2010-09-27 23:24:4625 (Var("googlecode_url") % "google-url") + "/trunk@147",
mark@chromium.org5f129de2009-02-24 23:22:0426
mseaborn@chromium.org808ea572010-09-01 16:22:0127 "src/seccompsandbox":
evan@chromium.org6ca062722010-10-21 18:11:5328 "http://seccompsandbox.googlecode.com/svn/trunk@141",
mseaborn@chromium.org808ea572010-09-01 16:22:0129
mark@chromium.org5f129de2009-02-24 23:22:0430 "src/sdch/open-vcdiff":
tessamac@google.com0cf0cce2010-09-03 00:57:1831 (Var("googlecode_url") % "open-vcdiff") + "/trunk@28",
mark@chromium.org5f129de2009-02-24 23:22:0432
33 "src/testing/gtest":
thakis@chromium.orga71dfd102010-10-12 19:38:5134 (Var("googlecode_url") % "googletest") + "/trunk@492",
alokp@chromium.org4303d6b02010-04-19 15:59:5135
alokp@chromium.org121de342010-04-28 22:52:4336 "src/third_party/angle":
alokp@chromium.org9d0b0fbf2010-10-21 19:41:4237 (Var("googlecode_url") % "angleproject") + "/trunk@466",
alokp@chromium.org121de342010-04-28 22:52:4338
mark@chromium.org5f129de2009-02-24 23:22:0439 "src/third_party/WebKit":
thomasvl@chromium.org0152b522009-12-02 15:30:5440 "/trunk/deps/third_party/WebKit@33467",
mark@chromium.org5f129de2009-02-24 23:22:0441
jshin@chromium.org280629492009-09-09 06:49:0842 "src/third_party/icu":
jshin@chromium.orge32bfad2010-10-22 01:34:3243 "/trunk/deps/third_party/icu42@63473",
mark@chromium.org5f129de2009-02-24 23:22:0444
mhm@chromium.orgadee30d2009-08-21 15:15:1645 "src/third_party/hunspell":
hbono@chromium.org0e000bf2010-09-28 10:05:0646 "/trunk/deps/third_party/hunspell@60758",
hbono@chromium.orga0c303472010-06-03 03:32:3147
48 "src/third_party/hunspell_dictionaries":
hbono@chromium.org0e000bf2010-09-28 10:05:0649 "/trunk/deps/third_party/hunspell_dictionaries@60756",
bradnelson@chromium.org5c965dd2009-09-04 21:11:4350
lzheng@chromium.org1ebf8962010-09-28 17:51:5751 "src/third_party/safe_browsing/testing":
lzheng@chromium.orge3047562010-10-19 06:03:4652 "http://google-safe-browsing.googlecode.com/svn/trunk/testing@102",
lzheng@chromium.org1ebf8962010-09-28 17:51:5753
akalin@chromium.org2cbb95c2010-04-23 03:03:2654 "src/third_party/cacheinvalidation/files":
akalin@chromium.org5bfa2562010-10-13 02:04:2255 (Var("googlecode_url") % "google-cache-invalidation-api") + "/trunk@49",
akalin@chromium.org2cbb95c2010-04-23 03:03:2656
mmoss@google.comacb9f722010-03-25 17:14:5957 "src/tools/gyp":
evan@chromium.org1c1ba1e2010-10-21 00:16:4058 (Var("googlecode_url") % "gyp") + "/trunk@851",
mmoss@google.comacb9f722010-03-25 17:14:5959
mark@chromium.org5f129de2009-02-24 23:22:0460 "src/v8":
whesse@chromium.orgdac6d8252010-10-20 16:34:4061 (Var("googlecode_url") % "v8") + "/trunk@5675",
mark@chromium.org5f129de2009-02-24 23:22:0462
bradnelson@chromium.org3c221842009-07-13 21:09:3863 "src/native_client":
bradnelson@google.com8e303b22010-08-18 21:03:1264 Var("nacl_trunk") + "/src/native_client@" + Var("nacl_revision"),
gregoryd@google.com2d783342010-08-11 20:48:2865 "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin":
mal@chromium.orgb70ffd1f2010-09-08 22:50:1766 Var("nacl_trunk") + "/src/native_client/tests/prebuilt@" +
gregoryd@google.com2d783342010-08-11 20:48:2867 Var("nacl_revision"),
bradnelson@chromium.org3c221842009-07-13 21:09:3868
senorblanco@chromium.org8eb0eeb2009-10-23 14:52:4069 "src/third_party/skia/src":
tessamac@google.com0cf0cce2010-09-03 00:57:1870 (Var("googlecode_url") % "skia") + "/trunk/src@" + Var("skia_revision"),
senorblanco@chromium.org8eb0eeb2009-10-23 14:52:4071
72 "src/third_party/skia/include":
tessamac@google.com0cf0cce2010-09-03 00:57:1873 (Var("googlecode_url") % "skia") + "/trunk/include@" + Var("skia_revision"),
senorblanco@chromium.orgd5282e72009-05-13 13:16:5274
victorw@chromium.orge6e47fc2009-07-13 19:18:2375 "src/third_party/WebKit/LayoutTests":
mark@chromium.org5f129de2009-02-24 23:22:0476 Var("webkit_trunk") + "/LayoutTests@" + Var("webkit_revision"),
77
darin@chromium.orgdce1d5a2009-05-08 16:43:3478 "src/third_party/WebKit/JavaScriptCore":
79 Var("webkit_trunk") + "/JavaScriptCore@" + Var("webkit_revision"),
80
81 "src/third_party/WebKit/WebCore":
82 Var("webkit_trunk") + "/WebCore@" + Var("webkit_revision"),
83
yaar@chromium.orgdec7b172009-09-23 22:11:3584 "src/third_party/WebKit/WebKit/chromium":
85 Var("webkit_trunk") + "/WebKit/chromium@" + Var("webkit_revision"),
dglazkov@chromium.org63a73b52010-02-27 00:30:1886
tkent@chromium.org55eb3972010-04-07 03:07:5187 "src/third_party/WebKit/WebKitTools/DumpRenderTree":
88 Var("webkit_trunk") + "/WebKitTools/DumpRenderTree@" + Var("webkit_revision"),
89
dpranke@chromium.orgf3d80d92010-02-09 01:57:5490 "src/third_party/WebKit/WebKitTools/Scripts":
91 Var("webkit_trunk") + "/WebKitTools/Scripts@" + Var("webkit_revision"),
dpranke@chromium.orgf3d80d92010-02-09 01:57:5492
yusukes@google.comd7bdd382009-11-13 02:15:5993 "src/third_party/ots":
tessamac@google.com0cf0cce2010-09-03 00:57:1894 (Var("googlecode_url") % "ots") + "/trunk@35",
yusukes@google.comd7bdd382009-11-13 02:15:5995
cmp@google.com58734d62009-06-30 00:12:5396 "src/tools/page_cycler/acid3":
tc@google.com060ab042009-07-13 21:39:5197 "/trunk/deps/page_cycler/acid3@19546",
avi@chromium.org07352662009-07-13 23:22:3398
jorlow@chromium.org6d374492009-08-05 06:02:0799 # We run these layout tests as UI tests. Since many of the buildbots that
100 # run layout tests do NOT have access to the LayoutTest directory, we need
101 # to map them here. In practice, these do not take up much space.
102 "src/chrome/test/data/layout_tests/LayoutTests/fast/events":
103 Var("webkit_trunk") + "/LayoutTests/fast/events@" +
104 Var("webkit_revision"),
atwilson@chromium.org53d4e7d2009-09-24 05:14:30105 "src/chrome/test/data/layout_tests/LayoutTests/fast/js/resources":
106 Var("webkit_trunk") + "/LayoutTests/fast/js/resources@" +
107 Var("webkit_revision"),
jorlow@chromium.org6d374492009-08-05 06:02:07108 "src/chrome/test/data/layout_tests/LayoutTests/fast/workers":
109 Var("webkit_trunk") + "/LayoutTests/fast/workers@" +
110 Var("webkit_revision"),
111 "src/chrome/test/data/layout_tests/LayoutTests/http/tests/resources":
112 Var("webkit_trunk") + "/LayoutTests/http/tests/resources@" +
113 Var("webkit_revision"),
114 "src/chrome/test/data/layout_tests/LayoutTests/http/tests/workers":
115 Var("webkit_trunk") + "/LayoutTests/http/tests/workers@" +
116 Var("webkit_revision"),
117 "src/chrome/test/data/layout_tests/LayoutTests/http/tests/xmlhttprequest":
118 Var("webkit_trunk") + "/LayoutTests/http/tests/xmlhttprequest@" +
119 Var("webkit_revision"),
ukai@chromium.orgfc4c93122010-10-04 07:24:16120 "src/chrome/test/data/layout_tests/LayoutTests/http/tests/websocket/tests":
121 Var("webkit_trunk") + "/LayoutTests/http/tests/websocket/tests@" +
122 Var("webkit_revision"),
dimich@chromium.org4d19b9e2010-04-20 01:41:28123 "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium/fast/workers":
124 Var("webkit_trunk") + "/LayoutTests/platform/chromium/fast/workers@" +
125 Var("webkit_revision"),
dpranke@chromium.orgf6b551d2010-04-03 00:49:55126 "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-mac/fast/events":
127 Var("webkit_trunk") + "/LayoutTests/platform/chromium-mac/fast/events@" +
128 Var("webkit_revision"),
129 "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-mac/http/tests/workers":
130 Var("webkit_trunk") + "/LayoutTests/platform/chromium-mac/http/tests/workers@" +
131 Var("webkit_revision"),
132 "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-mac/storage/domstorage":
133 Var("webkit_trunk") + "/LayoutTests/platform/chromium-mac/storage/domstorage@" +
134 Var("webkit_revision"),
135 "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/events":
136 Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/fast/events@" +
137 Var("webkit_revision"),
138 "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/workers":
139 Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/fast/workers@" +
140 Var("webkit_revision"),
michaeln@chromium.org446f96c2010-06-28 22:32:32141 "src/chrome/test/data/layout_tests/LayoutTests/http/tests/appcache":
142 Var("webkit_trunk") + "/LayoutTests/http/tests/appcache@" +
143 Var("webkit_revision"),
dpranke@chromium.orgf6b551d2010-04-03 00:49:55144 "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-win/http/tests/workers":
145 Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/http/tests/workers@" +
146 Var("webkit_revision"),
147 "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-win/storage/domstorage":
148 Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/storage/domstorage@" +
149 Var("webkit_revision"),
jorlow@chromium.org6d374492009-08-05 06:02:07150 "src/chrome/test/data/layout_tests/LayoutTests/storage/domstorage":
151 Var("webkit_trunk") + "/LayoutTests/storage/domstorage@" +
152 Var("webkit_revision"),
sergeyu@chromium.org4e27e402010-08-21 00:54:18153 "src/chrome/test/data/layout_tests/LayoutTests/media":
154 Var("webkit_trunk") + "/LayoutTests/media@" +
155 Var("webkit_revision"),
kinuko@chromium.org466ee602010-10-07 08:01:57156 "src/chrome/test/data/layout_tests/LayoutTests/fast/filesystem/workers":
157 Var("webkit_trunk") + "/LayoutTests/fast/filesystem/workers@" +
158 Var("webkit_revision"),
159 "src/chrome/test/data/layout_tests/LayoutTests/fast/filesystem/resources":
160 Var("webkit_trunk") + "/LayoutTests/fast/filesystem/resources@" +
161 Var("webkit_revision"),
nirnimesh@chromium.org9f341ec2010-01-27 20:59:35162
163 "src/third_party/swig/Lib":
164 "/trunk/deps/third_party/swig/Lib@" + Var("swig_revision"),
scherkus@chromium.orge8ae38c2010-03-25 02:35:50165
scherkus@chromium.org25ebc082010-06-02 06:13:07166 "src/third_party/ffmpeg":
167 "/trunk/deps/third_party/ffmpeg/source@" +
scherkus@chromium.orge8ae38c2010-03-25 02:35:50168 Var("ffmpeg_revision"),
brettw@chromium.orge55badb2010-05-07 23:55:35169
scherkus@chromium.org07424892010-05-20 00:53:01170 "src/third_party/libvpx/include":
171 "/trunk/deps/third_party/libvpx/include@" +
172 Var("libvpx_revision"),
173 "src/third_party/libvpx/lib":
174 "/trunk/deps/third_party/libvpx/lib@" +
175 Var("libvpx_revision"),
176
brettw@chromium.orge55badb2010-05-07 23:55:35177 "src/third_party/ppapi":
klobag@chromium.orgdbaf92cb2010-10-21 17:40:27178 (Var("googlecode_url") % "ppapi") + "/trunk@304",
sergeyu@chromium.org7b7a16b2010-06-03 04:08:18179
180 "src/third_party/libjingle/source":
sergeyu@chromium.org10c94b3a2010-10-01 20:54:32181 (Var("googlecode_url") % "libjingle") + "/trunk@" +
sergeyu@chromium.org7b7a16b2010-06-03 04:08:18182 Var("libjingle_revision"),
satish@chromium.org68187f02010-08-17 16:50:07183
184 "src/third_party/speex":
satish@chromium.org8d415a22010-08-18 12:50:14185 "/trunk/deps/third_party/speex@56515",
sergeyu@chromium.orgc038370e2010-09-22 20:20:12186
187 "src/third_party/libsrtp/src":
188 "/trunk/deps/third_party/libsrtp@60080",
mark@chromium.org5f129de2009-02-24 23:22:04189}
190
191
192deps_os = {
193 "win": {
eblake@chromium.orgb7373e52009-12-15 21:09:38194 "src/chrome/tools/test/reference_build/chrome":
chase@chromium.org9d8fc9b12010-03-18 19:25:30195 "/trunk/deps/reference_builds/chrome@41984",
eblake@chromium.orgb7373e52009-12-15 21:09:38196
mark@chromium.org5f129de2009-02-24 23:22:04197 "src/third_party/cygwin":
bradnelson@google.com3d076e02009-03-18 17:46:26198 "/trunk/deps/third_party/cygwin@11984",
mark@chromium.org5f129de2009-02-24 23:22:04199
200 "src/third_party/python_24":
scherkus@chromium.org1ca56e92009-08-11 16:49:37201 "/trunk/deps/third_party/python_24@22967",
ajwong@chromium.orgf73eb0b52009-08-08 01:13:39202
tony@chromium.org5b30d472009-12-03 22:02:38203 "src/third_party/lighttpd":
204 "/trunk/deps/third_party/lighttpd@33727",
205
ajwong@chromium.orge0d00142009-09-18 22:10:27206 "src/third_party/ffmpeg/binaries/chromium/win/ia32":
207 "/trunk/deps/third_party/ffmpeg/binaries/win@" + Var("ffmpeg_revision"),
nick@chromium.org1cf6e882009-09-15 23:18:42208
robertshield@chromium.org844090612009-09-25 15:03:34209 # Chrome Frame related deps
210 "src/third_party/xulrunner-sdk":
211 "/trunk/deps/third_party/xulrunner-sdk@17887",
212 "src/chrome_frame/tools/test/reference_build/chrome":
ananta@chromium.orga16a9402010-06-30 02:09:10213 "/trunk/deps/reference_builds/chrome@51194",
scherkus@chromium.org35770312009-10-28 01:21:48214
215 # Parses Windows PE/COFF executable format.
216 "src/third_party/pefile":
tessamac@google.com0cf0cce2010-09-03 00:57:18217 (Var("googlecode_url") % "pefile") + "/trunk@63",
wtc@chromium.org4b167a32010-01-25 17:54:08218
219 # NSS, for SSLClientSocketNSS.
220 "src/third_party/nss":
wtc@chromium.orgd0941b92010-10-12 20:08:46221 "/trunk/deps/third_party/nss@61580",
nirnimesh@chromium.org9f341ec2010-01-27 20:59:35222
223 "src/third_party/swig/win":
224 "/trunk/deps/third_party/swig/win@" + Var("swig_revision"),
gregoryd@google.com3b32fa62010-02-25 23:17:09225
226 "src/third_party/mingw-w64/mingw/bin":
bradnelson@google.com8e303b22010-08-18 21:03:12227 (Var("nacl_trunk") + "/src/third_party/mingw-w64/mingw/bin@" +
gregoryd@google.com3b32fa62010-02-25 23:17:09228 Var("nacl_revision")),
rogerta@google.com1c262172010-06-10 15:25:46229
230 "src/rlz":
tfarina@chromium.org3f04100b2010-10-15 03:01:28231 (Var("googlecode_url") % "rlz") + "/trunk@26",
mark@chromium.org5f129de2009-02-24 23:22:04232 },
233 "mac": {
eblake@chromium.orgb7373e52009-12-15 21:09:38234 "src/chrome/tools/test/reference_build/chrome_mac":
dumi@chromium.orge3c524f2010-03-18 18:33:47235 "/trunk/deps/reference_builds/chrome_mac@41963",
eblake@chromium.orgb7373e52009-12-15 21:09:38236
mark@chromium.org5f129de2009-02-24 23:22:04237 "src/third_party/GTM":
tessamac@google.com0cf0cce2010-09-03 00:57:18238 (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@375",
mark@chromium.org5f129de2009-02-24 23:22:04239 "src/third_party/pdfsqueeze":
tessamac@google.com0cf0cce2010-09-03 00:57:18240 (Var("googlecode_url") % "pdfsqueeze") + "/trunk@2",
tony@chromium.org5b30d472009-12-03 22:02:38241 "src/third_party/lighttpd":
tony@chromium.org06cafed2009-12-03 22:33:33242 "/trunk/deps/third_party/lighttpd@33737",
tony@chromium.org5b30d472009-12-03 22:02:38243
tc@google.com8a8da5a2009-03-26 23:06:00244 "src/third_party/WebKit/WebKit/mac":
245 Var("webkit_trunk") + "/WebKit/mac@" + Var("webkit_revision"),
tc@google.com060ab042009-07-13 21:39:51246 "src/third_party/WebKit/WebKitLibraries":
247 Var("webkit_trunk") + "/WebKitLibraries@" + Var("webkit_revision"),
ajwong@chromium.orge0d00142009-09-18 22:10:27248
ajwong@chromium.org995925b2009-11-05 00:56:41249 # TODO(ajwong): Move this into the OS-independent block.
250 "src/third_party/yasm/source/patched-yasm":
thestig@chromium.orgb8dce7c2010-06-25 19:36:29251 "/trunk/deps/third_party/yasm/patched-yasm@50870",
ajwong@chromium.org995925b2009-11-05 00:56:41252
nirnimesh@chromium.org9f341ec2010-01-27 20:59:35253 "src/third_party/swig/mac":
254 "/trunk/deps/third_party/swig/mac@" + Var("swig_revision"),
wtc@chromium.orgd4852bd2010-05-28 16:56:22255
256 # NSS, for SSLClientSocketNSS.
257 "src/third_party/nss":
wtc@chromium.orgd0941b92010-10-12 20:08:46258 "/trunk/deps/third_party/nss@61580",
mark@chromium.org82f869be2010-06-22 20:33:50259
260 "src/chrome/installer/mac/third_party/xz/xz":
261 "/trunk/deps/third_party/xz@50504",
mark@chromium.org5f129de2009-02-24 23:22:04262 },
mdm@chromium.orgef525cc2009-07-10 17:08:16263 "unix": {
264 # Linux, really.
eblake@chromium.orgb7373e52009-12-15 21:09:38265 "src/chrome/tools/test/reference_build/chrome_linux":
dumi@chromium.orge3c524f2010-03-18 18:33:47266 "/trunk/deps/reference_builds/chrome_linux@41515",
eblake@chromium.orgb7373e52009-12-15 21:09:38267
mdm@chromium.orgef525cc2009-07-10 17:08:16268 "src/third_party/xdg-utils":
mdm@chromium.orgfaa38442010-09-03 01:13:04269 "/trunk/deps/third_party/xdg-utils@58316",
ajwong@chromium.orge0d00142009-09-18 22:10:27270
ajwong@chromium.org995925b2009-11-05 00:56:41271 # TODO(ajwong): Move this into the OS-independent block.
ajwong@chromium.org795cde32009-10-30 11:23:08272 "src/third_party/yasm/source/patched-yasm":
thestig@chromium.orgb8dce7c2010-06-25 19:36:29273 "/trunk/deps/third_party/yasm/patched-yasm@50870",
nirnimesh@chromium.org9f341ec2010-01-27 20:59:35274
275 "src/third_party/swig/linux":
276 "/trunk/deps/third_party/swig/linux@" + Var("swig_revision"),
thestig@chromium.org8351a632010-09-24 19:19:10277
278 "src/third_party/lss":
maruel@chromium.org56369702010-09-24 19:38:46279 ("http://%s.googlecode.com/svn" % "linux-syscall-support") +
280 "/trunk/lss@3",
mdm@chromium.orgef525cc2009-07-10 17:08:16281 },
mark@chromium.org5f129de2009-02-24 23:22:04282}
283
284
285include_rules = [
286 # Everybody can use some things.
287 "+base",
288 "+build",
agl@chromium.org946d1b22009-07-22 23:57:21289 "+ipc",
rogerta@google.com1c262172010-06-10 15:25:46290 "+rlz",
tfarina@chromium.org6803ce12010-09-28 02:32:12291 "+third_party/undoview",
mark@chromium.org5f129de2009-02-24 23:22:04292
293 # For now, we allow ICU to be included by specifying "unicode/...", although
tfarina@chromium.org00feb462010-08-21 02:55:43294 # this should probably change.
mark@chromium.org5f129de2009-02-24 23:22:04295 "+unicode",
296 "+testing",
mark@chromium.org5f129de2009-02-24 23:22:04297]
298
299
300# checkdeps.py shouldn't check include paths for files in these dirs:
301skip_child_includes = [
302 "breakpad",
nsylvain@chromium.orga0f3ee52009-09-24 05:34:02303 "chrome_frame",
mark@chromium.org5f129de2009-02-24 23:22:04304 "gears",
bradnelson@chromium.org3c221842009-07-13 21:09:38305 "native_client",
gspencer@google.comaed52152009-05-28 00:12:30306 "o3d",
mark@chromium.org5f129de2009-02-24 23:22:04307 "sdch",
308 "skia",
309 "testing",
310 "third_party",
311 "v8",
312]
mark@chromium.orgbfa24b962009-03-02 00:16:16313
314
315hooks = [
316 {
mark@chromium.org154c6712009-09-16 19:44:02317 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
bradnelson@google.combe4948c2009-09-22 03:59:44318 "pattern": ".",
yaar@chromium.org5bf090e2009-10-05 20:48:38319 "action": ["python", "src/build/gyp_chromium"],
mark@chromium.orgbfa24b962009-03-02 00:16:16320 },
321]