1# 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', 16 'v8/buildtools': 17 Var('git_url') + '/chromium/buildtools.git@5d89977ce55240995d1596fe420b818468f5ec37', 18 'v8/third_party/icu': 19 Var('git_url') + '/chromium/deps/icu46.git@7a1ec88f69e25b3efcf76196d07f7815255db025', 20} 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 = [ 33 34] 35 36skip_child_includes = [ 37 38] 39 40hooks = [ 41 { 42 'action': 43 [ 44 'python', 45 'v8/build/gyp_v8' 46], 47 'pattern': 48 '.' 49} 50] 51