| 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": "73861", | 7 "webkit_revision": "73861", |
| 8 "skia_revision": "632", | 8 "skia_revision": "632", |
| 9 "chromium_git": "http://git.chromium.org/git", | 9 "chromium_git": "http://git.chromium.org/git", |
| 10 "swig_revision": "40423", | 10 "swig_revision": "40423", |
| (...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 176 Var("libjingle_revision"), | 176 Var("libjingle_revision"), |
| 177 | 177 |
| 178 "src/third_party/speex": | 178 "src/third_party/speex": |
| 179 "/trunk/deps/third_party/speex@56515", | 179 "/trunk/deps/third_party/speex@56515", |
| 180 | 180 |
| 181 "src/third_party/libsrtp/src": | 181 "src/third_party/libsrtp/src": |
| 182 "/trunk/deps/third_party/libsrtp@60080", | 182 "/trunk/deps/third_party/libsrtp@60080", |
| 183 | 183 |
| 184 "src/third_party/yasm/source/patched-yasm": | 184 "src/third_party/yasm/source/patched-yasm": |
| 185 "/trunk/deps/third_party/yasm/patched-yasm@50870", | 185 "/trunk/deps/third_party/yasm/patched-yasm@50870", |
| 186 |
| 187 "src/third_party/libjpeg_turbo": |
| 188 "/trunk/deps/third_party/libjpeg_turbo@66929", |
| 186 } | 189 } |
| 187 | 190 |
| 188 | 191 |
| 189 deps_os = { | 192 deps_os = { |
| 190 "win": { | 193 "win": { |
| 191 "src/chrome/tools/test/reference_build/chrome": | 194 "src/chrome/tools/test/reference_build/chrome": |
| 192 "/trunk/deps/reference_builds/chrome@68691", | 195 "/trunk/deps/reference_builds/chrome@68691", |
| 193 | 196 |
| 194 "src/third_party/cygwin": | 197 "src/third_party/cygwin": |
| 195 "/trunk/deps/third_party/cygwin@66844", | 198 "/trunk/deps/third_party/cygwin@66844", |
| (...skipping 23 matching lines...) Expand all Loading... |
| 219 | 222 |
| 220 "src/third_party/swig/win": | 223 "src/third_party/swig/win": |
| 221 "/trunk/deps/third_party/swig/win@" + Var("swig_revision"), | 224 "/trunk/deps/third_party/swig/win@" + Var("swig_revision"), |
| 222 | 225 |
| 223 "src/third_party/mingw-w64/mingw/bin": | 226 "src/third_party/mingw-w64/mingw/bin": |
| 224 (Var("nacl_trunk") + "/src/third_party/mingw-w64/mingw/bin@" + | 227 (Var("nacl_trunk") + "/src/third_party/mingw-w64/mingw/bin@" + |
| 225 Var("nacl_revision")), | 228 Var("nacl_revision")), |
| 226 | 229 |
| 227 "src/rlz": | 230 "src/rlz": |
| 228 (Var("googlecode_url") % "rlz") + "/trunk@31", | 231 (Var("googlecode_url") % "rlz") + "/trunk@31", |
| 232 |
| 233 # Dependencies used by libjpeg-turbo |
| 234 "src/third_party/yasm/binaries": |
| 235 "/trunk/deps/third_party/yasm/binaries@66803", |
| 229 }, | 236 }, |
| 230 "mac": { | 237 "mac": { |
| 231 "src/chrome/tools/test/reference_build/chrome_mac": | 238 "src/chrome/tools/test/reference_build/chrome_mac": |
| 232 "/trunk/deps/reference_builds/chrome_mac@68706", | 239 "/trunk/deps/reference_builds/chrome_mac@68706", |
| 233 | 240 |
| 234 "src/third_party/GTM": | 241 "src/third_party/GTM": |
| 235 (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@410", | 242 (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@410", |
| 236 "src/third_party/pdfsqueeze": | 243 "src/third_party/pdfsqueeze": |
| 237 (Var("googlecode_url") % "pdfsqueeze") + "/trunk@2", | 244 (Var("googlecode_url") % "pdfsqueeze") + "/trunk@2", |
| 238 "src/third_party/lighttpd": | 245 "src/third_party/lighttpd": |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 301 ] | 308 ] |
| 302 | 309 |
| 303 | 310 |
| 304 hooks = [ | 311 hooks = [ |
| 305 { | 312 { |
| 306 # A change to a .gyp, .gypi, or to GYP itself should run the generator. | 313 # A change to a .gyp, .gypi, or to GYP itself should run the generator. |
| 307 "pattern": ".", | 314 "pattern": ".", |
| 308 "action": ["python", "src/build/gyp_chromium"], | 315 "action": ["python", "src/build/gyp_chromium"], |
| 309 }, | 316 }, |
| 310 ] | 317 ] |
| OLD | NEW |