| OLD | NEW |
| 1 deps = { | 1 deps = { |
| 2 "src/third_party/libapps": | 2 "src/third_party/libapps": |
| 3 "https://chromium.googlesource.com/apps/libapps.git@0bec09b", | 3 "https://chromium.googlesource.com/apps/libapps.git@0bec09b", |
| 4 "src/third_party/mock": | 4 "src/third_party/mock": |
| 5 "https://github.com/sbc100/mock.git@6206f33" | 5 "https://github.com/sbc100/mock.git@6206f33", |
| 6 "src/third_party/zip.js": |
| 7 "git://github.com/gildas-lormeau/zip.js@4c93974" |
| 6 } | 8 } |
| 7 | 9 |
| 8 deps_os = { | 10 deps_os = { |
| 9 "win": { | 11 "win": { |
| 10 "src/third_party/cygwin": | 12 "src/third_party/cygwin": |
| 11 "http://src.chromium.org/svn/trunk/deps/third_party/cygwin@11984", | 13 "http://src.chromium.org/svn/trunk/deps/third_party/cygwin@11984", |
| 12 "src/native_client/build": | 14 "src/native_client/build": |
| 13 "http://src.chromium.org/native_client/trunk/src/native_client/build" | 15 "http://src.chromium.org/native_client/trunk/src/native_client/build" |
| 14 }, | 16 }, |
| 15 } | 17 } |
| 16 | 18 |
| 17 hooks = [ | 19 hooks = [ |
| 18 { | 20 { |
| 19 "name": "clean_pyc", | 21 "name": "clean_pyc", |
| 20 "pattern": ".", | 22 "pattern": ".", |
| 21 "action": [ | 23 "action": [ |
| 22 "python", "src/build_tools/clean_pyc.py", "src/build_tools", "src/lib" | 24 "python", "src/build_tools/clean_pyc.py", "src/build_tools", "src/lib" |
| 23 ], | 25 ], |
| 24 }, | 26 }, |
| 25 ] | 27 ] |
| OLD | NEW |