| OLD | NEW |
| (Empty) |
| 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 | |
| 6 vars = { | |
| 7 'webkit_url': | |
| 8 'https://chromium.googlesource.com/chromium/blink.git', | |
| 9 'git_url': | |
| 10 'https://chromium.googlesource.com' | |
| 11 } | |
| 12 | |
| 13 deps = { | |
| 14 'v8/build/gyp': | |
| 15 Var('git_url') + '/external/gyp.git@a3e2a5caf24a1e0a45401e09ad131210bf16
b852', | |
| 16 'v8/buildtools': | |
| 17 Var('git_url') + '/chromium/buildtools.git@fb782d4369d5ae04f17a2fceef7de
5a63e50f07b', | |
| 18 'v8/testing/gmock': | |
| 19 Var('git_url') + '/external/googlemock.git@896ba0e03f520fb9b6ed582bde2bd
00847e3c3f2', | |
| 20 'v8/testing/gtest': | |
| 21 Var('git_url') + '/external/googletest.git@4650552ff637bb44ecf7784060091
cbed3252211', | |
| 22 'v8/third_party/icu': | |
| 23 Var('git_url') + '/chromium/deps/icu52.git@26d8859357ac0bfb86b939bf21c08
7b8eae22494', | |
| 24 } | |
| 25 | |
| 26 deps_os = { | |
| 27 'android': | |
| 28 { | |
| 29 'v8/third_party/android_tools': | |
| 30 Var('git_url') + '/android_tools.git@31869996507de16812bb53a3d0aaa15
cd6194c16', | |
| 31 }, | |
| 32 'win': | |
| 33 { | |
| 34 'v8/third_party/cygwin': | |
| 35 Var('git_url') + '/chromium/deps/cygwin.git@06a117a90c15174436bfa20c
eebbfdf43b7eb820', | |
| 36 'v8/third_party/python_26': | |
| 37 Var('git_url') + '/chromium/deps/python_26.git@67d19f904470effe3122d
27101cc5a8195abd157', | |
| 38 }, | |
| 39 } | |
| 40 | |
| 41 include_rules = [ | |
| 42 '+include', | |
| 43 '+unicode', | |
| 44 '+third_party/fdlibm' | |
| 45 ] | |
| 46 | |
| 47 skip_child_includes = [ | |
| 48 'build', | |
| 49 'third_party' | |
| 50 ] | |
| 51 | |
| 52 hooks = [ | |
| 53 { | |
| 54 'action': | |
| 55 [ | |
| 56 'download_from_google_storage', | |
| 57 '--no_resume', | |
| 58 '--platform=win32', | |
| 59 '--no_auth', | |
| 60 '--bucket', | |
| 61 'chromium-clang-format', | |
| 62 '-s', | |
| 63 'v8/buildtools/win/clang-format.exe.sha1' | |
| 64 ], | |
| 65 'pattern': | |
| 66 '.', | |
| 67 'name': | |
| 68 'clang_format_win' | |
| 69 }, | |
| 70 { | |
| 71 'action': | |
| 72 [ | |
| 73 'download_from_google_storage', | |
| 74 '--no_resume', | |
| 75 '--platform=darwin', | |
| 76 '--no_auth', | |
| 77 '--bucket', | |
| 78 'chromium-clang-format', | |
| 79 '-s', | |
| 80 'v8/buildtools/mac/clang-format.sha1' | |
| 81 ], | |
| 82 'pattern': | |
| 83 '.', | |
| 84 'name': | |
| 85 'clang_format_mac' | |
| 86 }, | |
| 87 { | |
| 88 'action': | |
| 89 [ | |
| 90 'download_from_google_storage', | |
| 91 '--no_resume', | |
| 92 '--platform=linux*', | |
| 93 '--no_auth', | |
| 94 '--bucket', | |
| 95 'chromium-clang-format', | |
| 96 '-s', | |
| 97 'v8/buildtools/linux64/clang-format.sha1' | |
| 98 ], | |
| 99 'pattern': | |
| 100 '.', | |
| 101 'name': | |
| 102 'clang_format_linux' | |
| 103 }, | |
| 104 { | |
| 105 'action': | |
| 106 [ | |
| 107 'python', | |
| 108 'v8/build/gyp_v8' | |
| 109 ], | |
| 110 'pattern': | |
| 111 '.' | |
| 112 } | |
| 113 ] | |
| OLD | NEW |