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

Side by Side Diff: .gitmodules

Issue 10915123: Adds media::AudioPullFifo class to Chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: test Created 8 years, 3 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 | media/base/audio_fifo.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 [submodule "breakpad/src"]
2 path = breakpad/src
3 url = http://git.chromium.org/external/google-breakpad/src.git
4 os = all
5 [submodule "build/util/support"]
6 path = build/util/support
7 url =
8 os = ios
9 [submodule "chrome/installer/mac/third_party/xz/xz"]
10 path = chrome/installer/mac/third_party/xz/xz
11 url = http://git.chromium.org/chromium/deps/xz.git
12 os = mac
13 [submodule "chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin"]
14 path = chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin
15 url = http://git.chromium.org/native_client/src/native_client/tests/preb uilt.git
16 os = all
17 [submodule "chrome/test/data/perf/canvas_bench"]
18 path = chrome/test/data/perf/canvas_bench
19 url = http://git.chromium.org/chromium/canvas_bench.git
20 os = all
21 [submodule "chrome/test/data/perf/frame_rate/content"]
22 path = chrome/test/data/perf/frame_rate/content
23 url = http://git.chromium.org/chromium/frame_rate/content.git
24 os = all
25 [submodule "chrome/tools/test/reference_build/chrome_linux"]
26 path = chrome/tools/test/reference_build/chrome_linux
27 url = http://git.chromium.org/chromium/reference_builds/chrome_linux.git
28 os = unix
29 [submodule "chrome/tools/test/reference_build/chrome_mac"]
30 path = chrome/tools/test/reference_build/chrome_mac
31 url = http://git.chromium.org/chromium/reference_builds/chrome_mac.git
32 os = mac
33 [submodule "chrome/tools/test/reference_build/chrome_win"]
34 path = chrome/tools/test/reference_build/chrome_win
35 url = http://git.chromium.org/chromium/reference_builds/chrome_win.git
36 os = win
37 [submodule "chrome_frame/tools/test/reference_build/chrome_win"]
38 path = chrome_frame/tools/test/reference_build/chrome_win
39 url = http://git.chromium.org/chromium/reference_builds/chrome_win.git
40 os = win
41 [submodule "content/test/data/layout_tests/LayoutTests/fast/events"]
42 path = content/test/data/layout_tests/LayoutTests/fast/events
43 url =
44 os = ios
45 [submodule "content/test/data/layout_tests/LayoutTests/fast/filesystem/resources "]
46 path = content/test/data/layout_tests/LayoutTests/fast/filesystem/resour ces
47 url =
48 os = ios
49 [submodule "content/test/data/layout_tests/LayoutTests/fast/js/resources"]
50 path = content/test/data/layout_tests/LayoutTests/fast/js/resources
51 url =
52 os = ios
53 [submodule "content/test/data/layout_tests/LayoutTests/fast/workers"]
54 path = content/test/data/layout_tests/LayoutTests/fast/workers
55 url =
56 os = ios
57 [submodule "content/test/data/layout_tests/LayoutTests/http/tests/appcache"]
58 path = content/test/data/layout_tests/LayoutTests/http/tests/appcache
59 url =
60 os = ios
61 [submodule "content/test/data/layout_tests/LayoutTests/http/tests/resources"]
62 path = content/test/data/layout_tests/LayoutTests/http/tests/resources
63 url =
64 os = ios
65 [submodule "content/test/data/layout_tests/LayoutTests/http/tests/websocket/test s"]
66 path = content/test/data/layout_tests/LayoutTests/http/tests/websocket/t ests
67 url =
68 os = ios
69 [submodule "content/test/data/layout_tests/LayoutTests/http/tests/workers"]
70 path = content/test/data/layout_tests/LayoutTests/http/tests/workers
71 url =
72 os = ios
73 [submodule "content/test/data/layout_tests/LayoutTests/http/tests/xmlhttprequest "]
74 path = content/test/data/layout_tests/LayoutTests/http/tests/xmlhttprequ est
75 url =
76 os = ios
77 [submodule "content/test/data/layout_tests/LayoutTests/media"]
78 path = content/test/data/layout_tests/LayoutTests/media
79 url =
80 os = ios
81 [submodule "content/test/data/layout_tests/LayoutTests/platform/chromium-win/fas t/events"]
82 path = content/test/data/layout_tests/LayoutTests/platform/chromium-win/ fast/events
83 url =
84 os = ios
85 [submodule "content/test/data/layout_tests/LayoutTests/platform/chromium-win/fas t/workers"]
86 path = content/test/data/layout_tests/LayoutTests/platform/chromium-win/ fast/workers
87 url =
88 os = ios
89 [submodule "content/test/data/layout_tests/LayoutTests/platform/chromium-win/htt p/tests/workers"]
90 path = content/test/data/layout_tests/LayoutTests/platform/chromium-win/ http/tests/workers
91 url =
92 os = ios
93 [submodule "content/test/data/layout_tests/LayoutTests/platform/chromium-win/sto rage/domstorage"]
94 path = content/test/data/layout_tests/LayoutTests/platform/chromium-win/ storage/domstorage
95 url =
96 os = ios
97 [submodule "content/test/data/layout_tests/LayoutTests/platform/chromium/fast/ev ents"]
98 path = content/test/data/layout_tests/LayoutTests/platform/chromium/fast /events
99 url =
100 os = ios
101 [submodule "content/test/data/layout_tests/LayoutTests/platform/chromium/fast/wo rkers"]
102 path = content/test/data/layout_tests/LayoutTests/platform/chromium/fast /workers
103 url =
104 os = ios
105 [submodule "content/test/data/layout_tests/LayoutTests/storage/domstorage"]
106 path = content/test/data/layout_tests/LayoutTests/storage/domstorage
107 url =
108 os = ios
109 [submodule "content/test/data/layout_tests/LayoutTests/storage/indexeddb"]
110 path = content/test/data/layout_tests/LayoutTests/storage/indexeddb
111 url =
112 os = ios
113 [submodule "googleurl"]
114 path = googleurl
115 url = http://git.chromium.org/external/google-url.git
116 os = all
117 [submodule "native_client"]
118 path = native_client
119 url = http://git.chromium.org/native_client/src/native_client.git
120 os = all
121 [submodule "native_client/src/third_party/ppapi"]
122 path = native_client/src/third_party/ppapi
123 url =
124 os = ios
125 [submodule "native_client_sdk/src/site_scons"]
126 path = native_client_sdk/src/site_scons
127 url = http://git.chromium.org/native_client/src/native_client/site_scons .git
128 os = all
129 [submodule "sandbox/linux/seccomp-legacy"]
130 path = sandbox/linux/seccomp-legacy
131 url = http://git.chromium.org/external/seccompsandbox.git
132 os = all
133 [submodule "sdch/open-vcdiff"]
134 path = sdch/open-vcdiff
135 url = http://git.chromium.org/external/open-vcdiff.git
136 os = all
137 [submodule "testing/gmock"]
138 path = testing/gmock
139 url = http://git.chromium.org/external/googlemock.git
140 os = all
141 [submodule "testing/gtest"]
142 path = testing/gtest
143 url = http://git.chromium.org/external/googletest.git
144 os = all
145 [submodule "testing/iossim/third_party/class-dump"]
146 path = testing/iossim/third_party/class-dump
147 url = http://git.chromium.org/chromium/deps/class-dump.git
148 os = ios
149 [submodule "third_party/GTM"]
150 path = third_party/GTM
151 url = http://git.chromium.org/external/google-toolbox-for-mac.git
152 os = ios,mac
153 [submodule "third_party/WebKit"]
154 path = third_party/WebKit
155 url = http://git.chromium.org/external/WebKit_trimmed.git
156 os = all
157 [submodule "third_party/WebKit/LayoutTests"]
158 path = third_party/WebKit/LayoutTests
159 url =
160 os = ios
161 [submodule "third_party/WebKit/Source"]
162 path = third_party/WebKit/Source
163 url =
164 os = ios
165 [submodule "third_party/WebKit/Source/Platform/chromium/public"]
166 path = third_party/WebKit/Source/Platform/chromium/public
167 url = http://git.chromium.org/external/WebKit/Source/Platform/chromium/p ublic.git
168 os = ios
169 [submodule "third_party/WebKit/Source/WebKit/chromium/public"]
170 path = third_party/WebKit/Source/WebKit/chromium/public
171 url = http://git.chromium.org/external/WebKit/Source/WebKit/chromium/pub lic.git
172 os = ios
173 [submodule "third_party/WebKit/Tools/DumpRenderTree"]
174 path = third_party/WebKit/Tools/DumpRenderTree
175 url =
176 os = ios
177 [submodule "third_party/WebKit/Tools/Scripts"]
178 path = third_party/WebKit/Tools/Scripts
179 url =
180 os = ios
181 [submodule "third_party/WebKit/Tools/TestWebKitAPI"]
182 path = third_party/WebKit/Tools/TestWebKitAPI
183 url =
184 os = ios
185 [submodule "third_party/android_tools"]
186 path = third_party/android_tools
187 url = http://git.chromium.org/git/android_tools.git
188 os = android
189 [submodule "third_party/angle"]
190 path = third_party/angle
191 url = http://git.chromium.org/external/angleproject.git
192 os = all
193 [submodule "third_party/aosp"]
194 path = third_party/aosp
195 url = http://git.chromium.org/chromium/deps/aosp.git
196 os = android
197 [submodule "third_party/bidichecker"]
198 path = third_party/bidichecker
199 url = http://git.chromium.org/external/bidichecker/lib.git
200 os = all
201 [submodule "third_party/bison"]
202 path = third_party/bison
203 url = http://git.chromium.org/chromium/deps/bison.git
204 os = win
205 [submodule "third_party/cacheinvalidation/files/src/google"]
206 path = third_party/cacheinvalidation/files/src/google
207 url = http://git.chromium.org/external/google-cache-invalidation-api/src /google.git
208 os = all
209 [submodule "third_party/cros_system_api"]
210 path = third_party/cros_system_api
211 url = http://git.chromium.org/chromiumos/platform/system_api.git
212 os = unix
213 [submodule "third_party/cygwin"]
214 path = third_party/cygwin
215 url = http://git.chromium.org/chromium/deps/cygwin.git
216 os = win
217 [submodule "third_party/ffmpeg"]
218 path = third_party/ffmpeg
219 url = http://git.chromium.org/chromium/third_party/ffmpeg.git
220 os = all
221 [submodule "third_party/flac"]
222 path = third_party/flac
223 url = http://git.chromium.org/chromium/deps/flac.git
224 os = all
225 [submodule "third_party/freetype"]
226 path = third_party/freetype
227 url = http://git.chromium.org/git/chromium/src/third_party/freetype.git
228 os = android
229 [submodule "third_party/gnu_binutils"]
230 path = third_party/gnu_binutils
231 url = http://git.chromium.org/native_client/deps/third_party/gnu_binutil s.git
232 os = win
233 [submodule "third_party/gold"]
234 path = third_party/gold
235 url = http://git.chromium.org/chromium/deps/gold.git
236 os = unix
237 [submodule "third_party/gperf"]
238 path = third_party/gperf
239 url = http://git.chromium.org/chromium/deps/gperf.git
240 os = win
241 [submodule "third_party/hunspell"]
242 path = third_party/hunspell
243 url = http://git.chromium.org/chromium/deps/hunspell.git
244 os = all
245 [submodule "third_party/hunspell_dictionaries"]
246 path = third_party/hunspell_dictionaries
247 url = http://git.chromium.org/chromium/deps/hunspell_dictionaries.git
248 os = all
249 [submodule "third_party/icu"]
250 path = third_party/icu
251 url = http://git.chromium.org/chromium/deps/icu46.git
252 os = all
253 [submodule "third_party/jsoncpp/source/include"]
254 path = third_party/jsoncpp/source/include
255 url = http://git.chromium.org/external/jsoncpp/jsoncpp/include.git
256 os = all
257 [submodule "third_party/jsoncpp/source/src/lib_json"]
258 path = third_party/jsoncpp/source/src/lib_json
259 url = http://git.chromium.org/external/jsoncpp/jsoncpp/src/lib_json.git
260 os = all
261 [submodule "third_party/leveldatabase/src"]
262 path = third_party/leveldatabase/src
263 url = http://git.chromium.org/external/leveldb.git
264 os = all
265 [submodule "third_party/libexif/sources"]
266 path = third_party/libexif/sources
267 url = http://git.chromium.org/chromium/deps/libexif/sources.git
268 os = all
269 [submodule "third_party/libjingle/source"]
270 path = third_party/libjingle/source
271 url = http://git.chromium.org/external/libjingle.git
272 os = all
273 [submodule "third_party/libjpeg_turbo"]
274 path = third_party/libjpeg_turbo
275 url = http://git.chromium.org/chromium/deps/libjpeg_turbo.git
276 os = all
277 [submodule "third_party/libmtp"]
278 path = third_party/libmtp
279 url = http://git.chromium.org/chromium/deps/libmtp.git
280 os = unix
281 [submodule "third_party/libphonenumber/src/phonenumbers"]
282 path = third_party/libphonenumber/src/phonenumbers
283 url = http://git.chromium.org/external/libphonenumber/cpp/src/phonenumbe rs.git
284 os = all
285 [submodule "third_party/libphonenumber/src/resources"]
286 path = third_party/libphonenumber/src/resources
287 url = http://git.chromium.org/external/libphonenumber/resources.git
288 os = all
289 [submodule "third_party/libphonenumber/src/test"]
290 path = third_party/libphonenumber/src/test
291 url = http://git.chromium.org/external/libphonenumber/cpp/test.git
292 os = all
293 [submodule "third_party/libsrtp"]
294 path = third_party/libsrtp
295 url = http://git.chromium.org/chromium/deps/libsrtp.git
296 os = all
297 [submodule "third_party/libvpx"]
298 path = third_party/libvpx
299 url = http://git.chromium.org/chromium/deps/libvpx.git
300 os = all
301 [submodule "third_party/libyuv"]
302 path = third_party/libyuv
303 url = http://git.chromium.org/external/libyuv.git
304 os = all
305 [submodule "third_party/lighttpd"]
306 path = third_party/lighttpd
307 url = http://git.chromium.org/chromium/deps/lighttpd.git
308 os = win,mac
309 [submodule "third_party/lss"]
310 path = third_party/lss
311 url = http://git.chromium.org/external/linux-syscall-support/lss.git
312 os = unix
313 [submodule "third_party/mingw-w64/mingw/bin"]
314 path = third_party/mingw-w64/mingw/bin
315 url = http://git.chromium.org/native_client/deps/third_party/mingw-w64/m ingw/bin.git
316 os = win
317 [submodule "third_party/mozc/chrome/chromeos/renderer"]
318 path = third_party/mozc/chrome/chromeos/renderer
319 url = http://git.chromium.org/external/mozc/src/chrome/chromeos/renderer .git
320 os = all
321 [submodule "third_party/mozc/session"]
322 path = third_party/mozc/session
323 url = http://git.chromium.org/external/mozc/src/session.git
324 os = all
325 [submodule "third_party/nacl_sdk_binaries"]
326 path = third_party/nacl_sdk_binaries
327 url = http://git.chromium.org/chromium/deps/nacl_sdk_binaries.git
328 os = win
329 [submodule "third_party/nss"]
330 path = third_party/nss
331 url = http://git.chromium.org/chromium/deps/nss.git
332 os = win,ios,mac
333 [submodule "third_party/openssl"]
334 path = third_party/openssl
335 url = http://git.chromium.org/chromium/deps/openssl.git
336 os = unix
337 [submodule "third_party/ots"]
338 path = third_party/ots
339 url = http://git.chromium.org/external/ots.git
340 os = all
341 [submodule "third_party/pdfsqueeze"]
342 path = third_party/pdfsqueeze
343 url = http://git.chromium.org/external/pdfsqueeze.git
344 os = mac
345 [submodule "third_party/pefile"]
346 path = third_party/pefile
347 url = http://git.chromium.org/external/pefile.git
348 os = win
349 [submodule "third_party/perl"]
350 path = third_party/perl
351 url = http://git.chromium.org/chromium/deps/perl.git
352 os = win
353 [submodule "third_party/psyco_win32"]
354 path = third_party/psyco_win32
355 url = http://git.chromium.org/chromium/deps/psyco_win32.git
356 os = win
357 [submodule "third_party/pyftpdlib/src"]
358 path = third_party/pyftpdlib/src
359 url = http://git.chromium.org/external/pyftpdlib.git
360 os = all
361 [submodule "third_party/pylib"]
362 path = third_party/pylib
363 url =
364 os = ios
365 [submodule "third_party/pymox/src"]
366 path = third_party/pymox/src
367 url = http://git.chromium.org/external/pymox.git
368 os = all
369 [submodule "third_party/python_26"]
370 path = third_party/python_26
371 url = http://git.chromium.org/chromium/deps/python_26.git
372 os = win
373 [submodule "third_party/pywebsocket/src"]
374 path = third_party/pywebsocket/src
375 url = http://git.chromium.org/external/pywebsocket/src.git
376 os = all
377 [submodule "third_party/safe_browsing/testing"]
378 path = third_party/safe_browsing/testing
379 url = http://git.chromium.org/external/google-safe-browsing/testing.git
380 os = all
381 [submodule "third_party/scons-2.0.1"]
382 path = third_party/scons-2.0.1
383 url = http://git.chromium.org/native_client/src/third_party/scons-2.0.1. git
384 os = all
385 [submodule "third_party/sfntly/cpp/src"]
386 path = third_party/sfntly/cpp/src
387 url = http://git.chromium.org/external/sfntly/cpp/src.git
388 os = all
389 [submodule "third_party/skia/gyp"]
390 path = third_party/skia/gyp
391 url = http://git.chromium.org/external/skia/gyp.git
392 os = all
393 [submodule "third_party/skia/include"]
394 path = third_party/skia/include
395 url = http://git.chromium.org/external/skia/include.git
396 os = all
397 [submodule "third_party/skia/src"]
398 path = third_party/skia/src
399 url = http://git.chromium.org/external/skia/src.git
400 os = all
401 [submodule "third_party/smhasher/src"]
402 path = third_party/smhasher/src
403 url = http://git.chromium.org/external/smhasher.git
404 os = all
405 [submodule "third_party/snappy/src"]
406 path = third_party/snappy/src
407 url = http://git.chromium.org/external/snappy.git
408 os = all
409 [submodule "third_party/speex"]
410 path = third_party/speex
411 url = http://git.chromium.org/chromium/deps/speex.git
412 os = all
413 [submodule "third_party/swig/Lib"]
414 path = third_party/swig/Lib
415 url = http://git.chromium.org/chromium/deps/swig/Lib.git
416 os = all
417 [submodule "third_party/swig/linux"]
418 path = third_party/swig/linux
419 url = http://git.chromium.org/chromium/deps/swig/linux.git
420 os = unix
421 [submodule "third_party/swig/mac"]
422 path = third_party/swig/mac
423 url = http://git.chromium.org/chromium/deps/swig/mac.git
424 os = mac
425 [submodule "third_party/swig/win"]
426 path = third_party/swig/win
427 url = http://git.chromium.org/chromium/deps/swig/win.git
428 os = win
429 [submodule "third_party/syzygy/binaries"]
430 path = third_party/syzygy/binaries
431 url = http://git.chromium.org/external/sawbuck/syzygy/binaries.git
432 os = win
433 [submodule "third_party/trace-viewer"]
434 path = third_party/trace-viewer
435 url = http://git.chromium.org/external/trace-viewer.git
436 os = all
437 [submodule "third_party/undoview"]
438 path = third_party/undoview
439 url = http://git.chromium.org/chromium/deps/undoview.git
440 os = all
441 [submodule "third_party/v8-i18n"]
442 path = third_party/v8-i18n
443 url = http://git.chromium.org/external/v8-i18n.git
444 os = all
445 [submodule "third_party/webdriver/pylib"]
446 path = third_party/webdriver/pylib
447 url = http://git.chromium.org/external/selenium/py.git
448 os = all
449 [submodule "third_party/webgl_conformance"]
450 path = third_party/webgl_conformance
451 url = http://git.chromium.org/chromium/deps/webgl/sdk/tests.git
452 os = all
453 [submodule "third_party/webpagereplay"]
454 path = third_party/webpagereplay
455 url = http://git.chromium.org/external/web-page-replay.git
456 os = all
457 [submodule "third_party/webrtc"]
458 path = third_party/webrtc
459 url = http://git.chromium.org/external/webrtc/stable/src.git
460 os = all
461 [submodule "third_party/xdg-utils"]
462 path = third_party/xdg-utils
463 url = http://git.chromium.org/chromium/deps/xdg-utils.git
464 os = unix
465 [submodule "third_party/xulrunner-sdk"]
466 path = third_party/xulrunner-sdk
467 url = http://git.chromium.org/chromium/deps/xulrunner-sdk.git
468 os = win
469 [submodule "third_party/yasm/binaries"]
470 path = third_party/yasm/binaries
471 url = http://git.chromium.org/chromium/deps/yasm/binaries.git
472 os = win
473 [submodule "third_party/yasm/source/patched-yasm"]
474 path = third_party/yasm/source/patched-yasm
475 url = http://git.chromium.org/chromium/deps/yasm/patched-yasm.git
476 os = all
477 [submodule "tools/deps2git"]
478 path = tools/deps2git
479 url = http://git.chromium.org/chromium/tools/deps2git.git
480 os = all
481 [submodule "tools/grit"]
482 path = tools/grit
483 url = http://git.chromium.org/external/grit-i18n.git
484 os = all
485 [submodule "tools/gyp"]
486 path = tools/gyp
487 url = http://git.chromium.org/external/gyp.git
488 os = all
489 [submodule "tools/page_cycler/acid3"]
490 path = tools/page_cycler/acid3
491 url = http://git.chromium.org/chromium/deps/acid3.git
492 os = all
493 [submodule "v8"]
494 path = v8
495 url = http://git.chromium.org/external/v8.git
496 os = all
OLDNEW
« no previous file with comments | « no previous file | media/base/audio_fifo.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698