summaryrefslogtreecommitdiffstats
path: root/.DEPS.git
blob: 208a03d2229409ec5bed84b825e5e120dba3e21a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
# DO NOT EDIT EXCEPT FOR LOCAL TESTING.
# THIS IS A GENERATED FILE.
# ALL MANUAL CHANGES WILL BE OVERWRITTEN.
# SEE http://code.google.com/p/chromium/wiki/UsingGit
# FOR HOW TO ROLL DEPS
vars = {
    'webkit_url':
         'https://chromium.googlesource.com/chromium/blink.git',
    'git_url':
         'https://chromium.googlesource.com',
    'webkit_rev':
         '@834482afe65e3928a627827a3990c913daffd088',
    'angle_revision':
         '95fa672f26db492aee2076b0acb524149d52c68f'
}

deps = {
    'build':
        Var('git_url') + '/chromium/tools/build.git@1daa45f942662fefa9b4cb038cd1703e35b578dd',
    'build/scripts/command_wrapper/bin':
        Var('git_url') + '/chromium/tools/command_wrapper/bin.git@2eeebba9a512cae9e4e9312f5ec728dbdad80bd0',
    'build/scripts/gsd_generate_index':
        Var('git_url') + '/chromium/tools/gsd_generate_index.git@d2f5d5a5d212d8fb337d751c0351644a6ac83ac8',
    'build/scripts/private/data/reliability':
        Var('git_url') + '/chromium/src.git@b0936d257dbc943ee00dd91a86d659ea346b135b',
    'build/third_party/gsutil':
        Var('git_url') + '/external/gsutil/src.git@5cba434b828da428a906c8197a23c9ae120d2636',
    'build/third_party/lighttpd':
        Var('git_url') + '/chromium/deps/lighttpd.git@9dfa55d15937a688a92cbf2b7a8621b0927d06eb',
    'commit-queue':
        Var('git_url') + '/chromium/tools/commit-queue.git@2f2aabfd03fe75fde2bfaf659514f14a2586b2ac',
    'depot_tools':
        Var('git_url') + '/chromium/tools/depot_tools.git@907525863fdfa88eac7c8602c76405fe95c8c13d',
    'src':
        Var('git_url') + '/chromium/src.git@c09e814e9e6d05d81e96de5e8f2719788e75ab2f',
    'src/breakpad/src':
        Var('git_url') + '/external/google-breakpad/src.git@d7b5ea03d763b25445c198963034b49596da45f0',
    'src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin':
        Var('git_url') + '/native_client/src/native_client/tests/prebuilt.git@3e17365176c94624f46cace174f61834b7f3c35d',
    'src/chrome/test/data/perf/canvas_bench':
        Var('git_url') + '/chromium/canvas_bench.git@a7b40ea5ae0239517d78845a5fc9b12976bfc732',
    'src/chrome/test/data/perf/frame_rate/content':
        Var('git_url') + '/chromium/frame_rate/content.git@c10272c88463efeef6bb19c9ec07c42bc8fe22b9',
    'src/chrome/test/data/perf/third_party/octane':
        Var('git_url') + '/external/octane-benchmark.git@9ac27bfd9e0bc73663db0c0551440215d8b20d09',
    'src/media/cdm/ppapi/api':
        Var('git_url') + '/chromium/cdm.git@02b11b09a55cb9c00f01f4bfe2682b3080ec8cc7',
    'src/native_client':
        Var('git_url') + '/native_client/src/native_client.git@abfae025098b9427e32a7ac2a0d693be6015e31c',
    'src/sdch/open-vcdiff':
        Var('git_url') + '/external/open-vcdiff.git@438f2a5be6d809bc21611a94cd37bfc8c28ceb33',
    'src/testing/gmock':
        Var('git_url') + '/external/googlemock.git@6b1759c3816d574bddde3e1725c51a811c8870e7',
    'src/testing/gtest':
        Var('git_url') + '/external/googletest.git@74de57c951aedebc5dfe26a27604353432392b98',
    'src/third_party/WebKit':
        Var('webkit_url') + '' + Var('webkit_rev'),
    'src/third_party/WebKit/LayoutTests/w3c/csswg-test':
        Var('git_url') + '/external/w3c/csswg-test.git@8c415e3215a203fa3a22dbdd1799279fdf44c81e',
    'src/third_party/WebKit/LayoutTests/w3c/web-platform-tests':
        Var('git_url') + '/external/w3c/web-platform-tests.git@ac4322a338be82b3d8b722917d6d3d057c0a3f6a',
    'src/third_party/angle':
        Var('git_url') + '/angle/angle.git' + '@' + Var('angle_revision'),
    'src/third_party/bidichecker':
        Var('git_url') + '/external/bidichecker/lib.git@97f2aa645b74c28c57eca56992235c79850fa9e0',
    'src/third_party/brotli/src':
        Var('git_url') + '/external/font-compression-reference.git@dfc5a9f2151a7c88914c236c7db8fa119fee249c',
    'src/third_party/cacheinvalidation/src':
        Var('git_url') + '/external/google-cache-invalidation-api/src.git@7a4a97d5e92504bdd68c5d8cb1a4e9355516e558',
    'src/third_party/cld_2/src':
        Var('git_url') + '/external/cld2.git@b17c3c025db379fbeb56c4215bc1eb8737576f4c',
    'src/third_party/ffmpeg':
        Var('git_url') + '/chromium/deps/ffmpeg.git@effc3ac3f8406f84a0dab1cd87f83d34f963e6de',
    'src/third_party/flac':
        Var('git_url') + '/chromium/deps/flac.git@71e33f190a7bb144fe4e2014897b8d15c8247198',
    'src/third_party/html_office':
        Var('git_url') + '/chromium/html-office-public.git@1d04f3dfbd8bd604190dfb6f5a030d30233ba6ea',
    'src/third_party/hunspell':
        Var('git_url') + '/chromium/deps/hunspell.git@37403978cd939a2b396a5d49944af54623e4795e',
    'src/third_party/hunspell_dictionaries':
        Var('git_url') + '/chromium/deps/hunspell_dictionaries.git@bc7edb352e97fa71e387b9a5522f1bbd5b11a5eb',
    'src/third_party/icu':
        Var('git_url') + '/chromium/deps/icu46.git@89a9e6f6bae1f5a3ffbd5f826efde73bf14c09e6',
    'src/third_party/jsoncpp/source/include':
        Var('git_url') + '/external/jsoncpp/jsoncpp/include.git@b0dd48e02b6e6248328db78a65b5c601f150c349',
    'src/third_party/jsoncpp/source/src/lib_json':
        Var('git_url') + '/external/jsoncpp/jsoncpp/src/lib_json.git@a8caa51ba2f80971a45880425bf2ae864a786784',
    'src/third_party/leveldatabase/src':
        Var('git_url') + '/external/leveldb.git@4935bf087b28aa308c0a820720b85ef695e236ae',
    'src/third_party/libaddressinput/src':
        Var('git_url') + '/external/libaddressinput.git@3f7d76be9f572d8fdf512f4e2085109bc32a6128',
    'src/third_party/libc++/trunk':
        'https://llvm.googlesource.com/libcxx.git@8f48c23568a122de6088455700e9d197b79bd8f8',
    'src/third_party/libc++abi/trunk':
        'https://llvm.googlesource.com/libcxxabi.git@753a30dd68ae008948d48f16bc942d5963fe65a1',
    'src/third_party/libexif/sources':
        Var('git_url') + '/chromium/deps/libexif/sources.git@d815c325bab0d1871d4c7e70600ecdfdab07db9e',
    'src/third_party/libjingle/source/talk':
        Var('git_url') + '/external/webrtc/trunk/talk.git@40ce06146a24b60291ebcbec6f49e02ce381ba7b',
    'src/third_party/libjpeg_turbo':
        Var('git_url') + '/chromium/deps/libjpeg_turbo.git@7220379786c6b814b6b887478fa440bb392e8251',
    'src/third_party/libphonenumber/src/phonenumbers':
        Var('git_url') + '/external/libphonenumber/cpp/src/phonenumbers.git@8d8b5b3b2035197795d27573d4cf566b5d9ad689',
    'src/third_party/libphonenumber/src/resources':
        Var('git_url') + '/external/libphonenumber/resources.git@de095548d2ae828a414e01f3951bfefba902b4e4',
    'src/third_party/libphonenumber/src/test':
        Var('git_url') + '/external/libphonenumber/cpp/test.git@883b7b86541d64b2691f7c0e65facb0b08db73e8',
    'src/third_party/libsrtp':
        Var('git_url') + '/chromium/deps/libsrtp.git@c3261b9d0df2c7371f4acc28008ec0c891e44faf',
    'src/third_party/libvpx':
        Var('git_url') + '/chromium/deps/libvpx.git@fcfc5ae2a27b03f8b392314f0309efea592f2b8a',
    'src/third_party/libyuv':
        Var('git_url') + '/external/libyuv.git@dd4995805827539ee2c5b4b65c7514e62df2d358',
    'src/third_party/mesa/src':
        Var('git_url') + '/chromium/deps/mesa.git@ff34f1e559362fbff2c693ed16effb3046dba8e9',
    'src/third_party/openmax_dl':
        Var('git_url') + '/external/webrtc/deps/third_party/openmax.git@5ba24265199de911cd6a6a43867586068a5e34b5',
    'src/third_party/opus/src':
        Var('git_url') + '/chromium/deps/opus.git@dd52457296df1ef41bae8e28dc321d6798509172',
    'src/third_party/ots':
        Var('git_url') + '/external/ots.git@b613a30b0b86e1d4ea40a83b678fbe48edac8515',
    'src/third_party/pyftpdlib/src':
        Var('git_url') + '/external/pyftpdlib.git@2be6d65e31c7ee6320d059f581f05ae8d89d7e45',
    'src/third_party/pywebsocket/src':
        Var('git_url') + '/external/pywebsocket/src.git@e8de2ba77f55c48e291f70f389f647fafd12ec87',
    'src/third_party/safe_browsing/testing':
        Var('git_url') + '/external/google-safe-browsing/testing.git@9d7e8064f3ca2e45891470c9b5b1dce54af6a9d6',
    'src/third_party/scons-2.0.1':
        Var('git_url') + '/native_client/src/third_party/scons-2.0.1.git@c81c95aff36392cffede13382dd5fcad25c0a603',
    'src/third_party/sfntly/cpp/src':
        Var('git_url') + '/external/sfntly/cpp/src.git@8f090032dd4f8f8908f338cc73bb840b788377f2',
    'src/third_party/skia/gyp':
        Var('git_url') + '/external/skia/gyp.git@f7ea086acbc5ff2a767c6cece6886bb29d3747ab',
    'src/third_party/skia/include':
        Var('git_url') + '/external/skia/include.git@836cf29f7fc8b5e8a2c8cacbdad04101be31debc',
    'src/third_party/skia/src':
        Var('git_url') + '/external/skia/src.git@f34cacb1a503b346590a159ce90e8452e19a5958',
    'src/third_party/smhasher/src':
        Var('git_url') + '/external/smhasher.git@b52816cce35fbfdda7d56c533cf53d15201513e3',
    'src/third_party/snappy/src':
        Var('git_url') + '/external/snappy.git@762bb32f0c9d2f31ba4958c7c0933d22e80c20bf',
    'src/third_party/speex':
        Var('git_url') + '/chromium/deps/speex.git@f448dfcceac99e0a771feaeedf447523b3fd26e1',
    'src/third_party/swig/Lib':
        Var('git_url') + '/chromium/deps/swig/Lib.git@f2a695d52e61e6a8d967731434f165ed400f0d69',
    'src/third_party/trace-viewer':
        Var('git_url') + '/external/trace-viewer.git@2c3fc463c85a3b12a5cd46d7c9daddc6d31a0104',
    'src/third_party/usrsctp/usrsctplib':
        Var('git_url') + '/external/usrsctplib.git@6b0af72aa691378aac94d6acda1ce759ed75ff00',
    'src/third_party/webdriver/pylib':
        Var('git_url') + '/external/selenium/py.git@8212c8017c92a1ba740caf01c1acefb3674a6a44',
    'src/third_party/webgl/src':
        Var('git_url') + '/external/khronosgroup/webgl.git@159f31dd34842c871032d97d360a9dce5153f585',
    'src/third_party/webpagereplay':
        Var('git_url') + '/external/web-page-replay.git@233216e8e876c0856c7738ae23db703b3a528f08',
    'src/third_party/webrtc':
        Var('git_url') + '/external/webrtc/trunk/webrtc.git@471354f94ed73da7195e2f8e72c5a2239b9a9afb',
    'src/third_party/yasm/source/patched-yasm':
        Var('git_url') + '/chromium/deps/yasm/patched-yasm.git@c960eb11ccda80b10ed50be39df4f0663b371d1d',
    'src/tools/deps2git':
        Var('git_url') + '/chromium/tools/deps2git.git@f8d30f6821c454ffa789cb9211bd914a579d0131',
    'src/tools/grit':
        Var('git_url') + '/external/grit-i18n.git@976a48583e8fb65888e9f660125231cee30eb04b',
    'src/tools/gyp':
        Var('git_url') + '/external/gyp.git@1eae492b07f43e79ca3845497a07b42b04f3e3ef',
    'src/tools/page_cycler/acid3':
        Var('git_url') + '/chromium/deps/acid3.git@6be0a66a1ebd7ebc5abc1b2f405a945f6d871521',
    'src/tools/swarming_client':
        Var('git_url') + '/external/swarming.client.git@3ae9e6e79206d6b0d530ab98ce941c9dc9a19d5b',
    'src/v8':
        Var('git_url') + '/external/v8.git@4ddd2f1981d343a2efe6609a3e0ce6b9c80b6ed9',
}

