| 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": "54530", | 4 "webkit_revision": "54530", |
| 5 "ffmpeg_revision": "34297", | 5 "ffmpeg_revision": "34297", |
| 6 "skia_revision": "490", | 6 "skia_revision": "490", |
| 7 "chromium_git": "http://src.chromium.org/git", | 7 "chromium_git": "http://src.chromium.org/git", |
| 8 "swig_revision": "37274", | 8 "swig_revision": "37274", |
| 9 } | 9 } |
| 10 | 10 |
| (...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 143 "/trunk/deps/third_party/nss@36871", | 143 "/trunk/deps/third_party/nss@36871", |
| 144 | 144 |
| 145 "src/third_party/swig/win": | 145 "src/third_party/swig/win": |
| 146 "/trunk/deps/third_party/swig/win@" + Var("swig_revision"), | 146 "/trunk/deps/third_party/swig/win@" + Var("swig_revision"), |
| 147 }, | 147 }, |
| 148 "mac": { | 148 "mac": { |
| 149 "src/chrome/tools/test/reference_build/chrome_mac": | 149 "src/chrome/tools/test/reference_build/chrome_mac": |
| 150 "/trunk/deps/reference_builds/chrome_mac@35421", | 150 "/trunk/deps/reference_builds/chrome_mac@35421", |
| 151 | 151 |
| 152 "src/third_party/GTM": | 152 "src/third_party/GTM": |
| 153 "http://google-toolbox-for-mac.googlecode.com/svn/trunk@280", | 153 "http://google-toolbox-for-mac.googlecode.com/svn/trunk@293", |
| 154 "src/third_party/pdfsqueeze": | 154 "src/third_party/pdfsqueeze": |
| 155 "http://pdfsqueeze.googlecode.com/svn/trunk@2", | 155 "http://pdfsqueeze.googlecode.com/svn/trunk@2", |
| 156 "src/third_party/lighttpd": | 156 "src/third_party/lighttpd": |
| 157 "/trunk/deps/third_party/lighttpd@33737", | 157 "/trunk/deps/third_party/lighttpd@33737", |
| 158 | 158 |
| 159 "src/third_party/WebKit/WebKit/mac": | 159 "src/third_party/WebKit/WebKit/mac": |
| 160 Var("webkit_trunk") + "/WebKit/mac@" + Var("webkit_revision"), | 160 Var("webkit_trunk") + "/WebKit/mac@" + Var("webkit_revision"), |
| 161 "src/third_party/WebKit/WebKitLibraries": | 161 "src/third_party/WebKit/WebKitLibraries": |
| 162 Var("webkit_trunk") + "/WebKitLibraries@" + Var("webkit_revision"), | 162 Var("webkit_trunk") + "/WebKitLibraries@" + Var("webkit_revision"), |
| 163 | 163 |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 238 "$matching_files"], | 238 "$matching_files"], |
| 239 }, | 239 }, |
| 240 { | 240 { |
| 241 # Workaround XCode dependecies problem. | 241 # Workaround XCode dependecies problem. |
| 242 # TODO(bradnelson): remove this when fixed. | 242 # TODO(bradnelson): remove this when fixed. |
| 243 "pattern": ".", | 243 "pattern": ".", |
| 244 "action": ["python", | 244 "action": ["python", |
| 245 "src/build/mac/clobber_generated_headers.py"], | 245 "src/build/mac/clobber_generated_headers.py"], |
| 246 }, | 246 }, |
| 247 ] | 247 ] |
| OLD | NEW |