| 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": "50027", | 4 "webkit_revision": "50027", |
| 5 "ffmpeg_revision": "28488", | 5 "ffmpeg_revision": "28488", |
| 6 } | 6 } |
| 7 | 7 |
| 8 deps = { | 8 deps = { |
| 9 "src/breakpad/src": | 9 "src/breakpad/src": |
| 10 "http://google-breakpad.googlecode.com/svn/trunk/src@417", | 10 "http://google-breakpad.googlecode.com/svn/trunk/src@417", |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 88 Var("webkit_trunk") + "/LayoutTests/http/tests/workers@" + | 88 Var("webkit_trunk") + "/LayoutTests/http/tests/workers@" + |
| 89 Var("webkit_revision"), | 89 Var("webkit_revision"), |
| 90 "src/chrome/test/data/layout_tests/LayoutTests/http/tests/xmlhttprequest": | 90 "src/chrome/test/data/layout_tests/LayoutTests/http/tests/xmlhttprequest": |
| 91 Var("webkit_trunk") + "/LayoutTests/http/tests/xmlhttprequest@" + | 91 Var("webkit_trunk") + "/LayoutTests/http/tests/xmlhttprequest@" + |
| 92 Var("webkit_revision"), | 92 Var("webkit_revision"), |
| 93 "src/chrome/test/data/layout_tests/LayoutTests/storage/domstorage": | 93 "src/chrome/test/data/layout_tests/LayoutTests/storage/domstorage": |
| 94 Var("webkit_trunk") + "/LayoutTests/storage/domstorage@" + | 94 Var("webkit_trunk") + "/LayoutTests/storage/domstorage@" + |
| 95 Var("webkit_revision"), | 95 Var("webkit_revision"), |
| 96 | 96 |
| 97 "src/chrome/tools/test/reference_build": | 97 "src/chrome/tools/test/reference_build": |
| 98 "/trunk/deps/reference_builds@25513", | 98 "/trunk/deps/reference_builds@30141", |
| 99 } | 99 } |
| 100 | 100 |
| 101 | 101 |
| 102 deps_os = { | 102 deps_os = { |
| 103 "win": { | 103 "win": { |
| 104 "src/third_party/cygwin": | 104 "src/third_party/cygwin": |
| 105 "/trunk/deps/third_party/cygwin@11984", | 105 "/trunk/deps/third_party/cygwin@11984", |
| 106 | 106 |
| 107 "src/third_party/python_24": | 107 "src/third_party/python_24": |
| 108 "/trunk/deps/third_party/python_24@22967", | 108 "/trunk/deps/third_party/python_24@22967", |
| (...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 200 "$matching_files"], | 200 "$matching_files"], |
| 201 }, | 201 }, |
| 202 { | 202 { |
| 203 # Workaround XCode dependecies problem. | 203 # Workaround XCode dependecies problem. |
| 204 # TODO(bradnelson): remove this when fixed. | 204 # TODO(bradnelson): remove this when fixed. |
| 205 "pattern": ".", | 205 "pattern": ".", |
| 206 "action": ["python", | 206 "action": ["python", |
| 207 "src/build/mac/clobber_generated_headers.py"], | 207 "src/build/mac/clobber_generated_headers.py"], |
| 208 }, | 208 }, |
| 209 ] | 209 ] |
| OLD | NEW |