| 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": "55853", | 4 "webkit_revision": "55853", |
| 5 "ffmpeg_revision": "40718", | 5 "ffmpeg_revision": "40718", |
| 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": "1702", | 9 "nacl_revision": "1702", |
| 10 } | 10 } |
| (...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 97 Var("webkit_revision"), | 97 Var("webkit_revision"), |
| 98 "src/chrome/test/data/layout_tests/LayoutTests/storage/domstorage": | 98 "src/chrome/test/data/layout_tests/LayoutTests/storage/domstorage": |
| 99 Var("webkit_trunk") + "/LayoutTests/storage/domstorage@" + | 99 Var("webkit_trunk") + "/LayoutTests/storage/domstorage@" + |
| 100 Var("webkit_revision"), | 100 Var("webkit_revision"), |
| 101 "src/chrome/test/data/layout_tests/LayoutTests/websocket/tests/workers": | 101 "src/chrome/test/data/layout_tests/LayoutTests/websocket/tests/workers": |
| 102 Var("webkit_trunk") + "/LayoutTests/websocket/tests/workers@" + | 102 Var("webkit_trunk") + "/LayoutTests/websocket/tests/workers@" + |
| 103 Var("webkit_revision"), | 103 Var("webkit_revision"), |
| 104 | 104 |
| 105 "src/third_party/swig/Lib": | 105 "src/third_party/swig/Lib": |
| 106 "/trunk/deps/third_party/swig/Lib@" + Var("swig_revision"), | 106 "/trunk/deps/third_party/swig/Lib@" + Var("swig_revision"), |
| 107 | |
| 108 "src/third_party/ffmpeg/source/patched-ffmpeg-mt": | |
| 109 "/trunk/deps/third_party/ffmpeg/patched-ffmpeg-mt@" + | |
| 110 Var("ffmpeg_revision"), | |
| 111 } | 107 } |
| 112 | 108 |
| 113 | 109 |
| 114 deps_os = { | 110 deps_os = { |
| 115 "win": { | 111 "win": { |
| 116 "src/chrome/tools/test/reference_build/chrome": | 112 "src/chrome/tools/test/reference_build/chrome": |
| 117 "/trunk/deps/reference_builds/chrome@33840", | 113 "/trunk/deps/reference_builds/chrome@33840", |
| 118 | 114 |
| 119 "src/third_party/cygwin": | 115 "src/third_party/cygwin": |
| 120 "/trunk/deps/third_party/cygwin@11984", | 116 "/trunk/deps/third_party/cygwin@11984", |
| (...skipping 41 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 "unix": { | 175 "unix": { |
| 177 # Linux, really. | 176 # Linux, really. |
| 178 "src/chrome/tools/test/reference_build/chrome_linux": | 177 "src/chrome/tools/test/reference_build/chrome_linux": |
| 179 "/trunk/deps/reference_builds/chrome_linux@33840", | 178 "/trunk/deps/reference_builds/chrome_linux@33840", |
| 180 | 179 |
| 181 "src/third_party/xdg-utils": | 180 "src/third_party/xdg-utils": |
| 182 "/trunk/deps/third_party/xdg-utils@29103", | 181 "/trunk/deps/third_party/xdg-utils@29103", |
| 183 | 182 |
| 184 # TODO(ajwong): Move this into the OS-independent block. | 183 # TODO(ajwong): Move this into the OS-independent block. |
| 185 "src/third_party/yasm/source/patched-yasm": | 184 "src/third_party/yasm/source/patched-yasm": |
| 186 "/trunk/deps/third_party/yasm/patched-yasm@29937", | 185 "/trunk/deps/third_party/yasm/patched-yasm@29937", |
| 186 "src/third_party/ffmpeg/source/patched-ffmpeg-mt": |
| 187 "/trunk/deps/third_party/ffmpeg/patched-ffmpeg-mt@" + |
| 188 Var("ffmpeg_revision"), |
| 187 | 189 |
| 188 "src/third_party/swig/linux": | 190 "src/third_party/swig/linux": |
| 189 "/trunk/deps/third_party/swig/linux@" + Var("swig_revision"), | 191 "/trunk/deps/third_party/swig/linux@" + Var("swig_revision"), |
| 190 }, | 192 }, |
| 191 } | 193 } |
| 192 | 194 |
| 193 | 195 |
| 194 include_rules = [ | 196 include_rules = [ |
| 195 # Everybody can use some things. | 197 # Everybody can use some things. |
| 196 "+base", | 198 "+base", |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 237 "$matching_files"], | 239 "$matching_files"], |
| 238 }, | 240 }, |
| 239 { | 241 { |
| 240 # Workaround XCode dependecies problem. | 242 # Workaround XCode dependecies problem. |
| 241 # TODO(bradnelson): remove this when fixed. | 243 # TODO(bradnelson): remove this when fixed. |
| 242 "pattern": ".", | 244 "pattern": ".", |
| 243 "action": ["python", | 245 "action": ["python", |
| 244 "src/build/mac/clobber_generated_headers.py"], | 246 "src/build/mac/clobber_generated_headers.py"], |
| 245 }, | 247 }, |
| 246 ] | 248 ] |
| OLD | NEW |