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

Side by Side Diff: .gitignore

Issue 2253613002: Adds the Material Text Accessibility library to the iOS build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add LICENSE Created 4 years, 4 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 unified diff | Download patch
« no previous file with comments | « no previous file | DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 *.gypcmd 1 *.gypcmd
2 *.mk 2 *.mk
3 *.ncb 3 *.ncb
4 *.opensdf 4 *.opensdf
5 *.orig 5 *.orig
6 *.pdb 6 *.pdb
7 *.props 7 *.props
8 *.pyc 8 *.pyc
9 *.pyproj 9 *.pyproj
10 *.rules 10 *.rules
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 /google_apis/gcm/gcm.xml 182 /google_apis/gcm/gcm.xml
183 /google_apis/internal 183 /google_apis/internal
184 /googleurl 184 /googleurl
185 /gpu/gles2_conform_test 185 /gpu/gles2_conform_test
186 /gyp-mac-tool 186 /gyp-mac-tool
187 /infra/.recipe_deps 187 /infra/.recipe_deps
188 /internal_gyp 188 /internal_gyp
189 /ios/third_party/earl_grey/src 189 /ios/third_party/earl_grey/src
190 /ios/third_party/fishhook/src 190 /ios/third_party/fishhook/src
191 /ios/third_party/gcdwebserver/src 191 /ios/third_party/gcdwebserver/src
192 /ios/third_party/material_text_accessibility_ios/src
192 /ios/third_party/ochamcrest/src 193 /ios/third_party/ochamcrest/src
193 /ios_internal 194 /ios_internal
194 /llvm 195 /llvm
195 /media/cast/logging/cast_logging_proto_lib.xml 196 /media/cast/logging/cast_logging_proto_lib.xml
196 /media/cdm/api 197 /media/cdm/api
197 /media/media_asm.xml 198 /media/media_asm.xml
198 /media/media_mojo_bindings.xml 199 /media/media_mojo_bindings.xml
199 /media/test/data/internal 200 /media/test/data/internal
200 /media/yuv_convert_simd_x86.xml 201 /media/yuv_convert_simd_x86.xml
201 /metro_driver 202 /metro_driver
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
491 /ui/keyboard/keyboard_mojom_bindings.xml 492 /ui/keyboard/keyboard_mojom_bindings.xml
492 /ui/surface/surface.xml 493 /ui/surface/surface.xml
493 /ui/surface/surface_gpu_tests.xml 494 /ui/surface/surface_gpu_tests.xml
494 /v8 495 /v8
495 /webkit/data 496 /webkit/data
496 /webpagereplay_logs/ 497 /webpagereplay_logs/
497 /win8/delegate_execute/delegate_execute_version_resources.xml 498 /win8/delegate_execute/delegate_execute_version_resources.xml
498 /win8/metro_driver/metro_driver_version_resources.xml 499 /win8/metro_driver/metro_driver_version_resources.xml
499 /x86-generic_out/ 500 /x86-generic_out/
500 /xcodebuild 501 /xcodebuild
OLDNEW
« no previous file with comments | « no previous file | DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698