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

Unified Diff: .gitmodules

Issue 11363170: Add an accessibility audit test for WebUI pages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Moving accessibility-developer-tools to src/third_party Created 8 years, 1 month 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 | DEPS » ('j') | chrome/test/base/js2gtest.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .gitmodules
diff --git a/.gitmodules b/.gitmodules
index f0b44be9c011dca3e7d2d8757fcf03d385a2b732..85c287616a4ef443f883a948801792798da80ae7 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -186,6 +186,10 @@
path = third_party/ffmpeg
url = https://chromium.googlesource.com/chromium/third_party/ffmpeg.git
os = all
+[submodule "third_party/findbugs"]
+ path = third_party/findbugs
+ url = https://chromium.googlesource.com/chromium/deps/findbugs.git
+ os = android
[submodule "third_party/flac"]
path = third_party/flac
url = https://chromium.googlesource.com/chromium/deps/flac.git
@@ -282,14 +286,6 @@
path = third_party/mingw-w64/mingw/bin
url = https://chromium.googlesource.com/native_client/deps/third_party/mingw-w64/mingw/bin.git
os = win
-[submodule "third_party/mozc/chrome/chromeos/renderer"]
- path = third_party/mozc/chrome/chromeos/renderer
- url = https://chromium.googlesource.com/external/mozc/src/chrome/chromeos/renderer.git
- os = all
-[submodule "third_party/mozc/session"]
- path = third_party/mozc/session
- url = https://chromium.googlesource.com/external/mozc/src/session.git
- os = all
[submodule "third_party/mtpd/source"]
path = third_party/mtpd/source
url = https://chromium.googlesource.com/chromiumos/platform/mtpd.git
@@ -432,7 +428,7 @@
os = all
[submodule "third_party/webrtc"]
path = third_party/webrtc
- url = https://chromium.googlesource.com/external/webrtc/stable/src.git
+ url = https://chromium.googlesource.com/external/webrtc/stable/webrtc.git
os = all
[submodule "third_party/xdg-utils"]
path = third_party/xdg-utils
« no previous file with comments | « no previous file | DEPS » ('j') | chrome/test/base/js2gtest.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698