| 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 'build/scripts/gsd_generate_index': | |
| 15 Var('git_url') + '/chromium/tools/gsd_generate_index.git', | |
| 16 'build/scripts/private/data/reliability': | |
| 17 Var('git_url') + '/chromium/src/chrome/test/data/reliability.git', | |
| 18 'build/scripts/tools/deps2git': | |
| 19 Var('git_url') + '/chromium/tools/deps2git.git', | |
| 20 'build/third_party/gsutil': | |
| 21 Var('git_url') + '/external/gsutil/src.git@5cba434b828da428a906c8197a23c
9ae120d2636', | |
| 22 'build/third_party/gsutil/boto': | |
| 23 Var('git_url') + '/external/boto.git@98fc59a5896f4ea990a4d527548204fed8f
06c64', | |
| 24 'build/third_party/lighttpd': | |
| 25 Var('git_url') + '/chromium/deps/lighttpd.git@9dfa55d15937a688a92cbf2b7a
8621b0927d06eb', | |
| 26 'depot_tools': | |
| 27 Var('git_url') + '/chromium/tools/depot_tools.git', | |
| 28 } | |
| 29 | |
| 30 deps_os = { | |
| 31 'unix': | |
| 32 { | |
| 33 'build/third_party/xvfb': | |
| 34 Var('git_url') + '/chromium/tools/third_party/xvfb.git', | |
| 35 }, | |
| 36 } | |
| 37 | |
| 38 include_rules = [ | |
| 39 | |
| 40 ] | |
| 41 | |
| 42 skip_child_includes = [ | |
| 43 | |
| 44 ] | |
| 45 | |
| 46 hooks = [ | |
| 47 { | |
| 48 'action': | |
| 49 [ | |
| 50 'python', | |
| 51 '-u', | |
| 52 'build/scripts/common/remove_orphaned_pycs.py' | |
| 53 ], | |
| 54 'pattern': | |
| 55 '.' | |
| 56 }, | |
| 57 { | |
| 58 'action': | |
| 59 [ | |
| 60 'python', | |
| 61 'build/scripts/tools/runit.py', | |
| 62 'python', | |
| 63 'build/scripts/common/cros_chromite.py', | |
| 64 '-v' | |
| 65 ], | |
| 66 'pattern': | |
| 67 '.*/cros_chromite_pins\\.json', | |
| 68 'name': | |
| 69 'cros_chromite' | |
| 70 } | |
| 71 ] | |
| 72 recursedeps = [ | |
| 73 | |
| 74 ] | |
| OLD | NEW |