| 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": "57286", | 4 "webkit_revision": "57286", |
| 5 "ffmpeg_revision": "43776", | 5 "ffmpeg_revision": "43776", |
| 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": "2072", | 9 "nacl_revision": "2072", |
| 10 } | 10 } |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 65 "src/third_party/WebKit/WebKit/chromium": | 65 "src/third_party/WebKit/WebKit/chromium": |
| 66 Var("webkit_trunk") + "/WebKit/chromium@" + Var("webkit_revision"), | 66 Var("webkit_trunk") + "/WebKit/chromium@" + Var("webkit_revision"), |
| 67 | 67 |
| 68 "src/third_party/WebKit/WebKitTools/DumpRenderTree": | 68 "src/third_party/WebKit/WebKitTools/DumpRenderTree": |
| 69 Var("webkit_trunk") + "/WebKitTools/DumpRenderTree@" + Var("webkit_revision"
), | 69 Var("webkit_trunk") + "/WebKitTools/DumpRenderTree@" + Var("webkit_revision"
), |
| 70 | 70 |
| 71 "src/third_party/WebKit/WebKitTools/Scripts": | 71 "src/third_party/WebKit/WebKitTools/Scripts": |
| 72 Var("webkit_trunk") + "/WebKitTools/Scripts@" + Var("webkit_revision"), | 72 Var("webkit_trunk") + "/WebKitTools/Scripts@" + Var("webkit_revision"), |
| 73 | 73 |
| 74 "src/third_party/ots": | 74 "src/third_party/ots": |
| 75 "http://ots.googlecode.com/svn/trunk@31", | 75 "http://ots.googlecode.com/svn/trunk@35", |
| 76 | 76 |
| 77 "src/tools/page_cycler/acid3": | 77 "src/tools/page_cycler/acid3": |
| 78 "/trunk/deps/page_cycler/acid3@19546", | 78 "/trunk/deps/page_cycler/acid3@19546", |
| 79 | 79 |
| 80 # We run these layout tests as UI tests. Since many of the buildbots that | 80 # We run these layout tests as UI tests. Since many of the buildbots that |
| 81 # run layout tests do NOT have access to the LayoutTest directory, we need | 81 # run layout tests do NOT have access to the LayoutTest directory, we need |
| 82 # to map them here. In practice, these do not take up much space. | 82 # to map them here. In practice, these do not take up much space. |
| 83 "src/chrome/test/data/layout_tests/LayoutTests/fast/events": | 83 "src/chrome/test/data/layout_tests/LayoutTests/fast/events": |
| 84 Var("webkit_trunk") + "/LayoutTests/fast/events@" + | 84 Var("webkit_trunk") + "/LayoutTests/fast/events@" + |
| 85 Var("webkit_revision"), | 85 Var("webkit_revision"), |
| (...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 249 "action": ["python", "src/build/gyp_chromium"], | 249 "action": ["python", "src/build/gyp_chromium"], |
| 250 }, | 250 }, |
| 251 { | 251 { |
| 252 # Workaround XCode dependecies problem. | 252 # Workaround XCode dependecies problem. |
| 253 # TODO(bradnelson): remove this when fixed. | 253 # TODO(bradnelson): remove this when fixed. |
| 254 "pattern": ".", | 254 "pattern": ".", |
| 255 "action": ["python", | 255 "action": ["python", |
| 256 "src/build/mac/clobber_generated_headers.py"], | 256 "src/build/mac/clobber_generated_headers.py"], |
| 257 }, | 257 }, |
| 258 ] | 258 ] |
| OLD | NEW |