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": "56239", | 4 "webkit_revision": "56239", |
5 "ffmpeg_revision": "42082", | 5 "ffmpeg_revision": "42082", |
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": "1742", | 9 "nacl_revision": "1742", |
10 } | 10 } |
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
144 "src/third_party/mingw-w64/mingw/bin": | 144 "src/third_party/mingw-w64/mingw/bin": |
145 ("http://nativeclient.googlecode.com/svn/trunk/src/third_party/mingw-w64/m
ingw/bin@" + | 145 ("http://nativeclient.googlecode.com/svn/trunk/src/third_party/mingw-w64/m
ingw/bin@" + |
146 Var("nacl_revision")), | 146 Var("nacl_revision")), |
147 | 147 |
148 }, | 148 }, |
149 "mac": { | 149 "mac": { |
150 "src/chrome/tools/test/reference_build/chrome_mac": | 150 "src/chrome/tools/test/reference_build/chrome_mac": |
151 "/trunk/deps/reference_builds/chrome_mac@41963", | 151 "/trunk/deps/reference_builds/chrome_mac@41963", |
152 | 152 |
153 "src/third_party/GTM": | 153 "src/third_party/GTM": |
154 "http://google-toolbox-for-mac.googlecode.com/svn/trunk@310", | 154 "http://google-toolbox-for-mac.googlecode.com/svn/trunk@312", |
155 "src/third_party/pdfsqueeze": | 155 "src/third_party/pdfsqueeze": |
156 "http://pdfsqueeze.googlecode.com/svn/trunk@2", | 156 "http://pdfsqueeze.googlecode.com/svn/trunk@2", |
157 "src/third_party/lighttpd": | 157 "src/third_party/lighttpd": |
158 "/trunk/deps/third_party/lighttpd@33737", | 158 "/trunk/deps/third_party/lighttpd@33737", |
159 | 159 |
160 "src/third_party/WebKit/WebKit/mac": | 160 "src/third_party/WebKit/WebKit/mac": |
161 Var("webkit_trunk") + "/WebKit/mac@" + Var("webkit_revision"), | 161 Var("webkit_trunk") + "/WebKit/mac@" + Var("webkit_revision"), |
162 "src/third_party/WebKit/WebKitLibraries": | 162 "src/third_party/WebKit/WebKitLibraries": |
163 Var("webkit_trunk") + "/WebKitLibraries@" + Var("webkit_revision"), | 163 Var("webkit_trunk") + "/WebKitLibraries@" + Var("webkit_revision"), |
164 | 164 |
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
232 "action": ["python", "src/build/gyp_chromium"], | 232 "action": ["python", "src/build/gyp_chromium"], |
233 }, | 233 }, |
234 { | 234 { |
235 # Workaround XCode dependecies problem. | 235 # Workaround XCode dependecies problem. |
236 # TODO(bradnelson): remove this when fixed. | 236 # TODO(bradnelson): remove this when fixed. |
237 "pattern": ".", | 237 "pattern": ".", |
238 "action": ["python", | 238 "action": ["python", |
239 "src/build/mac/clobber_generated_headers.py"], | 239 "src/build/mac/clobber_generated_headers.py"], |
240 }, | 240 }, |
241 ] | 241 ] |
OLD | NEW |