| OLD | NEW |
| 1 vars = { | 1 vars = { |
| 2 "webkit_trunk": | 2 "webkit_trunk": |
| 3 "http://svn.webkit.org/repository/webkit/trunk", | 3 "http://svn.webkit.org/repository/webkit/trunk", |
| 4 "webkit_revision": "62145", | 4 "webkit_revision": "62145", |
| 5 "ffmpeg_revision": "49485", | 5 "ffmpeg_revision": "49485", |
| 6 "skia_revision": "583", | 6 "skia_revision": "583", |
| 7 "chromium_git": "http://src.chromium.org/git", | 7 "chromium_git": "http://src.chromium.org/git", |
| 8 "swig_revision": "40423", | 8 "swig_revision": "40423", |
| 9 "nacl_revision": "2587", | 9 "nacl_revision": "2587", |
| 10 "libvpx_revision": "47941", | 10 "libvpx_revision": "47941", |
| (...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 180 "src/third_party/lighttpd": | 180 "src/third_party/lighttpd": |
| 181 "/trunk/deps/third_party/lighttpd@33727", | 181 "/trunk/deps/third_party/lighttpd@33727", |
| 182 | 182 |
| 183 "src/third_party/ffmpeg/binaries/chromium/win/ia32": | 183 "src/third_party/ffmpeg/binaries/chromium/win/ia32": |
| 184 "/trunk/deps/third_party/ffmpeg/binaries/win@" + Var("ffmpeg_revision"), | 184 "/trunk/deps/third_party/ffmpeg/binaries/win@" + Var("ffmpeg_revision"), |
| 185 | 185 |
| 186 # Chrome Frame related deps | 186 # Chrome Frame related deps |
| 187 "src/third_party/xulrunner-sdk": | 187 "src/third_party/xulrunner-sdk": |
| 188 "/trunk/deps/third_party/xulrunner-sdk@17887", | 188 "/trunk/deps/third_party/xulrunner-sdk@17887", |
| 189 "src/chrome_frame/tools/test/reference_build/chrome": | 189 "src/chrome_frame/tools/test/reference_build/chrome": |
| 190 "/trunk/deps/reference_builds/chrome@41984", | 190 "/trunk/deps/reference_builds/chrome@51194", |
| 191 | 191 |
| 192 # Parses Windows PE/COFF executable format. | 192 # Parses Windows PE/COFF executable format. |
| 193 "src/third_party/pefile": | 193 "src/third_party/pefile": |
| 194 "http://pefile.googlecode.com/svn/trunk@63", | 194 "http://pefile.googlecode.com/svn/trunk@63", |
| 195 | 195 |
| 196 # NSS, for SSLClientSocketNSS. | 196 # NSS, for SSLClientSocketNSS. |
| 197 "src/third_party/nss": | 197 "src/third_party/nss": |
| 198 "/trunk/deps/third_party/nss@48440", | 198 "/trunk/deps/third_party/nss@48440", |
| 199 | 199 |
| 200 "src/third_party/swig/win": | 200 "src/third_party/swig/win": |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 285 | 285 |
| 286 | 286 |
| 287 hooks = [ | 287 hooks = [ |
| 288 { | 288 { |
| 289 # A change to a .gyp, .gypi, or to GYP itself should run the generator. | 289 # A change to a .gyp, .gypi, or to GYP itself should run the generator. |
| 290 "pattern": ".", | 290 "pattern": ".", |
| 291 "action": ["python", "src/build/gyp_chromium"], | 291 "action": ["python", "src/build/gyp_chromium"], |
| 292 }, | 292 }, |
| 293 ] | 293 ] |
| 294 | 294 |
| OLD | NEW |