blob: ea29a42043faf62354b6e1d63a992c1bdfd2f9e8 [file] [log] [blame]
machenbach@chromium.orgb67f9602014-04-24 00:05:05 +00001# DO NOT EDIT EXCEPT FOR LOCAL TESTING.
2# THIS IS A GENERATED FILE.
3# ALL MANUAL CHANGES WILL BE OVERWRITTEN.
4# SEE http://code.google.com/p/chromium/wiki/UsingGit
5# FOR HOW TO ROLL DEPS
6vars = {
7 'webkit_url':
8 'https://chromium.googlesource.com/chromium/blink.git',
9 'git_url':
10 'https://chromium.googlesource.com'
11}
12
13deps = {
14 'v8/build/gyp':
15 Var('git_url') + '/external/gyp.git@a3e2a5caf24a1e0a45401e09ad131210bf16b852',
machenbach@chromium.org196eb602014-06-04 00:06:13 +000016 'v8/buildtools':
machenbach@chromium.org248dd432014-06-30 00:04:54 +000017 Var('git_url') + '/chromium/buildtools.git@fb782d4369d5ae04f17a2fceef7de5a63e50f07b',
machenbach@chromium.orgb67f9602014-04-24 00:05:05 +000018 'v8/third_party/icu':
machenbach@chromium.org51e85202014-07-23 00:04:36 +000019 Var('git_url') + '/chromium/deps/icu52.git@26d8859357ac0bfb86b939bf21c087b8eae22494',
machenbach@chromium.orgb67f9602014-04-24 00:05:05 +000020}
21
22deps_os = {
23 'win':
24 {
25 'v8/third_party/cygwin':
26 Var('git_url') + '/chromium/deps/cygwin.git@06a117a90c15174436bfa20ceebbfdf43b7eb820',
27 'v8/third_party/python_26':
28 Var('git_url') + '/chromium/deps/python_26.git@67d19f904470effe3122d27101cc5a8195abd157',
29 },
30}
31
32include_rules = [
machenbach@chromium.org248dd432014-06-30 00:04:54 +000033 '+include',
34 '+unicode'
machenbach@chromium.orgb67f9602014-04-24 00:05:05 +000035]
36
37skip_child_includes = [
machenbach@chromium.org248dd432014-06-30 00:04:54 +000038 'build',
39 'third_party'
machenbach@chromium.orgb67f9602014-04-24 00:05:05 +000040]
41
42hooks = [
43 {
44 'action':
45 [
machenbach@chromium.org248dd432014-06-30 00:04:54 +000046 'download_from_google_storage',
47 '--no_resume',
48 '--platform=win32',
49 '--no_auth',
50 '--bucket',
51 'chromium-clang-format',
52 '-s',
53 'v8/buildtools/win/clang-format.exe.sha1'
54],
55 'pattern':
56 '.',
57 'name':
58 'clang_format_win'
59},
60 {
61 'action':
62 [
63 'download_from_google_storage',
64 '--no_resume',
65 '--platform=darwin',
66 '--no_auth',
67 '--bucket',
68 'chromium-clang-format',
69 '-s',
70 'v8/buildtools/mac/clang-format.sha1'
71],
72 'pattern':
73 '.',
74 'name':
75 'clang_format_mac'
76},
77 {
78 'action':
79 [
80 'download_from_google_storage',
81 '--no_resume',
82 '--platform=linux*',
83 '--no_auth',
84 '--bucket',
85 'chromium-clang-format',
86 '-s',
87 'v8/buildtools/linux64/clang-format.sha1'
88],
89 'pattern':
90 '.',
91 'name':
92 'clang_format_linux'
93},
94 {
95 'action':
96 [
machenbach@chromium.orgb67f9602014-04-24 00:05:05 +000097 'python',
98 'v8/build/gyp_v8'
99],
100 'pattern':
101 '.'
102}
103]