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": "55940", | 4 "webkit_revision": "55940", |
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": "1704", | 9 "nacl_revision": "1704", |
10 } | 10 } |
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 } | 107 } |
108 | 108 |
109 | 109 |
110 deps_os = { | 110 deps_os = { |
111 "win": { | 111 "win": { |
112 "src/chrome/tools/test/reference_build/chrome": | 112 "src/chrome/tools/test/reference_build/chrome": |
113 "/trunk/deps/reference_builds/chrome@33840", | 113 "/trunk/deps/reference_builds/chrome@41353", |
114 | 114 |
115 "src/third_party/cygwin": | 115 "src/third_party/cygwin": |
116 "/trunk/deps/third_party/cygwin@11984", | 116 "/trunk/deps/third_party/cygwin@11984", |
117 | 117 |
118 "src/third_party/python_24": | 118 "src/third_party/python_24": |
119 "/trunk/deps/third_party/python_24@22967", | 119 "/trunk/deps/third_party/python_24@22967", |
120 | 120 |
121 "src/third_party/lighttpd": | 121 "src/third_party/lighttpd": |
122 "/trunk/deps/third_party/lighttpd@33727", | 122 "/trunk/deps/third_party/lighttpd@33727", |
123 | 123 |
(...skipping 17 matching lines...) Expand all Loading... |
141 "src/third_party/swig/win": | 141 "src/third_party/swig/win": |
142 "/trunk/deps/third_party/swig/win@" + Var("swig_revision"), | 142 "/trunk/deps/third_party/swig/win@" + Var("swig_revision"), |
143 | 143 |
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@35421", | 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@305", | 154 "http://google-toolbox-for-mac.googlecode.com/svn/trunk@305", |
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 |
165 # TODO(ajwong): Move this into the OS-independent block. | 165 # TODO(ajwong): Move this into the OS-independent block. |
166 "src/third_party/yasm/source/patched-yasm": | 166 "src/third_party/yasm/source/patched-yasm": |
167 "/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": | 168 "src/third_party/ffmpeg/source/patched-ffmpeg-mt": |
169 "/trunk/deps/third_party/ffmpeg/patched-ffmpeg-mt@" + | 169 "/trunk/deps/third_party/ffmpeg/patched-ffmpeg-mt@" + |
170 Var("ffmpeg_revision"), | 170 Var("ffmpeg_revision"), |
171 | 171 |
172 "src/third_party/swig/mac": | 172 "src/third_party/swig/mac": |
173 "/trunk/deps/third_party/swig/mac@" + Var("swig_revision"), | 173 "/trunk/deps/third_party/swig/mac@" + Var("swig_revision"), |
174 }, | 174 }, |
175 "unix": { | 175 "unix": { |
176 # Linux, really. | 176 # Linux, really. |
177 "src/chrome/tools/test/reference_build/chrome_linux": | 177 "src/chrome/tools/test/reference_build/chrome_linux": |
178 "/trunk/deps/reference_builds/chrome_linux@33840", | 178 "/trunk/deps/reference_builds/chrome_linux@41515", |
179 | 179 |
180 "src/third_party/xdg-utils": | 180 "src/third_party/xdg-utils": |
181 "/trunk/deps/third_party/xdg-utils@29103", | 181 "/trunk/deps/third_party/xdg-utils@29103", |
182 | 182 |
183 # TODO(ajwong): Move this into the OS-independent block. | 183 # TODO(ajwong): Move this into the OS-independent block. |
184 "src/third_party/yasm/source/patched-yasm": | 184 "src/third_party/yasm/source/patched-yasm": |
185 "/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": | 186 "src/third_party/ffmpeg/source/patched-ffmpeg-mt": |
187 "/trunk/deps/third_party/ffmpeg/patched-ffmpeg-mt@" + | 187 "/trunk/deps/third_party/ffmpeg/patched-ffmpeg-mt@" + |
188 Var("ffmpeg_revision"), | 188 Var("ffmpeg_revision"), |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
239 "$matching_files"], | 239 "$matching_files"], |
240 }, | 240 }, |
241 { | 241 { |
242 # Workaround XCode dependecies problem. | 242 # Workaround XCode dependecies problem. |
243 # TODO(bradnelson): remove this when fixed. | 243 # TODO(bradnelson): remove this when fixed. |
244 "pattern": ".", | 244 "pattern": ".", |
245 "action": ["python", | 245 "action": ["python", |
246 "src/build/mac/clobber_generated_headers.py"], | 246 "src/build/mac/clobber_generated_headers.py"], |
247 }, | 247 }, |
248 ] | 248 ] |
OLD | NEW |