| OLD | NEW |
| 1 vars = { | 1 vars = { |
| 2 # Use this googlecode_url variable only if there is an internal mirror for it. | 2 # Use this googlecode_url variable only if there is an internal mirror for it. |
| 3 # If you do not know, use the full path while defining your new deps entry. | 3 # If you do not know, use the full path while defining your new deps entry. |
| 4 "googlecode_url": "http://%s.googlecode.com/svn", | 4 "googlecode_url": "http://%s.googlecode.com/svn", |
| 5 "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", | 5 "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", |
| 6 "nacl_trunk": "http://src.chromium.org/native_client/trunk", | 6 "nacl_trunk": "http://src.chromium.org/native_client/trunk", |
| 7 "webkit_revision": "77686", | 7 "webkit_revision": "77686", |
| 8 "chromium_git": "http://git.chromium.org/git", | 8 "chromium_git": "http://git.chromium.org/git", |
| 9 "swig_revision": "69281", | 9 "swig_revision": "69281", |
| 10 "nacl_revision": "4270", | 10 "nacl_revision": "4270", |
| (...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 185 "src/third_party/speex": | 185 "src/third_party/speex": |
| 186 "/trunk/deps/third_party/speex@70427", | 186 "/trunk/deps/third_party/speex@70427", |
| 187 | 187 |
| 188 "src/third_party/libsrtp/src": | 188 "src/third_party/libsrtp/src": |
| 189 "/trunk/deps/third_party/libsrtp@60080", | 189 "/trunk/deps/third_party/libsrtp@60080", |
| 190 | 190 |
| 191 "src/third_party/yasm/source/patched-yasm": | 191 "src/third_party/yasm/source/patched-yasm": |
| 192 "/trunk/deps/third_party/yasm/patched-yasm@73761", | 192 "/trunk/deps/third_party/yasm/patched-yasm@73761", |
| 193 | 193 |
| 194 "src/third_party/libjpeg_turbo": | 194 "src/third_party/libjpeg_turbo": |
| 195 "/trunk/deps/third_party/libjpeg_turbo@66929", | 195 "/trunk/deps/third_party/libjpeg_turbo@73971", |
| 196 | 196 |
| 197 "src/third_party/flac": | 197 "src/third_party/flac": |
| 198 "/trunk/deps/third_party/flac@71053", | 198 "/trunk/deps/third_party/flac@71053", |
| 199 } | 199 } |
| 200 | 200 |
| 201 | 201 |
| 202 deps_os = { | 202 deps_os = { |
| 203 "win": { | 203 "win": { |
| 204 "src/chrome/tools/test/reference_build/chrome": | 204 "src/chrome/tools/test/reference_build/chrome": |
| 205 "/trunk/deps/reference_builds/chrome@70122", | 205 "/trunk/deps/reference_builds/chrome@70122", |
| (...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 316 ] | 316 ] |
| 317 | 317 |
| 318 | 318 |
| 319 hooks = [ | 319 hooks = [ |
| 320 { | 320 { |
| 321 # A change to a .gyp, .gypi, or to GYP itself should run the generator. | 321 # A change to a .gyp, .gypi, or to GYP itself should run the generator. |
| 322 "pattern": ".", | 322 "pattern": ".", |
| 323 "action": ["python", "src/build/gyp_chromium"], | 323 "action": ["python", "src/build/gyp_chromium"], |
| 324 }, | 324 }, |
| 325 ] | 325 ] |
| OLD | NEW |