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

Side by Side Diff: .gitmodules

Issue 212973002: Refactor VideoDestinationHandler to implement MediaStreamVideoSource. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | content/content_renderer.gypi » ('j') | content/content_tests.gypi » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [submodule "breakpad/src"] 1 [submodule "breakpad/src"]
Jói 2014/03/26 21:36:13 You probably don't want .gitmodules to appear in y
perkj_chrome 2014/03/27 11:24:32 Done.
2 path = breakpad/src 2 path = breakpad/src
3 url = https://chromium.googlesource.com/external/google-breakpad/src.git 3 url = https://chromium.googlesource.com/external/google-breakpad/src.git
4 os = all 4 os = all
5 [submodule "build/util/support"] 5 [submodule "build/util/support"]
6 path = build/util/support 6 path = build/util/support
7 url = 7 url =
8 os = ios 8 os = ios
9 [submodule "chrome/browser/resources/pdf/html_office"] 9 [submodule "chrome/browser/resources/pdf/html_office"]
10 path = chrome/browser/resources/pdf/html_office 10 path = chrome/browser/resources/pdf/html_office
11 url = https://chromium.googlesource.com/chromium/html-office-public.git 11 url = https://chromium.googlesource.com/chromium/html-office-public.git
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 url = https://chromium.googlesource.com/external/font-compression-refere nce.git 99 url = https://chromium.googlesource.com/external/font-compression-refere nce.git
100 os = all 100 os = all
101 [submodule "third_party/cacheinvalidation/src"] 101 [submodule "third_party/cacheinvalidation/src"]
102 path = third_party/cacheinvalidation/src 102 path = third_party/cacheinvalidation/src
103 url = https://chromium.googlesource.com/external/google-cache-invalidati on-api/src.git 103 url = https://chromium.googlesource.com/external/google-cache-invalidati on-api/src.git
104 os = all 104 os = all
105 [submodule "third_party/chromite"] 105 [submodule "third_party/chromite"]
106 path = third_party/chromite 106 path = third_party/chromite
107 url = https://chromium.googlesource.com/chromiumos/chromite.git 107 url = https://chromium.googlesource.com/chromiumos/chromite.git
108 os = unix 108 os = unix
109 [submodule "third_party/clang_format/script"]
Ronghua Wu (Left Chromium) 2014/03/26 22:27:53 changes to this file doesn't belong to this cl.
perkj_chrome 2014/03/27 11:24:32 Done.
110 path = third_party/clang_format/script
111 url = https://chromium.googlesource.com/chromium/llvm-project/cfe/tools/ clang-format.git
112 os = all
109 [submodule "third_party/cld_2/src"] 113 [submodule "third_party/cld_2/src"]
110 path = third_party/cld_2/src 114 path = third_party/cld_2/src
111 url = https://chromium.googlesource.com/external/cld2.git 115 url = https://chromium.googlesource.com/external/cld2.git
112 os = all 116 os = all
113 [submodule "third_party/cros_dbus_cplusplus/source"] 117 [submodule "third_party/cros_dbus_cplusplus/source"]
114 path = third_party/cros_dbus_cplusplus/source 118 path = third_party/cros_dbus_cplusplus/source
115 url = https://chromium.googlesource.com/chromiumos/third_party/dbus-cplu splus.git 119 url = https://chromium.googlesource.com/chromiumos/third_party/dbus-cplu splus.git
116 os = unix 120 os = unix
117 [submodule "third_party/cros_system_api"] 121 [submodule "third_party/cros_system_api"]
118 path = third_party/cros_system_api 122 path = third_party/cros_system_api
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 [submodule "third_party/leveldatabase/src"] 213 [submodule "third_party/leveldatabase/src"]
210 path = third_party/leveldatabase/src 214 path = third_party/leveldatabase/src
211 url = https://chromium.googlesource.com/external/leveldb.git 215 url = https://chromium.googlesource.com/external/leveldb.git
212 os = all 216 os = all
213 [submodule "third_party/libaddressinput/src"] 217 [submodule "third_party/libaddressinput/src"]
214 path = third_party/libaddressinput/src 218 path = third_party/libaddressinput/src
215 url = https://chromium.googlesource.com/external/libaddressinput.git 219 url = https://chromium.googlesource.com/external/libaddressinput.git
216 os = all 220 os = all
217 [submodule "third_party/libc++/trunk"] 221 [submodule "third_party/libc++/trunk"]
218 path = third_party/libc++/trunk 222 path = third_party/libc++/trunk
219 » url = https://llvm.googlesource.com/libcxx.git 223 » url = https://chromium.googlesource.com/chromium/llvm-project/libcxx.git
220 os = all 224 os = all
221 [submodule "third_party/libc++abi/trunk"] 225 [submodule "third_party/libc++abi/trunk"]
222 path = third_party/libc++abi/trunk 226 path = third_party/libc++abi/trunk
223 » url = https://llvm.googlesource.com/libcxxabi.git 227 » url = https://chromium.googlesource.com/chromium/llvm-project/libcxxabi. git
224 os = all 228 os = all
225 [submodule "third_party/libexif/sources"] 229 [submodule "third_party/libexif/sources"]
226 path = third_party/libexif/sources 230 path = third_party/libexif/sources
227 url = https://chromium.googlesource.com/chromium/deps/libexif/sources.gi t 231 url = https://chromium.googlesource.com/chromium/deps/libexif/sources.gi t
228 os = all 232 os = all
229 [submodule "third_party/libjingle/source/talk"] 233 [submodule "third_party/libjingle/source/talk"]
230 path = third_party/libjingle/source/talk 234 path = third_party/libjingle/source/talk
231 url = https://chromium.googlesource.com/external/webrtc/trunk/talk.git 235 url = https://chromium.googlesource.com/external/webrtc/trunk/talk.git
232 os = all 236 os = all
233 [submodule "third_party/libjpeg_turbo"] 237 [submodule "third_party/libjpeg_turbo"]
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 path = third_party/nss 302 path = third_party/nss
299 url = https://chromium.googlesource.com/chromium/deps/nss.git 303 url = https://chromium.googlesource.com/chromium/deps/nss.git
300 os = win,ios,mac 304 os = win,ios,mac
301 [submodule "third_party/openmax_dl"] 305 [submodule "third_party/openmax_dl"]
302 path = third_party/openmax_dl 306 path = third_party/openmax_dl
303 url = https://chromium.googlesource.com/external/webrtc/deps/third_party /openmax.git 307 url = https://chromium.googlesource.com/external/webrtc/deps/third_party /openmax.git
304 os = all 308 os = all
305 [submodule "third_party/openssl"] 309 [submodule "third_party/openssl"]
306 path = third_party/openssl 310 path = third_party/openssl
307 url = https://chromium.googlesource.com/chromium/deps/openssl.git 311 url = https://chromium.googlesource.com/chromium/deps/openssl.git
308 » os = android,unix 312 » os = all
309 [submodule "third_party/opus/src"] 313 [submodule "third_party/opus/src"]
310 path = third_party/opus/src 314 path = third_party/opus/src
311 url = https://chromium.googlesource.com/chromium/deps/opus.git 315 url = https://chromium.googlesource.com/chromium/deps/opus.git
312 os = all 316 os = all
313 [submodule "third_party/ots"] 317 [submodule "third_party/ots"]
314 path = third_party/ots 318 path = third_party/ots
315 url = https://chromium.googlesource.com/external/ots.git 319 url = https://chromium.googlesource.com/external/ots.git
316 os = all 320 os = all
317 [submodule "third_party/pdfsqueeze"] 321 [submodule "third_party/pdfsqueeze"]
318 path = third_party/pdfsqueeze 322 path = third_party/pdfsqueeze
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
402 path = third_party/syzygy/binaries 406 path = third_party/syzygy/binaries
403 url = https://chromium.googlesource.com/external/sawbuck/syzygy/binaries .git 407 url = https://chromium.googlesource.com/external/sawbuck/syzygy/binaries .git
404 os = win 408 os = win
405 [submodule "third_party/trace-viewer"] 409 [submodule "third_party/trace-viewer"]
406 path = third_party/trace-viewer 410 path = third_party/trace-viewer
407 url = https://chromium.googlesource.com/external/trace-viewer.git 411 url = https://chromium.googlesource.com/external/trace-viewer.git
408 os = all 412 os = all
409 [submodule "third_party/undoview"] 413 [submodule "third_party/undoview"]
410 path = third_party/undoview 414 path = third_party/undoview
411 url = https://chromium.googlesource.com/chromium/deps/undoview.git 415 url = https://chromium.googlesource.com/chromium/deps/undoview.git
412 » os = unix,ios 416 » os = unix
413 [submodule "third_party/usrsctp/usrsctplib"] 417 [submodule "third_party/usrsctp/usrsctplib"]
414 path = third_party/usrsctp/usrsctplib 418 path = third_party/usrsctp/usrsctplib
415 url = https://chromium.googlesource.com/external/usrsctplib.git 419 url = https://chromium.googlesource.com/external/usrsctplib.git
416 os = all 420 os = all
417 [submodule "third_party/v8-i18n"] 421 [submodule "third_party/v8-i18n"]
418 path = third_party/v8-i18n 422 path = third_party/v8-i18n
419 url = 423 url =
420 os = ios 424 os = ios
421 [submodule "third_party/webdriver/pylib"] 425 [submodule "third_party/webdriver/pylib"]
422 path = third_party/webdriver/pylib 426 path = third_party/webdriver/pylib
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
463 url = https://chromium.googlesource.com/chromium/deps/acid3.git 467 url = https://chromium.googlesource.com/chromium/deps/acid3.git
464 os = all 468 os = all
465 [submodule "tools/swarming_client"] 469 [submodule "tools/swarming_client"]
466 path = tools/swarming_client 470 path = tools/swarming_client
467 url = https://chromium.googlesource.com/external/swarming.client.git 471 url = https://chromium.googlesource.com/external/swarming.client.git
468 os = all 472 os = all
469 [submodule "v8"] 473 [submodule "v8"]
470 path = v8 474 path = v8
471 url = https://chromium.googlesource.com/external/v8.git 475 url = https://chromium.googlesource.com/external/v8.git
472 os = all 476 os = all
OLDNEW
« no previous file with comments | « no previous file | content/content_renderer.gypi » ('j') | content/content_tests.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698