| 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": "56476", | 4 "webkit_revision": "56476", |
| 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": "1794", | 9 "nacl_revision": "1794", |
| 10 } | 10 } |
| (...skipping 19 matching lines...) Expand all Loading... |
| 30 | 30 |
| 31 "src/third_party/icu": | 31 "src/third_party/icu": |
| 32 "/trunk/deps/third_party/icu42@42287", | 32 "/trunk/deps/third_party/icu42@42287", |
| 33 | 33 |
| 34 "src/third_party/hunspell": | 34 "src/third_party/hunspell": |
| 35 "/trunk/deps/third_party/hunspell128@41000", | 35 "/trunk/deps/third_party/hunspell128@41000", |
| 36 | 36 |
| 37 "src/third_party/protobuf2/src": | 37 "src/third_party/protobuf2/src": |
| 38 "http://protobuf.googlecode.com/svn/trunk@305", | 38 "http://protobuf.googlecode.com/svn/trunk@305", |
| 39 | 39 |
| 40 "src/tools/gyp": |
| 41 "http://gyp.googlecode.com/svn/trunk@804", |
| 42 |
| 40 "src/v8": | 43 "src/v8": |
| 41 "http://v8.googlecode.com/svn/trunk@4255", | 44 "http://v8.googlecode.com/svn/trunk@4255", |
| 42 | 45 |
| 43 "src/native_client": | 46 "src/native_client": |
| 44 "http://nativeclient.googlecode.com/svn/trunk/src/native_client@" + | 47 "http://nativeclient.googlecode.com/svn/trunk/src/native_client@" + |
| 45 Var("nacl_revision"), | 48 Var("nacl_revision"), |
| 46 | 49 |
| 47 "src/third_party/skia/src": | 50 "src/third_party/skia/src": |
| 48 "http://skia.googlecode.com/svn/trunk/src@" + Var("skia_revision"), | 51 "http://skia.googlecode.com/svn/trunk/src@" + Var("skia_revision"), |
| 49 | 52 |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 138 # NSS, for SSLClientSocketNSS. | 141 # NSS, for SSLClientSocketNSS. |
| 139 "src/third_party/nss": | 142 "src/third_party/nss": |
| 140 "/trunk/deps/third_party/nss@39612", | 143 "/trunk/deps/third_party/nss@39612", |
| 141 | 144 |
| 142 "src/third_party/swig/win": | 145 "src/third_party/swig/win": |
| 143 "/trunk/deps/third_party/swig/win@" + Var("swig_revision"), | 146 "/trunk/deps/third_party/swig/win@" + Var("swig_revision"), |
| 144 | 147 |
| 145 "src/third_party/mingw-w64/mingw/bin": | 148 "src/third_party/mingw-w64/mingw/bin": |
| 146 ("http://nativeclient.googlecode.com/svn/trunk/src/third_party/mingw-w64/m
ingw/bin@" + | 149 ("http://nativeclient.googlecode.com/svn/trunk/src/third_party/mingw-w64/m
ingw/bin@" + |
| 147 Var("nacl_revision")), | 150 Var("nacl_revision")), |
| 148 | |
| 149 "src/tools/gyp": | |
| 150 "http://gyp.googlecode.com/svn/trunk@794", | |
| 151 | |
| 152 }, | 151 }, |
| 153 "mac": { | 152 "mac": { |
| 154 "src/chrome/tools/test/reference_build/chrome_mac": | 153 "src/chrome/tools/test/reference_build/chrome_mac": |
| 155 "/trunk/deps/reference_builds/chrome_mac@41963", | 154 "/trunk/deps/reference_builds/chrome_mac@41963", |
| 156 | 155 |
| 157 "src/third_party/GTM": | 156 "src/third_party/GTM": |
| 158 "http://google-toolbox-for-mac.googlecode.com/svn/trunk@312", | 157 "http://google-toolbox-for-mac.googlecode.com/svn/trunk@312", |
| 159 "src/third_party/pdfsqueeze": | 158 "src/third_party/pdfsqueeze": |
| 160 "http://pdfsqueeze.googlecode.com/svn/trunk@2", | 159 "http://pdfsqueeze.googlecode.com/svn/trunk@2", |
| 161 "src/third_party/lighttpd": | 160 "src/third_party/lighttpd": |
| 162 "/trunk/deps/third_party/lighttpd@33737", | 161 "/trunk/deps/third_party/lighttpd@33737", |
| 163 | 162 |
| 164 "src/third_party/WebKit/WebKit/mac": | 163 "src/third_party/WebKit/WebKit/mac": |
| 165 Var("webkit_trunk") + "/WebKit/mac@" + Var("webkit_revision"), | 164 Var("webkit_trunk") + "/WebKit/mac@" + Var("webkit_revision"), |
| 166 "src/third_party/WebKit/WebKitLibraries": | 165 "src/third_party/WebKit/WebKitLibraries": |
| 167 Var("webkit_trunk") + "/WebKitLibraries@" + Var("webkit_revision"), | 166 Var("webkit_trunk") + "/WebKitLibraries@" + Var("webkit_revision"), |
| 168 | 167 |
| 169 # TODO(ajwong): Move this into the OS-independent block. | 168 # TODO(ajwong): Move this into the OS-independent block. |
| 170 "src/third_party/yasm/source/patched-yasm": | 169 "src/third_party/yasm/source/patched-yasm": |
| 171 "/trunk/deps/third_party/yasm/patched-yasm@29937", | 170 "/trunk/deps/third_party/yasm/patched-yasm@29937", |
| 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 | |
| 176 "src/tools/gyp": | |
| 177 "http://gyp.googlecode.com/svn/trunk@800", | |
| 178 }, | 174 }, |
| 179 "unix": { | 175 "unix": { |
| 180 # Linux, really. | 176 # Linux, really. |
| 181 "src/chrome/tools/test/reference_build/chrome_linux": | 177 "src/chrome/tools/test/reference_build/chrome_linux": |
| 182 "/trunk/deps/reference_builds/chrome_linux@41515", | 178 "/trunk/deps/reference_builds/chrome_linux@41515", |
| 183 | 179 |
| 184 "src/third_party/xdg-utils": | 180 "src/third_party/xdg-utils": |
| 185 "/trunk/deps/third_party/xdg-utils@29103", | 181 "/trunk/deps/third_party/xdg-utils@29103", |
| 186 | 182 |
| 187 # TODO(ajwong): Move this into the OS-independent block. | 183 # TODO(ajwong): Move this into the OS-independent block. |
| 188 "src/third_party/yasm/source/patched-yasm": | 184 "src/third_party/yasm/source/patched-yasm": |
| 189 "/trunk/deps/third_party/yasm/patched-yasm@29937", | 185 "/trunk/deps/third_party/yasm/patched-yasm@29937", |
| 190 | 186 |
| 191 "src/third_party/swig/linux": | 187 "src/third_party/swig/linux": |
| 192 "/trunk/deps/third_party/swig/linux@" + Var("swig_revision"), | 188 "/trunk/deps/third_party/swig/linux@" + Var("swig_revision"), |
| 193 | |
| 194 "src/tools/gyp": | |
| 195 "http://gyp.googlecode.com/svn/trunk@800", | |
| 196 }, | 189 }, |
| 197 } | 190 } |
| 198 | 191 |
| 199 | 192 |
| 200 include_rules = [ | 193 include_rules = [ |
| 201 # Everybody can use some things. | 194 # Everybody can use some things. |
| 202 "+base", | 195 "+base", |
| 203 "+build", | 196 "+build", |
| 204 "+ipc", | 197 "+ipc", |
| 205 | 198 |
| (...skipping 30 matching lines...) Expand all Loading... |
| 236 "action": ["python", "src/build/gyp_chromium"], | 229 "action": ["python", "src/build/gyp_chromium"], |
| 237 }, | 230 }, |
| 238 { | 231 { |
| 239 # Workaround XCode dependecies problem. | 232 # Workaround XCode dependecies problem. |
| 240 # TODO(bradnelson): remove this when fixed. | 233 # TODO(bradnelson): remove this when fixed. |
| 241 "pattern": ".", | 234 "pattern": ".", |
| 242 "action": ["python", | 235 "action": ["python", |
| 243 "src/build/mac/clobber_generated_headers.py"], | 236 "src/build/mac/clobber_generated_headers.py"], |
| 244 }, | 237 }, |
| 245 ] | 238 ] |
| OLD | NEW |