| 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": "50516", | 4 "webkit_revision": "50516", |
| 5 "ffmpeg_revision": "30374", | 5 "ffmpeg_revision": "30374", |
| 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 19 matching lines...) Expand all Loading... |
| 30 "src/third_party/hunspell": | 30 "src/third_party/hunspell": |
| 31 "/trunk/deps/third_party/hunspell128@30191", | 31 "/trunk/deps/third_party/hunspell128@30191", |
| 32 | 32 |
| 33 "src/third_party/protobuf2/src": | 33 "src/third_party/protobuf2/src": |
| 34 "http://protobuf.googlecode.com/svn/trunk@219", | 34 "http://protobuf.googlecode.com/svn/trunk@219", |
| 35 | 35 |
| 36 "src/third_party/pywebsocket": | 36 "src/third_party/pywebsocket": |
| 37 "http://pywebsocket.googlecode.com/svn/trunk/src@86", | 37 "http://pywebsocket.googlecode.com/svn/trunk/src@86", |
| 38 | 38 |
| 39 "src/tools/gyp": | 39 "src/tools/gyp": |
| 40 "http://gyp.googlecode.com/svn/trunk@740", | 40 "http://gyp.googlecode.com/svn/trunk@741", |
| 41 | 41 |
| 42 "src/v8": | 42 "src/v8": |
| 43 "http://v8.googlecode.com/svn/trunk@3203", | 43 "http://v8.googlecode.com/svn/trunk@3203", |
| 44 | 44 |
| 45 "src/native_client": | 45 "src/native_client": |
| 46 "http://nativeclient.googlecode.com/svn/trunk/src/native_client@915", | 46 "http://nativeclient.googlecode.com/svn/trunk/src/native_client@915", |
| 47 | 47 |
| 48 "src/third_party/skia/src": | 48 "src/third_party/skia/src": |
| 49 "http://skia.googlecode.com/svn/trunk/src@404", | 49 "http://skia.googlecode.com/svn/trunk/src@404", |
| 50 | 50 |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 123 "mac": { | 123 "mac": { |
| 124 "src/third_party/GTM": | 124 "src/third_party/GTM": |
| 125 "http://google-toolbox-for-mac.googlecode.com/svn/trunk@241", | 125 "http://google-toolbox-for-mac.googlecode.com/svn/trunk@241", |
| 126 "src/third_party/pdfsqueeze": | 126 "src/third_party/pdfsqueeze": |
| 127 "http://pdfsqueeze.googlecode.com/svn/trunk@2", | 127 "http://pdfsqueeze.googlecode.com/svn/trunk@2", |
| 128 "src/third_party/WebKit/WebKit/mac": | 128 "src/third_party/WebKit/WebKit/mac": |
| 129 Var("webkit_trunk") + "/WebKit/mac@" + Var("webkit_revision"), | 129 Var("webkit_trunk") + "/WebKit/mac@" + Var("webkit_revision"), |
| 130 "src/third_party/WebKit/WebKitLibraries": | 130 "src/third_party/WebKit/WebKitLibraries": |
| 131 Var("webkit_trunk") + "/WebKitLibraries@" + Var("webkit_revision"), | 131 Var("webkit_trunk") + "/WebKitLibraries@" + Var("webkit_revision"), |
| 132 | 132 |
| 133 # TODO(ajwong): Move this into the OS-independent block. |
| 134 "src/third_party/yasm/source/patched-yasm": |
| 135 "/trunk/deps/third_party/yasm/patched-yasm@29937", |
| 136 "src/third_party/ffmpeg/source/patched-ffmpeg-mt": |
| 137 "/trunk/deps/third_party/ffmpeg/patched-ffmpeg-mt@" + |
| 138 Var("ffmpeg_revision"), |
| 139 |
| 133 "src/third_party/ffmpeg/binaries/chromium/mac/ia32": | 140 "src/third_party/ffmpeg/binaries/chromium/mac/ia32": |
| 134 "/trunk/deps/third_party/ffmpeg/binaries/mac@" + Var("ffmpeg_revision"), | 141 "/trunk/deps/third_party/ffmpeg/binaries/mac@" + Var("ffmpeg_revision"), |
| 135 "src/third_party/ffmpeg/binaries/chromium/mac/ia32_dbg": | 142 "src/third_party/ffmpeg/binaries/chromium/mac/ia32_dbg": |
| 136 "/trunk/deps/third_party/ffmpeg/binaries/mac_dbg@" + | 143 "/trunk/deps/third_party/ffmpeg/binaries/mac_dbg@" + |
| 137 Var("ffmpeg_revision"), | 144 Var("ffmpeg_revision"), |
| 138 }, | 145 }, |
| 139 "unix": { | 146 "unix": { |
| 140 # Linux, really. | 147 # Linux, really. |
| 141 "src/third_party/xdg-utils": | 148 "src/third_party/xdg-utils": |
| 142 "/trunk/deps/third_party/xdg-utils@29103", | 149 "/trunk/deps/third_party/xdg-utils@29103", |
| 143 | 150 |
| 151 # TODO(ajwong): Move this into the OS-independent block. |
| 144 "src/third_party/yasm/source/patched-yasm": | 152 "src/third_party/yasm/source/patched-yasm": |
| 145 "/trunk/deps/third_party/yasm/patched-yasm@29937", | 153 "/trunk/deps/third_party/yasm/patched-yasm@29937", |
| 146 | |
| 147 "src/third_party/ffmpeg/source/patched-ffmpeg-mt": | 154 "src/third_party/ffmpeg/source/patched-ffmpeg-mt": |
| 148 "/trunk/deps/third_party/ffmpeg/patched-ffmpeg-mt@" + | 155 "/trunk/deps/third_party/ffmpeg/patched-ffmpeg-mt@" + |
| 149 Var("ffmpeg_revision"), | 156 Var("ffmpeg_revision"), |
| 150 | 157 |
| 151 "src/third_party/ffmpeg/binaries/chromium/linux/ia32": | 158 "src/third_party/ffmpeg/binaries/chromium/linux/ia32": |
| 152 "/trunk/deps/third_party/ffmpeg/binaries/linux@" + | 159 "/trunk/deps/third_party/ffmpeg/binaries/linux@" + |
| 153 Var("ffmpeg_revision"), | 160 Var("ffmpeg_revision"), |
| 154 "src/third_party/ffmpeg/binaries/chromium/linux/ia32_dbg": | 161 "src/third_party/ffmpeg/binaries/chromium/linux/ia32_dbg": |
| 155 "/trunk/deps/third_party/ffmpeg/binaries/linux_dbg@" + | 162 "/trunk/deps/third_party/ffmpeg/binaries/linux_dbg@" + |
| 156 Var("ffmpeg_revision"), | 163 Var("ffmpeg_revision"), |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 211 "$matching_files"], | 218 "$matching_files"], |
| 212 }, | 219 }, |
| 213 { | 220 { |
| 214 # Workaround XCode dependecies problem. | 221 # Workaround XCode dependecies problem. |
| 215 # TODO(bradnelson): remove this when fixed. | 222 # TODO(bradnelson): remove this when fixed. |
| 216 "pattern": ".", | 223 "pattern": ".", |
| 217 "action": ["python", | 224 "action": ["python", |
| 218 "src/build/mac/clobber_generated_headers.py"], | 225 "src/build/mac/clobber_generated_headers.py"], |
| 219 }, | 226 }, |
| 220 ] | 227 ] |
| OLD | NEW |