deps_os = {
    'android':
    {
        'src/pdf':
            None,
        'src/third_party/android_tools':
            Var('git_url') + '/android_tools.git@25cf2d85072b06f78956ecaacd564ef56a054d65',
        'src/third_party/aosp':
            Var('git_url') + '/chromium/deps/aosp.git@bbafe5155dff86bbba1e92b42a073ffcfcfbf28c',
        'src/third_party/apache-mime4j':
            Var('git_url') + '/chromium/deps/apache-mime4j.git@28cb1108bff4b6cf0a2e86ff58b3d025934ebe3a',
        'src/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille':
            Var('git_url') + '/external/eyes-free/braille/client/src/com/googlecode/eyesfree/braille.git@77bf6edb0138e3a38a2772248696f130dab45e34',
        'src/third_party/findbugs':
            Var('git_url') + '/chromium/deps/findbugs.git@b9b6889b94a3081615d5ca62173e9816a31cc1eb',
        'src/third_party/freetype':
            Var('git_url') + '/chromium/src/third_party/freetype.git@a2b9955b49034a51dfbc8bf9f4e9d312149cecac',
        'src/third_party/guava/src':
            Var('git_url') + '/external/guava-libraries.git@c523556ab7d0f05afadebd20e7768d4c16af8771',
        'src/third_party/httpcomponents-client':
            Var('git_url') + '/chromium/deps/httpcomponents-client.git@285c4dafc5de0e853fa845dce5773e223219601c',
        'src/third_party/httpcomponents-core':
            Var('git_url') + '/chromium/deps/httpcomponents-core.git@9f7180a96f8fa5cab23f793c14b413356d419e62',
        'src/third_party/jarjar':
            Var('git_url') + '/chromium/deps/jarjar.git@2e1ead4c68c450e0b77fe49e3f9137842b8b6920',
        'src/third_party/jsr-305/src':
            Var('git_url') + '/external/jsr-305.git@642c508235471f7220af6d5df2d3210e3bfc0919',
        'src/third_party/libaddressinput/src/cpp':
            None,
        'src/third_party/libaddressinput/src/testdata':
            None,
        'src/third_party/lss':
            Var('git_url') + '/external/linux-syscall-support/lss.git@e6c7682c40c27527894fbb8bcba38f77edbbb6b7',
        'src/third_party/openssl':
            Var('git_url') + '/chromium/deps/openssl.git@3ad826c02b96a42a49c6ce57347f71274176666a',
    },
    'ios':
    {
        'src/build/util/support':
            None,
        'src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin':
            None,
        'src/chrome/test/data/perf/canvas_bench':
            None,
        'src/chrome/test/data/perf/frame_rate/content':
            None,
        'src/chrome/test/data/perf/third_party/octane':
            None,
        'src/media/cdm/ppapi/api':
            None,
        'src/native_client':
            None,
        'src/native_client/src/third_party/ppapi':
            None,
        'src/testing/iossim/third_party/class-dump':
            Var('git_url') + '/chromium/deps/class-dump.git@89bd40883c767584240b4dade8b74e6f57b9bdab',
        'src/third_party/angle':
            None,
        'src/third_party/bidichecker':
            None,
        'src/third_party/cld_2/src':
            None,
        'src/third_party/ffmpeg':
            None,
        'src/third_party/google_toolbox_for_mac/src':
            Var('git_url') + '/external/google-toolbox-for-mac.git@471407b943b14bcebe017dc6d098b3f54019eaba',
        'src/third_party/hunspell':
            None,
        'src/third_party/hunspell_dictionaries':
            None,
        'src/third_party/libaddressinput/src/cpp':
            None,
        'src/third_party/libaddressinput/src/testdata':
            None,
        'src/third_party/libexif/sources':
            None,
        'src/third_party/libjpeg_turbo':
            None,
        'src/third_party/libsrtp':
            None,
        'src/third_party/libvpx':
            None,
        'src/third_party/libyuv':
            None,
        'src/third_party/mesa/src':
            None,
        'src/third_party/nss':
            Var('git_url') + '/chromium/deps/nss.git@19a84d99f15bb624219fe0b8be2ee0e4136b6894',
        'src/third_party/openmax_dl':
            None,
        'src/third_party/opus/src':
            None,
        'src/third_party/ots':
            None,
        'src/third_party/pymox/src':
            None,
        'src/third_party/safe_browsing/testing':
            None,
        'src/third_party/scons-2.0.1':
            None,
        'src/third_party/sfntly/cpp/src':
            None,
        'src/third_party/smhasher/src':
            None,
        'src/third_party/swig/Lib':
            None,
        'src/third_party/undoview':
            None,
        'src/third_party/usrsctp/usrsctplib':
            None,
        'src/third_party/v8-i18n':
            None,
        'src/third_party/webdriver/pylib':
            None,
        'src/third_party/webgl':
            None,
        'src/third_party/webpagereplay':
            None,
        'src/third_party/webrtc':
            None,
        'src/third_party/yasm/source/patched-yasm':
            None,
        'src/tools/page_cycler/acid3':
            None,
        'src/v8':
            None,
    },
    'mac':
    {
        'src/chrome/installer/mac/third_party/xz/xz':
            Var('git_url') + '/chromium/deps/xz.git@eecaf55632ca72e90eb2641376bce7cdbc7284f7',
        'src/chrome/tools/test/reference_build/chrome_mac':
            Var('git_url') + '/chromium/reference_builds/chrome.git@1add884151176e42ddb946b68530e61c971ee3fa',
        'src/third_party/google_toolbox_for_mac/src':
            Var('git_url') + '/external/google-toolbox-for-mac.git@471407b943b14bcebe017dc6d098b3f54019eaba',
        'src/third_party/lighttpd':
            Var('git_url') + '/chromium/deps/lighttpd.git@9dfa55d15937a688a92cbf2b7a8621b0927d06eb',
        'src/third_party/nss':
            Var('git_url') + '/chromium/deps/nss.git@19a84d99f15bb624219fe0b8be2ee0e4136b6894',
        'src/third_party/pdfsqueeze':
            Var('git_url') + '/external/pdfsqueeze.git@5936b871e6a087b7e50d4cbcb122378d8a07499f',
        'src/third_party/swig/mac':
            Var('git_url') + '/chromium/deps/swig/mac.git@1b182eef16df2b506f1d710b34df65d55c1ac44e',
    },
    'unix':
    {
        'build/third_party/cbuildbot_chromite':
            Var('git_url') + '/chromiumos/chromite.git@8202d475ffa3ca479b49590dada21d990472371c',
        'build/third_party/xvfb':
            Var('git_url') + '/chromium/tools/third_party/xvfb.git@aebb1aadf1422e4d81e831e13746b8f7ae322e07',
        'src/chrome/tools/test/reference_build/chrome_linux':
            Var('git_url') + '/chromium/reference_builds/chrome.git@1add884151176e42ddb946b68530e61c971ee3fa',
        'src/third_party/chromite':
            Var('git_url') + '/chromiumos/chromite.git@6637dcd35a8b9f02ba54d2a369118306cee88432',
        'src/third_party/cros_dbus_cplusplus/source':
            Var('git_url') + '/chromiumos/third_party/dbus-cplusplus.git@5e8f6d9db5c2abfb91d91f751184f25bb5cd0900',
        'src/third_party/cros_system_api':
            Var('git_url') + '/chromiumos/platform/system_api.git@cfa23a554dcb262bfac10f9f5ac624d26c8c4e38',
        'src/third_party/fontconfig/src':
            Var('git_url') + '/external/fontconfig.git@f16c3118e25546c1b749f9823c51827a60aeb5c1',
        'src/third_party/freetype2/src':
            Var('git_url') + '/chromium/src/third_party/freetype2.git@d699c2994ecc178c4ed05ac2086061b2034c2178',
        'src/third_party/gold':
            Var('git_url') + '/chromium/deps/gold.git@b471bdbb6e7c0ab8c5f105cc1489177fa4105778',
        'src/third_party/liblouis/src':
            Var('git_url') + '/external/liblouis.git@3c2daee56250162e5a75830871601d74328d39f5',
        'src/third_party/libmtp':
            Var('git_url') + '/chromium/deps/libmtp.git@40240d6f1c1560d1851c217cecada93050e2db0e',
        'src/third_party/lss':
            Var('git_url') + '/external/linux-syscall-support/lss.git@e6c7682c40c27527894fbb8bcba38f77edbbb6b7',
        'src/third_party/mtpd/source':
            Var('git_url') + '/chromiumos/platform/mtpd.git@5be739c938a0a229ba9479b00b180e1f9c843e81',
        'src/third_party/openssl':
            Var('git_url') + '/chromium/deps/openssl.git@3ad826c02b96a42a49c6ce57347f71274176666a',
        'src/third_party/pyelftools':
            Var('git_url') + '/chromiumos/third_party/pyelftools.git@bdc1d380acd88d4bfaf47265008091483b0d614e',
        'src/third_party/swig/linux':
            Var('git_url') + '/chromium/deps/swig/linux.git@866b8e0e0e0cfe99ebe608260030916ca0c3f92d',
        'src/third_party/undoview':
            Var('git_url') + '/chromium/deps/undoview.git@3ba503e248f3cdbd81b78325a24ece0984637559',
        'src/third_party/xdg-utils':
            Var('git_url') + '/chromium/deps/xdg-utils.git@d80274d5869b17b8c9067a1022e4416ee7ed5e0d',
    },
    'win':
    {
        'src/chrome/tools/test/reference_build/chrome_win':
            Var('git_url') + '/chromium/reference_builds/chrome.git@1add884151176e42ddb946b68530e61c971ee3fa',
        'src/third_party/bison':
            Var('git_url') + '/chromium/deps/bison.git@083c9a45e4affdd5464ee2b224c2df649c6e26c3',
        'src/third_party/cygwin':
            Var('git_url') + '/chromium/deps/cygwin.git@c89e446b273697fadf3a10ff1007a97c0b7de6df',
        'src/third_party/gnu_binutils':
            Var('git_url') + '/native_client/deps/third_party/gnu_binutils.git@f4003433b61b25666565690caf3d7a7a1a4ec436',
        'src/third_party/gperf':
            Var('git_url') + '/chromium/deps/gperf.git@d892d79f64f9449770443fb06da49b5a1e5d33c1',
        'src/third_party/lighttpd':
            Var('git_url') + '/chromium/deps/lighttpd.git@9dfa55d15937a688a92cbf2b7a8621b0927d06eb',
        'src/third_party/mingw-w64/mingw/bin':
            Var('git_url') + '/native_client/deps/third_party/mingw-w64/mingw/bin.git@3cc8b140b883a9fe4986d12cfd46c16a093d3527',
        'src/third_party/nacl_sdk_binaries':
            Var('git_url') + '/chromium/deps/nacl_sdk_binaries.git@759dfca03bdc774da7ecbf974f6e2b84f43699a5',
        'src/third_party/nss':
            Var('git_url') + '/chromium/deps/nss.git@19a84d99f15bb624219fe0b8be2ee0e4136b6894',
        'src/third_party/pefile':
            Var('git_url') + '/external/pefile.git@d0ca75794f69f1d09fd6d31d40ba2f1e9b3b7fb4',
        'src/third_party/perl':
            Var('git_url') + '/chromium/deps/perl.git@ac0d98b5cee6c024b0cffeb4f8f45b6fc5ccdb78',
        'src/third_party/psyco_win32':
            Var('git_url') + '/chromium/deps/psyco_win32.git@f5af9f6910ee5a8075bbaeed0591469f1661d868',
        'src/third_party/swig/win':
            Var('git_url') + '/chromium/deps/swig/win.git@986f013ba518541adf5c839811efb35630a31031',
        'src/third_party/syzygy/binaries':
            Var('git_url') + '/external/sawbuck/syzygy/binaries.git@3152bf80d6b0043306f07e2a6ea97d07a6bfd97f',
        'src/third_party/yasm/binaries':
            Var('git_url') + '/chromium/deps/yasm/binaries.git@52f9b3f4b0aa06da24ef8b123058bb61ee468881',
    },
}

