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 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | DEPS » ('j') | chrome/browser/ui/webui/web_ui_browsertest.h » ('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"]
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/installer/mac/third_party/xz/xz"] 9 [submodule "chrome/installer/mac/third_party/xz/xz"]
10 path = chrome/installer/mac/third_party/xz/xz 10 path = chrome/installer/mac/third_party/xz/xz
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 url = https://chromium.googlesource.com/chromiumos/platform/system_api.g it 179 url = https://chromium.googlesource.com/chromiumos/platform/system_api.g it
180 os = unix 180 os = unix
181 [submodule "third_party/cygwin"] 181 [submodule "third_party/cygwin"]
182 path = third_party/cygwin 182 path = third_party/cygwin
183 url = https://chromium.googlesource.com/chromium/deps/cygwin.git 183 url = https://chromium.googlesource.com/chromium/deps/cygwin.git
184 os = win 184 os = win
185 [submodule "third_party/ffmpeg"] 185 [submodule "third_party/ffmpeg"]
186 path = third_party/ffmpeg 186 path = third_party/ffmpeg
187 url = https://chromium.googlesource.com/chromium/third_party/ffmpeg.git 187 url = https://chromium.googlesource.com/chromium/third_party/ffmpeg.git
188 os = all 188 os = all
189 [submodule "third_party/findbugs"]
190 path = third_party/findbugs
191 url = https://chromium.googlesource.com/chromium/deps/findbugs.git
192 os = android
189 [submodule "third_party/flac"] 193 [submodule "third_party/flac"]
190 path = third_party/flac 194 path = third_party/flac
191 url = https://chromium.googlesource.com/chromium/deps/flac.git 195 url = https://chromium.googlesource.com/chromium/deps/flac.git
192 os = all 196 os = all
193 [submodule "third_party/freetype"] 197 [submodule "third_party/freetype"]
194 path = third_party/freetype 198 path = third_party/freetype
195 url = https://chromium.googlesource.com/chromium/src/third_party/freetyp e.git 199 url = https://chromium.googlesource.com/chromium/src/third_party/freetyp e.git
196 os = android 200 os = android
197 [submodule "third_party/gnu_binutils"] 201 [submodule "third_party/gnu_binutils"]
198 path = third_party/gnu_binutils 202 path = third_party/gnu_binutils
199 url = https://chromium.googlesource.com/native_client/deps/third_party/g nu_binutils.git 203 url = https://chromium.googlesource.com/native_client/deps/third_party/g nu_binutils.git
200 os = win 204 os = win
201 [submodule "third_party/gold"] 205 [submodule "third_party/gold"]
202 path = third_party/gold 206 path = third_party/gold
203 url = https://chromium.googlesource.com/chromium/deps/gold.git 207 url = https://chromium.googlesource.com/chromium/deps/gold.git
204 os = unix 208 os = unix
205 [submodule "third_party/gperf"] 209 [submodule "third_party/gperf"]
206 path = third_party/gperf 210 path = third_party/gperf
207 url = https://chromium.googlesource.com/chromium/deps/gperf.git 211 url = https://chromium.googlesource.com/chromium/deps/gperf.git
208 os = win 212 os = win
213 [submodule "third_party/guava/src"]
214 path = third_party/guava/src
215 url = https://chromium.googlesource.com/external/guava-libraries.git
216 os = android
209 [submodule "third_party/hunspell"] 217 [submodule "third_party/hunspell"]
210 path = third_party/hunspell 218 path = third_party/hunspell
211 url = https://chromium.googlesource.com/chromium/deps/hunspell.git 219 url = https://chromium.googlesource.com/chromium/deps/hunspell.git
212 os = all 220 os = all
213 [submodule "third_party/hunspell_dictionaries"] 221 [submodule "third_party/hunspell_dictionaries"]
214 path = third_party/hunspell_dictionaries 222 path = third_party/hunspell_dictionaries
215 url = https://chromium.googlesource.com/chromium/deps/hunspell_dictionar ies.git 223 url = https://chromium.googlesource.com/chromium/deps/hunspell_dictionar ies.git
216 os = all 224 os = all
217 [submodule "third_party/icu"] 225 [submodule "third_party/icu"]
218 path = third_party/icu 226 path = third_party/icu
219 url = https://chromium.googlesource.com/chromium/deps/icu46.git 227 url = https://chromium.googlesource.com/chromium/deps/icu46.git
220 os = all 228 os = all
221 [submodule "third_party/jsoncpp/source/include"] 229 [submodule "third_party/jsoncpp/source/include"]
222 path = third_party/jsoncpp/source/include 230 path = third_party/jsoncpp/source/include
223 url = https://chromium.googlesource.com/external/jsoncpp/jsoncpp/include .git 231 url = https://chromium.googlesource.com/external/jsoncpp/jsoncpp/include .git
224 os = all 232 os = all
225 [submodule "third_party/jsoncpp/source/src/lib_json"] 233 [submodule "third_party/jsoncpp/source/src/lib_json"]
226 path = third_party/jsoncpp/source/src/lib_json 234 path = third_party/jsoncpp/source/src/lib_json
227 url = https://chromium.googlesource.com/external/jsoncpp/jsoncpp/src/lib _json.git 235 url = https://chromium.googlesource.com/external/jsoncpp/jsoncpp/src/lib _json.git
228 os = all 236 os = all
237 [submodule "third_party/jsr-305/src"]
238 path = third_party/jsr-305/src
239 url = https://chromium.googlesource.com/external/jsr-305.git
240 os = android
229 [submodule "third_party/leveldatabase/src"] 241 [submodule "third_party/leveldatabase/src"]
230 path = third_party/leveldatabase/src 242 path = third_party/leveldatabase/src
231 url = https://chromium.googlesource.com/external/leveldb.git 243 url = https://chromium.googlesource.com/external/leveldb.git
232 os = all 244 os = all
233 [submodule "third_party/libexif/sources"] 245 [submodule "third_party/libexif/sources"]
234 path = third_party/libexif/sources 246 path = third_party/libexif/sources
235 url = https://chromium.googlesource.com/chromium/deps/libexif/sources.gi t 247 url = https://chromium.googlesource.com/chromium/deps/libexif/sources.gi t
236 os = all 248 os = all
237 [submodule "third_party/libjingle/source"] 249 [submodule "third_party/libjingle/source"]
238 path = third_party/libjingle/source 250 path = third_party/libjingle/source
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
275 url = https://chromium.googlesource.com/chromium/deps/lighttpd.git 287 url = https://chromium.googlesource.com/chromium/deps/lighttpd.git
276 os = win,mac 288 os = win,mac
277 [submodule "third_party/lss"] 289 [submodule "third_party/lss"]
278 path = third_party/lss 290 path = third_party/lss
279 url = https://chromium.googlesource.com/external/linux-syscall-support/l ss.git 291 url = https://chromium.googlesource.com/external/linux-syscall-support/l ss.git
280 os = unix 292 os = unix
281 [submodule "third_party/mingw-w64/mingw/bin"] 293 [submodule "third_party/mingw-w64/mingw/bin"]
282 path = third_party/mingw-w64/mingw/bin 294 path = third_party/mingw-w64/mingw/bin
283 url = https://chromium.googlesource.com/native_client/deps/third_party/m ingw-w64/mingw/bin.git 295 url = https://chromium.googlesource.com/native_client/deps/third_party/m ingw-w64/mingw/bin.git
284 os = win 296 os = win
285 [submodule "third_party/mozc/chrome/chromeos/renderer"]
286 path = third_party/mozc/chrome/chromeos/renderer
287 url = https://chromium.googlesource.com/external/mozc/src/chrome/chromeo s/renderer.git
288 os = all
289 [submodule "third_party/mozc/session"]
290 path = third_party/mozc/session
291 url = https://chromium.googlesource.com/external/mozc/src/session.git
292 os = all
293 [submodule "third_party/mtpd/source"] 297 [submodule "third_party/mtpd/source"]
294 path = third_party/mtpd/source 298 path = third_party/mtpd/source
295 url = https://chromium.googlesource.com/chromiumos/platform/mtpd.git 299 url = https://chromium.googlesource.com/chromiumos/platform/mtpd.git
296 os = unix 300 os = unix
297 [submodule "third_party/nacl_sdk_binaries"] 301 [submodule "third_party/nacl_sdk_binaries"]
298 path = third_party/nacl_sdk_binaries 302 path = third_party/nacl_sdk_binaries
299 url = https://chromium.googlesource.com/chromium/deps/nacl_sdk_binaries. git 303 url = https://chromium.googlesource.com/chromium/deps/nacl_sdk_binaries. git
300 os = win 304 os = win
301 [submodule "third_party/nss"] 305 [submodule "third_party/nss"]
302 path = third_party/nss 306 path = third_party/nss
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
425 [submodule "third_party/webgl_conformance"] 429 [submodule "third_party/webgl_conformance"]
426 path = third_party/webgl_conformance 430 path = third_party/webgl_conformance
427 url = https://chromium.googlesource.com/chromium/deps/webgl/sdk/tests.gi t 431 url = https://chromium.googlesource.com/chromium/deps/webgl/sdk/tests.gi t
428 os = all 432 os = all
429 [submodule "third_party/webpagereplay"] 433 [submodule "third_party/webpagereplay"]
430 path = third_party/webpagereplay 434 path = third_party/webpagereplay
431 url = https://chromium.googlesource.com/external/web-page-replay.git 435 url = https://chromium.googlesource.com/external/web-page-replay.git
432 os = all 436 os = all
433 [submodule "third_party/webrtc"] 437 [submodule "third_party/webrtc"]
434 path = third_party/webrtc 438 path = third_party/webrtc
435 » url = https://chromium.googlesource.com/external/webrtc/stable/src.git 439 » url = https://chromium.googlesource.com/external/webrtc/stable/webrtc.gi t
436 os = all 440 os = all
437 [submodule "third_party/xdg-utils"] 441 [submodule "third_party/xdg-utils"]
438 path = third_party/xdg-utils 442 path = third_party/xdg-utils
439 url = https://chromium.googlesource.com/chromium/deps/xdg-utils.git 443 url = https://chromium.googlesource.com/chromium/deps/xdg-utils.git
440 os = unix 444 os = unix
441 [submodule "third_party/xulrunner-sdk"] 445 [submodule "third_party/xulrunner-sdk"]
442 path = third_party/xulrunner-sdk 446 path = third_party/xulrunner-sdk
443 url = https://chromium.googlesource.com/chromium/deps/xulrunner-sdk.git 447 url = https://chromium.googlesource.com/chromium/deps/xulrunner-sdk.git
444 os = win 448 os = win
445 [submodule "third_party/yasm/binaries"] 449 [submodule "third_party/yasm/binaries"]
(...skipping 21 matching lines...) Expand all
467 url = https://chromium.googlesource.com/chromium/deps/acid3.git 471 url = https://chromium.googlesource.com/chromium/deps/acid3.git
468 os = all 472 os = all
469 [submodule "tools/swarm_client"] 473 [submodule "tools/swarm_client"]
470 path = tools/swarm_client 474 path = tools/swarm_client
471 url = https://chromium.googlesource.com/chromium/tools/swarm_client.git 475 url = https://chromium.googlesource.com/chromium/tools/swarm_client.git
472 os = all 476 os = all
473 [submodule "v8"] 477 [submodule "v8"]
474 path = v8 478 path = v8
475 url = https://chromium.googlesource.com/external/v8.git 479 url = https://chromium.googlesource.com/external/v8.git
476 os = all 480 os = all
OLDNEW
« 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