| 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": "79361", | 7 "webkit_revision": "79361", |
| 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": "4340", | 10 "nacl_revision": "4340", |
| (...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 186 "src/third_party/speex": | 186 "src/third_party/speex": |
| 187 "/trunk/deps/third_party/speex@70427", | 187 "/trunk/deps/third_party/speex@70427", |
| 188 | 188 |
| 189 "src/third_party/libsrtp/src": | 189 "src/third_party/libsrtp/src": |
| 190 "/trunk/deps/third_party/libsrtp@60080", | 190 "/trunk/deps/third_party/libsrtp@60080", |
| 191 | 191 |
| 192 "src/third_party/yasm/source/patched-yasm": | 192 "src/third_party/yasm/source/patched-yasm": |
| 193 "/trunk/deps/third_party/yasm/patched-yasm@73761", | 193 "/trunk/deps/third_party/yasm/patched-yasm@73761", |
| 194 | 194 |
| 195 "src/third_party/libjpeg_turbo": | 195 "src/third_party/libjpeg_turbo": |
| 196 "/trunk/deps/third_party/libjpeg_turbo@73971", | 196 "/trunk/deps/third_party/libjpeg_turbo@75235", |
| 197 | 197 |
| 198 "src/third_party/flac": | 198 "src/third_party/flac": |
| 199 "/trunk/deps/third_party/flac@71053", | 199 "/trunk/deps/third_party/flac@71053", |
| 200 } | 200 } |
| 201 | 201 |
| 202 | 202 |
| 203 deps_os = { | 203 deps_os = { |
| 204 "win": { | 204 "win": { |
| 205 "src/chrome/tools/test/reference_build/chrome": | 205 "src/chrome/tools/test/reference_build/chrome": |
| 206 "/trunk/deps/reference_builds/chrome@70122", | 206 "/trunk/deps/reference_builds/chrome@70122", |
| (...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 318 ] | 318 ] |
| 319 | 319 |
| 320 | 320 |
| 321 hooks = [ | 321 hooks = [ |
| 322 { | 322 { |
| 323 # A change to a .gyp, .gypi, or to GYP itself should run the generator. | 323 # A change to a .gyp, .gypi, or to GYP itself should run the generator. |
| 324 "pattern": ".", | 324 "pattern": ".", |
| 325 "action": ["python", "src/build/gyp_chromium"], | 325 "action": ["python", "src/build/gyp_chromium"], |
| 326 }, | 326 }, |
| 327 ] | 327 ] |
| OLD | NEW |