| 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": "56096", | 4 "webkit_revision": "56096", |
| 5 "ffmpeg_revision": "40718", | 5 "ffmpeg_revision": "40718", |
| 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": "1704", | 9 "nacl_revision": "1704", |
| 10 } | 10 } |
| (...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 144 "src/third_party/mingw-w64/mingw/bin": | 144 "src/third_party/mingw-w64/mingw/bin": |
| 145 ("http://nativeclient.googlecode.com/svn/trunk/src/third_party/mingw-w64/m
ingw/bin@" + | 145 ("http://nativeclient.googlecode.com/svn/trunk/src/third_party/mingw-w64/m
ingw/bin@" + |
| 146 Var("nacl_revision")), | 146 Var("nacl_revision")), |
| 147 | 147 |
| 148 }, | 148 }, |
| 149 "mac": { | 149 "mac": { |
| 150 "src/chrome/tools/test/reference_build/chrome_mac": | 150 "src/chrome/tools/test/reference_build/chrome_mac": |
| 151 "/trunk/deps/reference_builds/chrome_mac@35421", | 151 "/trunk/deps/reference_builds/chrome_mac@35421", |
| 152 | 152 |
| 153 "src/third_party/GTM": | 153 "src/third_party/GTM": |
| 154 "http://google-toolbox-for-mac.googlecode.com/svn/trunk@305", | 154 "http://google-toolbox-for-mac.googlecode.com/svn/trunk@310", |
| 155 "src/third_party/pdfsqueeze": | 155 "src/third_party/pdfsqueeze": |
| 156 "http://pdfsqueeze.googlecode.com/svn/trunk@2", | 156 "http://pdfsqueeze.googlecode.com/svn/trunk@2", |
| 157 "src/third_party/lighttpd": | 157 "src/third_party/lighttpd": |
| 158 "/trunk/deps/third_party/lighttpd@33737", | 158 "/trunk/deps/third_party/lighttpd@33737", |
| 159 | 159 |
| 160 "src/third_party/WebKit/WebKit/mac": | 160 "src/third_party/WebKit/WebKit/mac": |
| 161 Var("webkit_trunk") + "/WebKit/mac@" + Var("webkit_revision"), | 161 Var("webkit_trunk") + "/WebKit/mac@" + Var("webkit_revision"), |
| 162 "src/third_party/WebKit/WebKitLibraries": | 162 "src/third_party/WebKit/WebKitLibraries": |
| 163 Var("webkit_trunk") + "/WebKitLibraries@" + Var("webkit_revision"), | 163 Var("webkit_trunk") + "/WebKitLibraries@" + Var("webkit_revision"), |
| 164 | 164 |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 239 "$matching_files"], | 239 "$matching_files"], |
| 240 }, | 240 }, |
| 241 { | 241 { |
| 242 # Workaround XCode dependecies problem. | 242 # Workaround XCode dependecies problem. |
| 243 # TODO(bradnelson): remove this when fixed. | 243 # TODO(bradnelson): remove this when fixed. |
| 244 "pattern": ".", | 244 "pattern": ".", |
| 245 "action": ["python", | 245 "action": ["python", |
| 246 "src/build/mac/clobber_generated_headers.py"], | 246 "src/build/mac/clobber_generated_headers.py"], |
| 247 }, | 247 }, |
| 248 ] | 248 ] |
| OLD | NEW |