| 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": "55822", | 4 "webkit_revision": "55822", |
| 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": "1694", | 9 "nacl_revision": "1694", |
| 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"), |
| 107 } | 111 } |
| 108 | 112 |
| 109 | 113 |
| 110 deps_os = { | 114 deps_os = { |
| 111 "win": { | 115 "win": { |
| 112 "src/chrome/tools/test/reference_build/chrome": | 116 "src/chrome/tools/test/reference_build/chrome": |
| 113 "/trunk/deps/reference_builds/chrome@33840", | 117 "/trunk/deps/reference_builds/chrome@33840", |
| 114 | 118 |
| 115 "src/third_party/cygwin": | 119 "src/third_party/cygwin": |
| 116 "/trunk/deps/third_party/cygwin@11984", | 120 "/trunk/deps/third_party/cygwin@11984", |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 158 "/trunk/deps/third_party/lighttpd@33737", | 162 "/trunk/deps/third_party/lighttpd@33737", |
| 159 | 163 |
| 160 "src/third_party/WebKit/WebKit/mac": | 164 "src/third_party/WebKit/WebKit/mac": |
| 161 Var("webkit_trunk") + "/WebKit/mac@" + Var("webkit_revision"), | 165 Var("webkit_trunk") + "/WebKit/mac@" + Var("webkit_revision"), |
| 162 "src/third_party/WebKit/WebKitLibraries": | 166 "src/third_party/WebKit/WebKitLibraries": |
| 163 Var("webkit_trunk") + "/WebKitLibraries@" + Var("webkit_revision"), | 167 Var("webkit_trunk") + "/WebKitLibraries@" + Var("webkit_revision"), |
| 164 | 168 |
| 165 # TODO(ajwong): Move this into the OS-independent block. | 169 # TODO(ajwong): Move this into the OS-independent block. |
| 166 "src/third_party/yasm/source/patched-yasm": | 170 "src/third_party/yasm/source/patched-yasm": |
| 167 "/trunk/deps/third_party/yasm/patched-yasm@29937", | 171 "/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"), | |
| 171 | 172 |
| 172 "src/third_party/swig/mac": | 173 "src/third_party/swig/mac": |
| 173 "/trunk/deps/third_party/swig/mac@" + Var("swig_revision"), | 174 "/trunk/deps/third_party/swig/mac@" + Var("swig_revision"), |
| 174 }, | 175 }, |
| 175 "unix": { | 176 "unix": { |
| 176 # Linux, really. | 177 # Linux, really. |
| 177 "src/chrome/tools/test/reference_build/chrome_linux": | 178 "src/chrome/tools/test/reference_build/chrome_linux": |
| 178 "/trunk/deps/reference_builds/chrome_linux@33840", | 179 "/trunk/deps/reference_builds/chrome_linux@33840", |
| 179 | 180 |
| 180 "src/third_party/xdg-utils": | 181 "src/third_party/xdg-utils": |
| 181 "/trunk/deps/third_party/xdg-utils@29103", | 182 "/trunk/deps/third_party/xdg-utils@29103", |
| 182 | 183 |
| 183 # TODO(ajwong): Move this into the OS-independent block. | 184 # TODO(ajwong): Move this into the OS-independent block. |
| 184 "src/third_party/yasm/source/patched-yasm": | 185 "src/third_party/yasm/source/patched-yasm": |
| 185 "/trunk/deps/third_party/yasm/patched-yasm@29937", | 186 "/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"), | |
| 189 | 187 |
| 190 "src/third_party/swig/linux": | 188 "src/third_party/swig/linux": |
| 191 "/trunk/deps/third_party/swig/linux@" + Var("swig_revision"), | 189 "/trunk/deps/third_party/swig/linux@" + Var("swig_revision"), |
| 192 }, | 190 }, |
| 193 } | 191 } |
| 194 | 192 |
| 195 | 193 |
| 196 include_rules = [ | 194 include_rules = [ |
| 197 # Everybody can use some things. | 195 # Everybody can use some things. |
| 198 "+base", | 196 "+base", |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 239 "$matching_files"], | 237 "$matching_files"], |
| 240 }, | 238 }, |
| 241 { | 239 { |
| 242 # Workaround XCode dependecies problem. | 240 # Workaround XCode dependecies problem. |
| 243 # TODO(bradnelson): remove this when fixed. | 241 # TODO(bradnelson): remove this when fixed. |
| 244 "pattern": ".", | 242 "pattern": ".", |
| 245 "action": ["python", | 243 "action": ["python", |
| 246 "src/build/mac/clobber_generated_headers.py"], | 244 "src/build/mac/clobber_generated_headers.py"], |
| 247 }, | 245 }, |
| 248 ] | 246 ] |
| OLD | NEW |