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

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: Working test for a11y audit 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/test/base/js2gtest.js » ('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
11 url = https://chromium.googlesource.com/chromium/deps/xz.git 11 url = https://chromium.googlesource.com/chromium/deps/xz.git
12 os = mac 12 os = mac
13 [submodule "chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin"] 13 [submodule "chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin"]
14 path = chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin 14 path = chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin
15 url = https://chromium.googlesource.com/native_client/src/native_client/ tests/prebuilt.git 15 url = https://chromium.googlesource.com/native_client/src/native_client/ tests/prebuilt.git
16 os = all 16 os = all
17 [submodule "chrome/test/data/perf/canvas_bench"] 17 [submodule "chrome/test/data/perf/canvas_bench"]
18 path = chrome/test/data/perf/canvas_bench 18 path = chrome/test/data/perf/canvas_bench
19 url = https://chromium.googlesource.com/chromium/canvas_bench.git 19 url = https://chromium.googlesource.com/chromium/canvas_bench.git
20 os = all 20 os = all
21 [submodule "chrome/test/data/perf/frame_rate/content"] 21 [submodule "chrome/test/data/perf/frame_rate/content"]
22 path = chrome/test/data/perf/frame_rate/content 22 path = chrome/test/data/perf/frame_rate/content
23 url = https://chromium.googlesource.com/chromium/frame_rate/content.git 23 url = https://chromium.googlesource.com/chromium/frame_rate/content.git
24 os = all 24 os = all
25 [submodule "chrome/test/data/perf/third_party/octane"]
dmazzoni 2012/12/14 18:45:41 I'm assuming most of these changes are not really
aboxhall 2012/12/14 23:26:44 In fact none of them are, but I can't figure out w
26 path = chrome/test/data/perf/third_party/octane
27 url = https://chromium.googlesource.com/external/octane-benchmark.git
28 os = all
25 [submodule "chrome/tools/test/reference_build/chrome_linux"] 29 [submodule "chrome/tools/test/reference_build/chrome_linux"]
26 path = chrome/tools/test/reference_build/chrome_linux 30 path = chrome/tools/test/reference_build/chrome_linux
27 url = https://chromium.googlesource.com/chromium/reference_builds/chrome _linux.git 31 url = https://chromium.googlesource.com/chromium/reference_builds/chrome _linux.git
28 os = unix 32 os = unix
29 [submodule "chrome/tools/test/reference_build/chrome_mac"] 33 [submodule "chrome/tools/test/reference_build/chrome_mac"]
30 path = chrome/tools/test/reference_build/chrome_mac 34 path = chrome/tools/test/reference_build/chrome_mac
31 url = https://chromium.googlesource.com/chromium/reference_builds/chrome _mac.git 35 url = https://chromium.googlesource.com/chromium/reference_builds/chrome _mac.git
32 os = mac 36 os = mac
33 [submodule "chrome/tools/test/reference_build/chrome_win"] 37 [submodule "chrome/tools/test/reference_build/chrome_win"]
34 path = chrome/tools/test/reference_build/chrome_win 38 path = chrome/tools/test/reference_build/chrome_win
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 url = https://chromium.googlesource.com/android_tools.git 155 url = https://chromium.googlesource.com/android_tools.git
152 os = android 156 os = android
153 [submodule "third_party/angle"] 157 [submodule "third_party/angle"]
154 path = third_party/angle 158 path = third_party/angle
155 url = https://chromium.googlesource.com/external/angleproject.git 159 url = https://chromium.googlesource.com/external/angleproject.git
156 os = all 160 os = all
157 [submodule "third_party/aosp"] 161 [submodule "third_party/aosp"]
158 path = third_party/aosp 162 path = third_party/aosp
159 url = https://chromium.googlesource.com/chromium/deps/aosp.git 163 url = https://chromium.googlesource.com/chromium/deps/aosp.git
160 os = android 164 os = android
165 [submodule "third_party/apache-mime4j"]
166 path = third_party/apache-mime4j
167 url = https://chromium.googlesource.com/chromium/deps/apache-mime4j.git
168 os = android
161 [submodule "third_party/bidichecker"] 169 [submodule "third_party/bidichecker"]
162 path = third_party/bidichecker 170 path = third_party/bidichecker
163 url = https://chromium.googlesource.com/external/bidichecker/lib.git 171 url = https://chromium.googlesource.com/external/bidichecker/lib.git
164 os = all 172 os = all
165 [submodule "third_party/bison"] 173 [submodule "third_party/bison"]
166 path = third_party/bison 174 path = third_party/bison
167 url = https://chromium.googlesource.com/chromium/deps/bison.git 175 url = https://chromium.googlesource.com/chromium/deps/bison.git
168 os = win 176 os = win
169 [submodule "third_party/cacheinvalidation/src"] 177 [submodule "third_party/cacheinvalidation/src"]
170 path = third_party/cacheinvalidation/src 178 path = third_party/cacheinvalidation/src
171 url = https://chromium.googlesource.com/external/google-cache-invalidati on-api/src.git 179 url = https://chromium.googlesource.com/external/google-cache-invalidati on-api/src.git
172 os = all 180 os = all
173 [submodule "third_party/cros_dbus_cplusplus/source"] 181 [submodule "third_party/cros_dbus_cplusplus/source"]
174 path = third_party/cros_dbus_cplusplus/source 182 path = third_party/cros_dbus_cplusplus/source
175 url = https://chromium.googlesource.com/chromiumos/third_party/dbus-cplu splus.git 183 url = https://chromium.googlesource.com/chromiumos/third_party/dbus-cplu splus.git
176 os = unix 184 os = unix
177 [submodule "third_party/cros_system_api"] 185 [submodule "third_party/cros_system_api"]
178 path = third_party/cros_system_api 186 path = third_party/cros_system_api
179 url = https://chromium.googlesource.com/chromiumos/platform/system_api.g it 187 url = https://chromium.googlesource.com/chromiumos/platform/system_api.g it
180 os = unix 188 os = unix
181 [submodule "third_party/cygwin"] 189 [submodule "third_party/cygwin"]
182 path = third_party/cygwin 190 path = third_party/cygwin
183 url = https://chromium.googlesource.com/chromium/deps/cygwin.git 191 url = https://chromium.googlesource.com/chromium/deps/cygwin.git
184 os = win 192 os = win
185 [submodule "third_party/ffmpeg"] 193 [submodule "third_party/ffmpeg"]
186 path = third_party/ffmpeg 194 path = third_party/ffmpeg
187 url = https://chromium.googlesource.com/chromium/third_party/ffmpeg.git 195 url = https://chromium.googlesource.com/chromium/third_party/ffmpeg.git
188 os = all 196 os = all
197 [submodule "third_party/findbugs"]
198 path = third_party/findbugs
199 url = https://chromium.googlesource.com/chromium/deps/findbugs.git
200 os = android
189 [submodule "third_party/flac"] 201 [submodule "third_party/flac"]
190 path = third_party/flac 202 path = third_party/flac
191 url = https://chromium.googlesource.com/chromium/deps/flac.git 203 url = https://chromium.googlesource.com/chromium/deps/flac.git
192 os = all 204 os = all
193 [submodule "third_party/freetype"] 205 [submodule "third_party/freetype"]
194 path = third_party/freetype 206 path = third_party/freetype
195 url = https://chromium.googlesource.com/chromium/src/third_party/freetyp e.git 207 url = https://chromium.googlesource.com/chromium/src/third_party/freetyp e.git
196 os = android 208 os = android
197 [submodule "third_party/gnu_binutils"] 209 [submodule "third_party/gnu_binutils"]
198 path = third_party/gnu_binutils 210 path = third_party/gnu_binutils
199 url = https://chromium.googlesource.com/native_client/deps/third_party/g nu_binutils.git 211 url = https://chromium.googlesource.com/native_client/deps/third_party/g nu_binutils.git
200 os = win 212 os = win
201 [submodule "third_party/gold"] 213 [submodule "third_party/gold"]
202 path = third_party/gold 214 path = third_party/gold
203 url = https://chromium.googlesource.com/chromium/deps/gold.git 215 url = https://chromium.googlesource.com/chromium/deps/gold.git
204 os = unix 216 os = unix
205 [submodule "third_party/gperf"] 217 [submodule "third_party/gperf"]
206 path = third_party/gperf 218 path = third_party/gperf
207 url = https://chromium.googlesource.com/chromium/deps/gperf.git 219 url = https://chromium.googlesource.com/chromium/deps/gperf.git
208 os = win 220 os = win
221 [submodule "third_party/guava/src"]
222 path = third_party/guava/src
223 url = https://chromium.googlesource.com/external/guava-libraries.git
224 os = android
225 [submodule "third_party/httpcomponents-client"]
226 path = third_party/httpcomponents-client
227 url = https://chromium.googlesource.com/chromium/deps/httpcomponents-cli ent.git
228 os = android
229 [submodule "third_party/httpcomponents-core"]
230 path = third_party/httpcomponents-core
231 url = https://chromium.googlesource.com/chromium/deps/httpcomponents-cor e.git
232 os = android
209 [submodule "third_party/hunspell"] 233 [submodule "third_party/hunspell"]
210 path = third_party/hunspell 234 path = third_party/hunspell
211 url = https://chromium.googlesource.com/chromium/deps/hunspell.git 235 url = https://chromium.googlesource.com/chromium/deps/hunspell.git
212 os = all 236 os = all
213 [submodule "third_party/hunspell_dictionaries"] 237 [submodule "third_party/hunspell_dictionaries"]
214 path = third_party/hunspell_dictionaries 238 path = third_party/hunspell_dictionaries
215 url = https://chromium.googlesource.com/chromium/deps/hunspell_dictionar ies.git 239 url = https://chromium.googlesource.com/chromium/deps/hunspell_dictionar ies.git
216 os = all 240 os = all
217 [submodule "third_party/icu"] 241 [submodule "third_party/icu"]
218 path = third_party/icu 242 path = third_party/icu
219 url = https://chromium.googlesource.com/chromium/deps/icu46.git 243 url = https://chromium.googlesource.com/chromium/deps/icu46.git
220 os = all 244 os = all
245 [submodule "third_party/jarjar"]
246 path = third_party/jarjar
247 url = https://chromium.googlesource.com/chromium/deps/jarjar.git
248 os = android
221 [submodule "third_party/jsoncpp/source/include"] 249 [submodule "third_party/jsoncpp/source/include"]
222 path = third_party/jsoncpp/source/include 250 path = third_party/jsoncpp/source/include
223 url = https://chromium.googlesource.com/external/jsoncpp/jsoncpp/include .git 251 url = https://chromium.googlesource.com/external/jsoncpp/jsoncpp/include .git
224 os = all 252 os = all
225 [submodule "third_party/jsoncpp/source/src/lib_json"] 253 [submodule "third_party/jsoncpp/source/src/lib_json"]
226 path = third_party/jsoncpp/source/src/lib_json 254 path = third_party/jsoncpp/source/src/lib_json
227 url = https://chromium.googlesource.com/external/jsoncpp/jsoncpp/src/lib _json.git 255 url = https://chromium.googlesource.com/external/jsoncpp/jsoncpp/src/lib _json.git
228 os = all 256 os = all
257 [submodule "third_party/jsr-305/src"]
258 path = third_party/jsr-305/src
259 url = https://chromium.googlesource.com/external/jsr-305.git
260 os = android
229 [submodule "third_party/leveldatabase/src"] 261 [submodule "third_party/leveldatabase/src"]
230 path = third_party/leveldatabase/src 262 path = third_party/leveldatabase/src
231 url = https://chromium.googlesource.com/external/leveldb.git 263 url = https://chromium.googlesource.com/external/leveldb.git
232 os = all 264 os = all
233 [submodule "third_party/libexif/sources"] 265 [submodule "third_party/libexif/sources"]
234 path = third_party/libexif/sources 266 path = third_party/libexif/sources
235 url = https://chromium.googlesource.com/chromium/deps/libexif/sources.gi t 267 url = https://chromium.googlesource.com/chromium/deps/libexif/sources.gi t
236 os = all 268 os = all
237 [submodule "third_party/libjingle/source"] 269 [submodule "third_party/libjingle/source"]
238 path = third_party/libjingle/source 270 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 307 url = https://chromium.googlesource.com/chromium/deps/lighttpd.git
276 os = win,mac 308 os = win,mac
277 [submodule "third_party/lss"] 309 [submodule "third_party/lss"]
278 path = third_party/lss 310 path = third_party/lss
279 url = https://chromium.googlesource.com/external/linux-syscall-support/l ss.git 311 url = https://chromium.googlesource.com/external/linux-syscall-support/l ss.git
280 os = unix 312 os = unix
281 [submodule "third_party/mingw-w64/mingw/bin"] 313 [submodule "third_party/mingw-w64/mingw/bin"]
282 path = third_party/mingw-w64/mingw/bin 314 path = third_party/mingw-w64/mingw/bin
283 url = https://chromium.googlesource.com/native_client/deps/third_party/m ingw-w64/mingw/bin.git 315 url = https://chromium.googlesource.com/native_client/deps/third_party/m ingw-w64/mingw/bin.git
284 os = win 316 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"] 317 [submodule "third_party/mtpd/source"]
294 path = third_party/mtpd/source 318 path = third_party/mtpd/source
295 url = https://chromium.googlesource.com/chromiumos/platform/mtpd.git 319 url = https://chromium.googlesource.com/chromiumos/platform/mtpd.git
296 os = unix 320 os = unix
297 [submodule "third_party/nacl_sdk_binaries"] 321 [submodule "third_party/nacl_sdk_binaries"]
298 path = third_party/nacl_sdk_binaries 322 path = third_party/nacl_sdk_binaries
299 url = https://chromium.googlesource.com/chromium/deps/nacl_sdk_binaries. git 323 url = https://chromium.googlesource.com/chromium/deps/nacl_sdk_binaries. git
300 os = win 324 os = win
301 [submodule "third_party/nss"] 325 [submodule "third_party/nss"]
302 path = third_party/nss 326 path = third_party/nss
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
425 [submodule "third_party/webgl_conformance"] 449 [submodule "third_party/webgl_conformance"]
426 path = third_party/webgl_conformance 450 path = third_party/webgl_conformance
427 url = https://chromium.googlesource.com/chromium/deps/webgl/sdk/tests.gi t 451 url = https://chromium.googlesource.com/chromium/deps/webgl/sdk/tests.gi t
428 os = all 452 os = all
429 [submodule "third_party/webpagereplay"] 453 [submodule "third_party/webpagereplay"]
430 path = third_party/webpagereplay 454 path = third_party/webpagereplay
431 url = https://chromium.googlesource.com/external/web-page-replay.git 455 url = https://chromium.googlesource.com/external/web-page-replay.git
432 os = all 456 os = all
433 [submodule "third_party/webrtc"] 457 [submodule "third_party/webrtc"]
434 path = third_party/webrtc 458 path = third_party/webrtc
435 » url = https://chromium.googlesource.com/external/webrtc/stable/src.git 459 » url = https://chromium.googlesource.com/external/webrtc/stable/webrtc.gi t
436 os = all 460 os = all
437 [submodule "third_party/xdg-utils"] 461 [submodule "third_party/xdg-utils"]
438 path = third_party/xdg-utils 462 path = third_party/xdg-utils
439 url = https://chromium.googlesource.com/chromium/deps/xdg-utils.git 463 url = https://chromium.googlesource.com/chromium/deps/xdg-utils.git
440 os = unix 464 os = unix
441 [submodule "third_party/xulrunner-sdk"] 465 [submodule "third_party/xulrunner-sdk"]
442 path = third_party/xulrunner-sdk 466 path = third_party/xulrunner-sdk
443 url = https://chromium.googlesource.com/chromium/deps/xulrunner-sdk.git 467 url = https://chromium.googlesource.com/chromium/deps/xulrunner-sdk.git
444 os = win 468 os = win
445 [submodule "third_party/yasm/binaries"] 469 [submodule "third_party/yasm/binaries"]
(...skipping 21 matching lines...) Expand all
467 url = https://chromium.googlesource.com/chromium/deps/acid3.git 491 url = https://chromium.googlesource.com/chromium/deps/acid3.git
468 os = all 492 os = all
469 [submodule "tools/swarm_client"] 493 [submodule "tools/swarm_client"]
470 path = tools/swarm_client 494 path = tools/swarm_client
471 url = https://chromium.googlesource.com/chromium/tools/swarm_client.git 495 url = https://chromium.googlesource.com/chromium/tools/swarm_client.git
472 os = all 496 os = all
473 [submodule "v8"] 497 [submodule "v8"]
474 path = v8 498 path = v8
475 url = https://chromium.googlesource.com/external/v8.git 499 url = https://chromium.googlesource.com/external/v8.git
476 os = all 500 os = all
OLDNEW
« 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