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

Side by Side Diff: .gitignore

Issue 2047843002: [Third Party] Add Android-Accessibility-Framework jar to Chromium (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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') | DEPS » ('J')
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 266 matching lines...) Expand 10 before | Expand all | Expand 10 after
277 /sync/sync.xml 277 /sync/sync.xml
278 /sync_testserver.log 278 /sync_testserver.log
279 /testing/gmock 279 /testing/gmock
280 /testing/gtest 280 /testing/gtest
281 /testserver.log 281 /testserver.log
282 /tools/luci-go/linux64/isolate 282 /tools/luci-go/linux64/isolate
283 /tools/luci-go/mac64/isolate 283 /tools/luci-go/mac64/isolate
284 /tools/luci-go/win64/isolate.exe 284 /tools/luci-go/win64/isolate.exe
285 /third_party/__START__ 285 /third_party/__START__
286 /third_party/accessibility-developer-tools/ 286 /third_party/accessibility-developer-tools/
287 /third_party/accessibility-test-framework/lib/*.jar
287 /third_party/adobe/flash/binaries 288 /third_party/adobe/flash/binaries
288 /third_party/adobe/flash/symbols 289 /third_party/adobe/flash/symbols
289 /third_party/amd/ 290 /third_party/amd/
290 /third_party/android_protobuf/src 291 /third_party/android_protobuf/src
291 /third_party/android_tools/ 292 /third_party/android_tools/
292 /third_party/android_tools_internal/ 293 /third_party/android_tools_internal/
293 /third_party/android_webview_glue/src 294 /third_party/android_webview_glue/src
294 /third_party/angle 295 /third_party/angle
295 /third_party/angle_dx11 296 /third_party/angle_dx11
296 /third_party/apache-mime4j 297 /third_party/apache-mime4j
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
469 /ui/keyboard/keyboard_mojom_bindings.xml 470 /ui/keyboard/keyboard_mojom_bindings.xml
470 /ui/surface/surface.xml 471 /ui/surface/surface.xml
471 /ui/surface/surface_gpu_tests.xml 472 /ui/surface/surface_gpu_tests.xml
472 /v8 473 /v8
473 /webkit/data 474 /webkit/data
474 /webpagereplay_logs/ 475 /webpagereplay_logs/
475 /win8/delegate_execute/delegate_execute_version_resources.xml 476 /win8/delegate_execute/delegate_execute_version_resources.xml
476 /win8/metro_driver/metro_driver_version_resources.xml 477 /win8/metro_driver/metro_driver_version_resources.xml
477 /x86-generic_out/ 478 /x86-generic_out/
478 /xcodebuild 479 /xcodebuild
OLDNEW
« no previous file with comments | « no previous file | DEPS » ('j') | DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698