| 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": "51390", | 4 "webkit_revision": "51390", |
| 5 "ffmpeg_revision": "30374", | 5 "ffmpeg_revision": "30374", |
| 6 "chromium_git": "http://src.chromium.org/git", | 6 "chromium_git": "http://src.chromium.org/git", |
| 7 } | 7 } |
| 8 | 8 |
| 9 deps = { | 9 deps = { |
| 10 "src/breakpad/src": | 10 "src/breakpad/src": |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 92 Var("webkit_trunk") + "/LayoutTests/http/tests/workers@" + | 92 Var("webkit_trunk") + "/LayoutTests/http/tests/workers@" + |
| 93 Var("webkit_revision"), | 93 Var("webkit_revision"), |
| 94 "src/chrome/test/data/layout_tests/LayoutTests/http/tests/xmlhttprequest": | 94 "src/chrome/test/data/layout_tests/LayoutTests/http/tests/xmlhttprequest": |
| 95 Var("webkit_trunk") + "/LayoutTests/http/tests/xmlhttprequest@" + | 95 Var("webkit_trunk") + "/LayoutTests/http/tests/xmlhttprequest@" + |
| 96 Var("webkit_revision"), | 96 Var("webkit_revision"), |
| 97 "src/chrome/test/data/layout_tests/LayoutTests/storage/domstorage": | 97 "src/chrome/test/data/layout_tests/LayoutTests/storage/domstorage": |
| 98 Var("webkit_trunk") + "/LayoutTests/storage/domstorage@" + | 98 Var("webkit_trunk") + "/LayoutTests/storage/domstorage@" + |
| 99 Var("webkit_revision"), | 99 Var("webkit_revision"), |
| 100 | 100 |
| 101 "src/chrome/tools/test/reference_build": | 101 "src/chrome/tools/test/reference_build": |
| 102 "/trunk/deps/reference_builds@30141", | 102 "/trunk/deps/reference_builds@33150", |
| 103 } | 103 } |
| 104 | 104 |
| 105 | 105 |
| 106 deps_os = { | 106 deps_os = { |
| 107 "win": { | 107 "win": { |
| 108 "src/third_party/cygwin": | 108 "src/third_party/cygwin": |
| 109 "/trunk/deps/third_party/cygwin@11984", | 109 "/trunk/deps/third_party/cygwin@11984", |
| 110 | 110 |
| 111 "src/third_party/python_24": | 111 "src/third_party/python_24": |
| 112 "/trunk/deps/third_party/python_24@22967", | 112 "/trunk/deps/third_party/python_24@22967", |
| (...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 230 "$matching_files"], | 230 "$matching_files"], |
| 231 }, | 231 }, |
| 232 { | 232 { |
| 233 # Workaround XCode dependecies problem. | 233 # Workaround XCode dependecies problem. |
| 234 # TODO(bradnelson): remove this when fixed. | 234 # TODO(bradnelson): remove this when fixed. |
| 235 "pattern": ".", | 235 "pattern": ".", |
| 236 "action": ["python", | 236 "action": ["python", |
| 237 "src/build/mac/clobber_generated_headers.py"], | 237 "src/build/mac/clobber_generated_headers.py"], |
| 238 }, | 238 }, |
| 239 ] | 239 ] |
| OLD | NEW |