| 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": "61871", | 4 "webkit_revision": "61871", |
| 5 "ffmpeg_revision": "49485", | 5 "ffmpeg_revision": "49485", |
| 6 "skia_revision": "582", | 6 "skia_revision": "582", |
| 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": "2555", | 9 "nacl_revision": "2555", |
| 10 "libvpx_revision": "47941", | 10 "libvpx_revision": "47941", |
| (...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 120 Var("webkit_revision"), | 120 Var("webkit_revision"), |
| 121 "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-mac/storage/d
omstorage": | 121 "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-mac/storage/d
omstorage": |
| 122 Var("webkit_trunk") + "/LayoutTests/platform/chromium-mac/storage/domstorage
@" + | 122 Var("webkit_trunk") + "/LayoutTests/platform/chromium-mac/storage/domstorage
@" + |
| 123 Var("webkit_revision"), | 123 Var("webkit_revision"), |
| 124 "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/even
ts": | 124 "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/even
ts": |
| 125 Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/fast/events@" + | 125 Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/fast/events@" + |
| 126 Var("webkit_revision"), | 126 Var("webkit_revision"), |
| 127 "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/work
ers": | 127 "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/work
ers": |
| 128 Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/fast/workers@" + | 128 Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/fast/workers@" + |
| 129 Var("webkit_revision"), | 129 Var("webkit_revision"), |
| 130 "src/chrome/test/data/layout_tests/LayoutTests/http/tests/appcache": |
| 131 Var("webkit_trunk") + "/LayoutTests/http/tests/appcache@" + |
| 132 Var("webkit_revision"), |
| 130 "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-win/http/test
s/workers": | 133 "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-win/http/test
s/workers": |
| 131 Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/http/tests/workers
@" + | 134 Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/http/tests/workers
@" + |
| 132 Var("webkit_revision"), | 135 Var("webkit_revision"), |
| 133 "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-win/storage/d
omstorage": | 136 "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-win/storage/d
omstorage": |
| 134 Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/storage/domstorage
@" + | 137 Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/storage/domstorage
@" + |
| 135 Var("webkit_revision"), | 138 Var("webkit_revision"), |
| 136 "src/chrome/test/data/layout_tests/LayoutTests/storage/domstorage": | 139 "src/chrome/test/data/layout_tests/LayoutTests/storage/domstorage": |
| 137 Var("webkit_trunk") + "/LayoutTests/storage/domstorage@" + | 140 Var("webkit_trunk") + "/LayoutTests/storage/domstorage@" + |
| 138 Var("webkit_revision"), | 141 Var("webkit_revision"), |
| 139 "src/chrome/test/data/layout_tests/LayoutTests/websocket/tests/workers": | 142 "src/chrome/test/data/layout_tests/LayoutTests/websocket/tests/workers": |
| (...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 289 }, | 292 }, |
| 290 { | 293 { |
| 291 # Workaround XCode dependecies problem. | 294 # Workaround XCode dependecies problem. |
| 292 # TODO(bradnelson): remove this when fixed. | 295 # TODO(bradnelson): remove this when fixed. |
| 293 "pattern": ".", | 296 "pattern": ".", |
| 294 "action": ["python", | 297 "action": ["python", |
| 295 "src/build/mac/clobber_generated_headers.py"], | 298 "src/build/mac/clobber_generated_headers.py"], |
| 296 }, | 299 }, |
| 297 ] | 300 ] |
| 298 | 301 |
| OLD | NEW |