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

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: First, very incomplete pass at doing accessibility check in Javascript only Created 8 years 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/browser/ui/webui/web_ui_browsertest.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .gitmodules
diff --git a/.gitmodules b/.gitmodules
index f0b44be9c011dca3e7d2d8757fcf03d385a2b732..85e1386b0739b344feed4cdd841f3c8dc5e92a33 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
@@ -206,6 +210,10 @@
path = third_party/gperf
url = https://chromium.googlesource.com/chromium/deps/gperf.git
os = win
+[submodule "third_party/guava/src"]
+ path = third_party/guava/src
+ url = https://chromium.googlesource.com/external/guava-libraries.git
+ os = android
[submodule "third_party/hunspell"]
path = third_party/hunspell
url = https://chromium.googlesource.com/chromium/deps/hunspell.git
@@ -226,6 +234,10 @@
path = third_party/jsoncpp/source/src/lib_json
url = https://chromium.googlesource.com/external/jsoncpp/jsoncpp/src/lib_json.git
os = all
+[submodule "third_party/jsr-305/src"]
+ path = third_party/jsr-305/src
+ url = https://chromium.googlesource.com/external/jsr-305.git
+ os = android
[submodule "third_party/leveldatabase/src"]
path = third_party/leveldatabase/src
url = https://chromium.googlesource.com/external/leveldb.git
@@ -282,14 +294,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 +436,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/browser/ui/webui/web_ui_browsertest.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698