include_rules = [
    '+base',
    '+build',
    '+ipc',
    '+library_loaders',
    '+testing',
    '+third_party/icu/source/common/unicode',
    '+third_party/icu/source/i18n/unicode',
    '+url'
]

skip_child_includes = [
    'breakpad',
    'delegate_execute',
    'metro_driver',
    'native_client_sdk',
    'o3d',
    'pdf',
    'sdch',
    'skia',
    'testing',
    'third_party',
    'v8',
    'win8'
]

hooks = [
    {
    'action':
         [
    'python',
    'src/build/download_nacl_toolchains.py',
    '--no-arm-trusted',
    '--keep'
],
    'pattern':
         '.',
    'name':
         'nacltools'
},
    {
    'action':
         [
    'python',
    'src/build/linux/install-arm-sysroot.py',
    '--linux-only'
],
    'pattern':
         '.',
    'name':
         'sysroot'
},
    {
    'action':
         [
    'python',
    'src/chrome/installer/linux/sysroot_scripts/install-debian.wheezy.sysroot.py',
    '--linux-only',
    '--arch=amd64'
],
    'pattern':
         '.',
    'name':
         'sysroot'
},
    {
    'action':
         [
    'python',
    'src/chrome/installer/linux/sysroot_scripts/install-debian.wheezy.sysroot.py',
    '--linux-only',
    '--arch=i386'
],
    'pattern':
         '.',
    'name':
         'sysroot'
},
    {
    'action':
         [
    'python',
    'src/tools/clang/scripts/update.py',
    '--mac-only'
],
    'pattern':
         '.',
    'name':
         'clang'
},
    {
    'action':
         [
    'python',
    'src/build/win/setup_cygwin_mount.py',
    '--win-only'
],
    'pattern':
         '.',
    'name':
         'cygwin'
},
    {
    'action':
         [
    'python',
    'src/build/util/lastchange.py',
    '-o',
    'src/build/util/LASTCHANGE'
],
    'pattern':
         '.',
    'name':
         'lastchange'
},
    {
    'action':
         [
    'python',
    'src/build/util/lastchange.py',
    '-s',
    'src/third_party/WebKit',
    '-o',
    'src/build/util/LASTCHANGE.blink'
],
    'pattern':
         '.',
    'name':
         'lastchange'
},
    {
    'action':
         [
    'download_from_google_storage',
    '--no_resume',
    '--platform=win32',
    '--no_auth',
    '--bucket',
    'chromium-gn',
    '-s',
    'src/tools/gn/bin/win/gn.exe.sha1'
],
    'pattern':
         'src/tools/gn/bin/win/gn.exe.sha1',
    'name':
         'gn_win'
},
    {
    'action':
         [
    'download_from_google_storage',
    '--no_resume',
    '--platform=darwin',
    '--no_auth',
    '--bucket',
    'chromium-gn',
    '-s',
    'src/tools/gn/bin/mac/gn.sha1'
],
    'pattern':
         'src/tools/gn/bin/mac/gn.sha1',
    'name':
         'gn_mac'
},
    {
    'action':
         [
    'download_from_google_storage',
    '--no_resume',
    '--platform=linux*',
    '--no_auth',
    '--bucket',
    'chromium-gn',
    '-s',
    'src/tools/gn/bin/linux/gn.sha1'
],
    'pattern':
         'src/tools/gn/bin/linux/gn.sha1',
    'name':
         'gn_linux'
},
    {
    'action':
         [
    'download_from_google_storage',
    '--no_resume',
    '--platform=linux*',
    '--no_auth',
    '--bucket',
    'chromium-gn',
    '-s',
    'src/tools/gn/bin/linux/gn32.sha1'
],
    'pattern':
         'src/tools/gn/bin/linux/gn32.sha1',
    'name':
         'gn_linux32'
},
    {
    'action':
         [
    'download_from_google_storage',
    '--no_resume',
    '--platform=win32',
    '--no_auth',
    '--bucket',
    'chromium-clang-format',
    '-s',
    'src/third_party/clang_format/bin/win/clang-format.exe.sha1'
],
    'pattern':
         'src/third_party/clang_format/bin/win/clang-format.exe.sha1',
    'name':
         'clang_format_win'
},
    {
    'action':
         [
    'download_from_google_storage',
    '--no_resume',
    '--platform=darwin',
    '--no_auth',
    '--bucket',
    'chromium-clang-format',
    '-s',
    'src/third_party/clang_format/bin/mac/clang-format.sha1'
],
    'pattern':
         'src/third_party/clang_format/bin/mac/clang-format.sha1',
    'name':
         'clang_format_mac'
},
    {
    'action':
         [
    'download_from_google_storage',
    '--no_resume',
    '--platform=linux*',
    '--no_auth',
    '--bucket',
    'chromium-clang-format',
    '-s',
    'src/third_party/clang_format/bin/linux/clang-format.sha1'
],
    'pattern':
         'src/third_party/clang_format/bin/linux/clang-format.sha1',
    'name':
         'clang_format_linux'
},
    {
    'action':
         [
    'python',
    'src/build/gyp_chromium'
],
    'pattern':
         '.',
    'name':
         'gyp'
},
    {
    'action':
         [
    'python',
    'src/build/landmines.py'
],
    'pattern':
         '.',
    'name':
         'landmines'
}
]