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

Side by Side Diff: DEPS

Issue 1289003: Removed custom FFmpegLock. Removed ffmpeg headers from third_party/ffmpeg/include. (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | media/base/mock_ffmpeg.h » ('j') | 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": "56426", 4 "webkit_revision": "56426",
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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 Var("webkit_revision"), 94 Var("webkit_revision"),
95 "src/chrome/test/data/layout_tests/LayoutTests/storage/domstorage": 95 "src/chrome/test/data/layout_tests/LayoutTests/storage/domstorage":
96 Var("webkit_trunk") + "/LayoutTests/storage/domstorage@" + 96 Var("webkit_trunk") + "/LayoutTests/storage/domstorage@" +
97 Var("webkit_revision"), 97 Var("webkit_revision"),
98 "src/chrome/test/data/layout_tests/LayoutTests/websocket/tests/workers": 98 "src/chrome/test/data/layout_tests/LayoutTests/websocket/tests/workers":
99 Var("webkit_trunk") + "/LayoutTests/websocket/tests/workers@" + 99 Var("webkit_trunk") + "/LayoutTests/websocket/tests/workers@" +
100 Var("webkit_revision"), 100 Var("webkit_revision"),
101 101
102 "src/third_party/swig/Lib": 102 "src/third_party/swig/Lib":
103 "/trunk/deps/third_party/swig/Lib@" + Var("swig_revision"), 103 "/trunk/deps/third_party/swig/Lib@" + Var("swig_revision"),
104
105 "src/third_party/ffmpeg/source/patched-ffmpeg-mt":
106 "/trunk/deps/third_party/ffmpeg/patched-ffmpeg-mt@" +
107 Var("ffmpeg_revision"),
104 } 108 }
105 109
106 110
107 deps_os = { 111 deps_os = {
108 "win": { 112 "win": {
109 "src/chrome/tools/test/reference_build/chrome": 113 "src/chrome/tools/test/reference_build/chrome":
110 "/trunk/deps/reference_builds/chrome@41984", 114 "/trunk/deps/reference_builds/chrome@41984",
111 115
112 "src/third_party/cygwin": 116 "src/third_party/cygwin":
113 "/trunk/deps/third_party/cygwin@11984", 117 "/trunk/deps/third_party/cygwin@11984",
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 "/trunk/deps/third_party/lighttpd@33737", 162 "/trunk/deps/third_party/lighttpd@33737",
159 163
160 "src/third_party/WebKit/WebKit/mac": 164 "src/third_party/WebKit/WebKit/mac":
161 Var("webkit_trunk") + "/WebKit/mac@" + Var("webkit_revision"), 165 Var("webkit_trunk") + "/WebKit/mac@" + Var("webkit_revision"),
162 "src/third_party/WebKit/WebKitLibraries": 166 "src/third_party/WebKit/WebKitLibraries":
163 Var("webkit_trunk") + "/WebKitLibraries@" + Var("webkit_revision"), 167 Var("webkit_trunk") + "/WebKitLibraries@" + Var("webkit_revision"),
164 168
165 # TODO(ajwong): Move this into the OS-independent block. 169 # TODO(ajwong): Move this into the OS-independent block.
166 "src/third_party/yasm/source/patched-yasm": 170 "src/third_party/yasm/source/patched-yasm":
167 "/trunk/deps/third_party/yasm/patched-yasm@29937", 171 "/trunk/deps/third_party/yasm/patched-yasm@29937",
168 "src/third_party/ffmpeg/source/patched-ffmpeg-mt":
169 "/trunk/deps/third_party/ffmpeg/patched-ffmpeg-mt@" +
170 Var("ffmpeg_revision"),
171 172
172 "src/third_party/swig/mac": 173 "src/third_party/swig/mac":
173 "/trunk/deps/third_party/swig/mac@" + Var("swig_revision"), 174 "/trunk/deps/third_party/swig/mac@" + Var("swig_revision"),
174 175
175 "src/tools/gyp": 176 "src/tools/gyp":
176 "http://gyp.googlecode.com/svn/trunk@800", 177 "http://gyp.googlecode.com/svn/trunk@800",
177 }, 178 },
178 "unix": { 179 "unix": {
179 # Linux, really. 180 # Linux, really.
180 "src/chrome/tools/test/reference_build/chrome_linux": 181 "src/chrome/tools/test/reference_build/chrome_linux":
181 "/trunk/deps/reference_builds/chrome_linux@41515", 182 "/trunk/deps/reference_builds/chrome_linux@41515",
182 183
183 "src/third_party/xdg-utils": 184 "src/third_party/xdg-utils":
184 "/trunk/deps/third_party/xdg-utils@29103", 185 "/trunk/deps/third_party/xdg-utils@29103",
185 186
186 # TODO(ajwong): Move this into the OS-independent block. 187 # TODO(ajwong): Move this into the OS-independent block.
187 "src/third_party/yasm/source/patched-yasm": 188 "src/third_party/yasm/source/patched-yasm":
188 "/trunk/deps/third_party/yasm/patched-yasm@29937", 189 "/trunk/deps/third_party/yasm/patched-yasm@29937",
189 "src/third_party/ffmpeg/source/patched-ffmpeg-mt":
190 "/trunk/deps/third_party/ffmpeg/patched-ffmpeg-mt@" +
191 Var("ffmpeg_revision"),
192 190
193 "src/third_party/swig/linux": 191 "src/third_party/swig/linux":
194 "/trunk/deps/third_party/swig/linux@" + Var("swig_revision"), 192 "/trunk/deps/third_party/swig/linux@" + Var("swig_revision"),
195 193
196 "src/tools/gyp": 194 "src/tools/gyp":
197 "http://gyp.googlecode.com/svn/trunk@800", 195 "http://gyp.googlecode.com/svn/trunk@800",
198 }, 196 },
199 } 197 }
200 198
201 199
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 "action": ["python", "src/build/gyp_chromium"], 236 "action": ["python", "src/build/gyp_chromium"],
239 }, 237 },
240 { 238 {
241 # Workaround XCode dependecies problem. 239 # Workaround XCode dependecies problem.
242 # TODO(bradnelson): remove this when fixed. 240 # TODO(bradnelson): remove this when fixed.
243 "pattern": ".", 241 "pattern": ".",
244 "action": ["python", 242 "action": ["python",
245 "src/build/mac/clobber_generated_headers.py"], 243 "src/build/mac/clobber_generated_headers.py"],
246 }, 244 },
247 ] 245 ]
OLDNEW
« no previous file with comments | « no previous file | media/base/mock_ffmpeg.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698