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

Side by Side Diff: DEPS

Issue 1213002: 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": "56367", 4 "webkit_revision": "56367",
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": "1760", 9 "nacl_revision": "1760",
10 } 10 }
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 Var("webkit_revision"), 97 Var("webkit_revision"),
98 "src/chrome/test/data/layout_tests/LayoutTests/storage/domstorage": 98 "src/chrome/test/data/layout_tests/LayoutTests/storage/domstorage":
99 Var("webkit_trunk") + "/LayoutTests/storage/domstorage@" + 99 Var("webkit_trunk") + "/LayoutTests/storage/domstorage@" +
100 Var("webkit_revision"), 100 Var("webkit_revision"),
101 "src/chrome/test/data/layout_tests/LayoutTests/websocket/tests/workers": 101 "src/chrome/test/data/layout_tests/LayoutTests/websocket/tests/workers":
102 Var("webkit_trunk") + "/LayoutTests/websocket/tests/workers@" + 102 Var("webkit_trunk") + "/LayoutTests/websocket/tests/workers@" +
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
108 "src/third_party/ffmpeg/source/patched-ffmpeg-mt":
109 "/trunk/deps/third_party/ffmpeg/patched-ffmpeg-mt@" +
110 Var("ffmpeg_revision"),
107 } 111 }
108 112
109 113
110 deps_os = { 114 deps_os = {
111 "win": { 115 "win": {
112 "src/chrome/tools/test/reference_build/chrome": 116 "src/chrome/tools/test/reference_build/chrome":
113 "/trunk/deps/reference_builds/chrome@41984", 117 "/trunk/deps/reference_builds/chrome@41984",
114 118
115 "src/third_party/cygwin": 119 "src/third_party/cygwin":
116 "/trunk/deps/third_party/cygwin@11984", 120 "/trunk/deps/third_party/cygwin@11984",
(...skipping 41 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 "unix": { 176 "unix": {
176 # Linux, really. 177 # Linux, really.
177 "src/chrome/tools/test/reference_build/chrome_linux": 178 "src/chrome/tools/test/reference_build/chrome_linux":
178 "/trunk/deps/reference_builds/chrome_linux@41515", 179 "/trunk/deps/reference_builds/chrome_linux@41515",
179 180
180 "src/third_party/xdg-utils": 181 "src/third_party/xdg-utils":
181 "/trunk/deps/third_party/xdg-utils@29103", 182 "/trunk/deps/third_party/xdg-utils@29103",
182 183
183 # TODO(ajwong): Move this into the OS-independent block. 184 # TODO(ajwong): Move this into the OS-independent block.
184 "src/third_party/yasm/source/patched-yasm": 185 "src/third_party/yasm/source/patched-yasm":
185 "/trunk/deps/third_party/yasm/patched-yasm@29937", 186 "/trunk/deps/third_party/yasm/patched-yasm@29937",
186 "src/third_party/ffmpeg/source/patched-ffmpeg-mt":
187 "/trunk/deps/third_party/ffmpeg/patched-ffmpeg-mt@" +
188 Var("ffmpeg_revision"),
189 187
190 "src/third_party/swig/linux": 188 "src/third_party/swig/linux":
191 "/trunk/deps/third_party/swig/linux@" + Var("swig_revision"), 189 "/trunk/deps/third_party/swig/linux@" + Var("swig_revision"),
192 }, 190 },
193 } 191 }
194 192
195 193
196 include_rules = [ 194 include_rules = [
197 # Everybody can use some things. 195 # Everybody can use some things.
198 "+base", 196 "+base",
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 "action": ["python", "src/build/gyp_chromium"], 230 "action": ["python", "src/build/gyp_chromium"],
233 }, 231 },
234 { 232 {
235 # Workaround XCode dependecies problem. 233 # Workaround XCode dependecies problem.
236 # TODO(bradnelson): remove this when fixed. 234 # TODO(bradnelson): remove this when fixed.
237 "pattern": ".", 235 "pattern": ".",
238 "action": ["python", 236 "action": ["python",
239 "src/build/mac/clobber_generated_headers.py"], 237 "src/build/mac/clobber_generated_headers.py"],
240 }, 238 },
241 ] 239 ]
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