Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(21)

Side by Side Diff: DEPS

Issue 873003: Change DEPS to use a new reference build on all three platforms. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Updating the ref build on all 3 platforms. Created 10 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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
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 ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698