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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/content_renderer.gypi » ('j') | content/content_tests.gypi » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .gitmodules
diff --git a/.gitmodules b/.gitmodules
index d8fe7f0c59727ffabe19e98fbc1a3183de058c3b..62c38b92f0e41011594a8f72a64ffb2ee6250e91 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -106,6 +106,10 @@
path = third_party/chromite
url = https://chromium.googlesource.com/chromiumos/chromite.git
os = unix
+[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.
+ path = third_party/clang_format/script
+ url = https://chromium.googlesource.com/chromium/llvm-project/cfe/tools/clang-format.git
+ os = all
[submodule "third_party/cld_2/src"]
path = third_party/cld_2/src
url = https://chromium.googlesource.com/external/cld2.git
@@ -216,11 +220,11 @@
os = all
[submodule "third_party/libc++/trunk"]
path = third_party/libc++/trunk
- url = https://llvm.googlesource.com/libcxx.git
+ url = https://chromium.googlesource.com/chromium/llvm-project/libcxx.git
os = all
[submodule "third_party/libc++abi/trunk"]
path = third_party/libc++abi/trunk
- url = https://llvm.googlesource.com/libcxxabi.git
+ url = https://chromium.googlesource.com/chromium/llvm-project/libcxxabi.git
os = all
[submodule "third_party/libexif/sources"]
path = third_party/libexif/sources
@@ -305,7 +309,7 @@
[submodule "third_party/openssl"]
path = third_party/openssl
url = https://chromium.googlesource.com/chromium/deps/openssl.git
- os = android,unix
+ os = all
[submodule "third_party/opus/src"]
path = third_party/opus/src
url = https://chromium.googlesource.com/chromium/deps/opus.git
@@ -409,7 +413,7 @@
[submodule "third_party/undoview"]
path = third_party/undoview
url = https://chromium.googlesource.com/chromium/deps/undoview.git
- os = unix,ios
+ os = unix
[submodule "third_party/usrsctp/usrsctplib"]
path = third_party/usrsctp/usrsctplib
url = https://chromium.googlesource.com/external/usrsctplib.git
« 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