| 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": "57147", | 4 "webkit_revision": "57147", |
| 5 "ffmpeg_revision": "42726", | 5 "ffmpeg_revision": "42726", |
| 6 "skia_revision": "504", | 6 "skia_revision": "504", |
| 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": "1915", | 9 "nacl_revision": "1915", |
| 10 } | 10 } |
| (...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 168 | 168 |
| 169 "src/third_party/mingw-w64/mingw/bin": | 169 "src/third_party/mingw-w64/mingw/bin": |
| 170 ("http://nativeclient.googlecode.com/svn/trunk/src/third_party/mingw-w64/m
ingw/bin@" + | 170 ("http://nativeclient.googlecode.com/svn/trunk/src/third_party/mingw-w64/m
ingw/bin@" + |
| 171 Var("nacl_revision")), | 171 Var("nacl_revision")), |
| 172 }, | 172 }, |
| 173 "mac": { | 173 "mac": { |
| 174 "src/chrome/tools/test/reference_build/chrome_mac": | 174 "src/chrome/tools/test/reference_build/chrome_mac": |
| 175 "/trunk/deps/reference_builds/chrome_mac@41963", | 175 "/trunk/deps/reference_builds/chrome_mac@41963", |
| 176 | 176 |
| 177 "src/third_party/GTM": | 177 "src/third_party/GTM": |
| 178 "http://google-toolbox-for-mac.googlecode.com/svn/trunk@312", | 178 "http://google-toolbox-for-mac.googlecode.com/svn/trunk@321", |
| 179 "src/third_party/pdfsqueeze": | 179 "src/third_party/pdfsqueeze": |
| 180 "http://pdfsqueeze.googlecode.com/svn/trunk@2", | 180 "http://pdfsqueeze.googlecode.com/svn/trunk@2", |
| 181 "src/third_party/lighttpd": | 181 "src/third_party/lighttpd": |
| 182 "/trunk/deps/third_party/lighttpd@33737", | 182 "/trunk/deps/third_party/lighttpd@33737", |
| 183 | 183 |
| 184 "src/third_party/WebKit/WebKit/mac": | 184 "src/third_party/WebKit/WebKit/mac": |
| 185 Var("webkit_trunk") + "/WebKit/mac@" + Var("webkit_revision"), | 185 Var("webkit_trunk") + "/WebKit/mac@" + Var("webkit_revision"), |
| 186 "src/third_party/WebKit/WebKitLibraries": | 186 "src/third_party/WebKit/WebKitLibraries": |
| 187 Var("webkit_trunk") + "/WebKitLibraries@" + Var("webkit_revision"), | 187 Var("webkit_trunk") + "/WebKitLibraries@" + Var("webkit_revision"), |
| 188 | 188 |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 246 "action": ["python", "src/build/gyp_chromium"], | 246 "action": ["python", "src/build/gyp_chromium"], |
| 247 }, | 247 }, |
| 248 { | 248 { |
| 249 # Workaround XCode dependecies problem. | 249 # Workaround XCode dependecies problem. |
| 250 # TODO(bradnelson): remove this when fixed. | 250 # TODO(bradnelson): remove this when fixed. |
| 251 "pattern": ".", | 251 "pattern": ".", |
| 252 "action": ["python", | 252 "action": ["python", |
| 253 "src/build/mac/clobber_generated_headers.py"], | 253 "src/build/mac/clobber_generated_headers.py"], |
| 254 }, | 254 }, |
| 255 ] | 255 ] |
| OLD | NEW |