| 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": "56426", | 4 "webkit_revision": "56426", |
| 5 "ffmpeg_revision": "42314", | 5 "ffmpeg_revision": "42314", |
| 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": "1760", | 9 "nacl_revision": "1760", |
| 10 } | 10 } |
| (...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 94 Var("webkit_revision"), | 94 Var("webkit_revision"), |
| 95 "src/chrome/test/data/layout_tests/LayoutTests/storage/domstorage": | 95 "src/chrome/test/data/layout_tests/LayoutTests/storage/domstorage": |
| 96 Var("webkit_trunk") + "/LayoutTests/storage/domstorage@" + | 96 Var("webkit_trunk") + "/LayoutTests/storage/domstorage@" + |
| 97 Var("webkit_revision"), | 97 Var("webkit_revision"), |
| 98 "src/chrome/test/data/layout_tests/LayoutTests/websocket/tests/workers": | 98 "src/chrome/test/data/layout_tests/LayoutTests/websocket/tests/workers": |
| 99 Var("webkit_trunk") + "/LayoutTests/websocket/tests/workers@" + | 99 Var("webkit_trunk") + "/LayoutTests/websocket/tests/workers@" + |
| 100 Var("webkit_revision"), | 100 Var("webkit_revision"), |
| 101 | 101 |
| 102 "src/third_party/swig/Lib": | 102 "src/third_party/swig/Lib": |
| 103 "/trunk/deps/third_party/swig/Lib@" + Var("swig_revision"), | 103 "/trunk/deps/third_party/swig/Lib@" + Var("swig_revision"), |
| 104 | |
| 105 "src/third_party/ffmpeg/source/patched-ffmpeg-mt": | |
| 106 "/trunk/deps/third_party/ffmpeg/patched-ffmpeg-mt@" + | |
| 107 Var("ffmpeg_revision"), | |
| 108 } | 104 } |
| 109 | 105 |
| 110 | 106 |
| 111 deps_os = { | 107 deps_os = { |
| 112 "win": { | 108 "win": { |
| 113 "src/chrome/tools/test/reference_build/chrome": | 109 "src/chrome/tools/test/reference_build/chrome": |
| 114 "/trunk/deps/reference_builds/chrome@41984", | 110 "/trunk/deps/reference_builds/chrome@41984", |
| 115 | 111 |
| 116 "src/third_party/cygwin": | 112 "src/third_party/cygwin": |
| 117 "/trunk/deps/third_party/cygwin@11984", | 113 "/trunk/deps/third_party/cygwin@11984", |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 162 "/trunk/deps/third_party/lighttpd@33737", | 158 "/trunk/deps/third_party/lighttpd@33737", |
| 163 | 159 |
| 164 "src/third_party/WebKit/WebKit/mac": | 160 "src/third_party/WebKit/WebKit/mac": |
| 165 Var("webkit_trunk") + "/WebKit/mac@" + Var("webkit_revision"), | 161 Var("webkit_trunk") + "/WebKit/mac@" + Var("webkit_revision"), |
| 166 "src/third_party/WebKit/WebKitLibraries": | 162 "src/third_party/WebKit/WebKitLibraries": |
| 167 Var("webkit_trunk") + "/WebKitLibraries@" + Var("webkit_revision"), | 163 Var("webkit_trunk") + "/WebKitLibraries@" + Var("webkit_revision"), |
| 168 | 164 |
| 169 # TODO(ajwong): Move this into the OS-independent block. | 165 # TODO(ajwong): Move this into the OS-independent block. |
| 170 "src/third_party/yasm/source/patched-yasm": | 166 "src/third_party/yasm/source/patched-yasm": |
| 171 "/trunk/deps/third_party/yasm/patched-yasm@29937", | 167 "/trunk/deps/third_party/yasm/patched-yasm@29937", |
| 168 "src/third_party/ffmpeg/source/patched-ffmpeg-mt": |
| 169 "/trunk/deps/third_party/ffmpeg/patched-ffmpeg-mt@" + |
| 170 Var("ffmpeg_revision"), |
| 172 | 171 |
| 173 "src/third_party/swig/mac": | 172 "src/third_party/swig/mac": |
| 174 "/trunk/deps/third_party/swig/mac@" + Var("swig_revision"), | 173 "/trunk/deps/third_party/swig/mac@" + Var("swig_revision"), |
| 175 | 174 |
| 176 "src/tools/gyp": | 175 "src/tools/gyp": |
| 177 "http://gyp.googlecode.com/svn/trunk@800", | 176 "http://gyp.googlecode.com/svn/trunk@800", |
| 178 }, | 177 }, |
| 179 "unix": { | 178 "unix": { |
| 180 # Linux, really. | 179 # Linux, really. |
| 181 "src/chrome/tools/test/reference_build/chrome_linux": | 180 "src/chrome/tools/test/reference_build/chrome_linux": |
| 182 "/trunk/deps/reference_builds/chrome_linux@41515", | 181 "/trunk/deps/reference_builds/chrome_linux@41515", |
| 183 | 182 |
| 184 "src/third_party/xdg-utils": | 183 "src/third_party/xdg-utils": |
| 185 "/trunk/deps/third_party/xdg-utils@29103", | 184 "/trunk/deps/third_party/xdg-utils@29103", |
| 186 | 185 |
| 187 # TODO(ajwong): Move this into the OS-independent block. | 186 # TODO(ajwong): Move this into the OS-independent block. |
| 188 "src/third_party/yasm/source/patched-yasm": | 187 "src/third_party/yasm/source/patched-yasm": |
| 189 "/trunk/deps/third_party/yasm/patched-yasm@29937", | 188 "/trunk/deps/third_party/yasm/patched-yasm@29937", |
| 189 "src/third_party/ffmpeg/source/patched-ffmpeg-mt": |
| 190 "/trunk/deps/third_party/ffmpeg/patched-ffmpeg-mt@" + |
| 191 Var("ffmpeg_revision"), |
| 190 | 192 |
| 191 "src/third_party/swig/linux": | 193 "src/third_party/swig/linux": |
| 192 "/trunk/deps/third_party/swig/linux@" + Var("swig_revision"), | 194 "/trunk/deps/third_party/swig/linux@" + Var("swig_revision"), |
| 193 | 195 |
| 194 "src/tools/gyp": | 196 "src/tools/gyp": |
| 195 "http://gyp.googlecode.com/svn/trunk@800", | 197 "http://gyp.googlecode.com/svn/trunk@800", |
| 196 }, | 198 }, |
| 197 } | 199 } |
| 198 | 200 |
| 199 | 201 |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 236 "action": ["python", "src/build/gyp_chromium"], | 238 "action": ["python", "src/build/gyp_chromium"], |
| 237 }, | 239 }, |
| 238 { | 240 { |
| 239 # Workaround XCode dependecies problem. | 241 # Workaround XCode dependecies problem. |
| 240 # TODO(bradnelson): remove this when fixed. | 242 # TODO(bradnelson): remove this when fixed. |
| 241 "pattern": ".", | 243 "pattern": ".", |
| 242 "action": ["python", | 244 "action": ["python", |
| 243 "src/build/mac/clobber_generated_headers.py"], | 245 "src/build/mac/clobber_generated_headers.py"], |
| 244 }, | 246 }, |
| 245 ] | 247 ] |
| OLD | NEW |