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

Side by Side Diff: .gitignore

Issue 25675010: android: Use a separate SDK for the emulator again. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | build/android/avd.py » ('j') | build/android/install_emulator_deps.py » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 *.Makefile 1 *.Makefile
2 *.gypcmd 2 *.gypcmd
3 *.mk 3 *.mk
4 *.ncb 4 *.ncb
5 *.ninja 5 *.ninja
6 *.opensdf 6 *.opensdf
7 *.props 7 *.props
8 *.pyc 8 *.pyc
9 *.rules 9 *.rules
10 *.sdf 10 *.sdf
(...skipping 24 matching lines...) Expand all
35 .pydevproject 35 .pydevproject
36 # Settings directory for eclipse 36 # Settings directory for eclipse
37 /.settings 37 /.settings
38 cscope.* 38 cscope.*
39 Session.vim 39 Session.vim
40 tags 40 tags
41 Thumbs.db 41 Thumbs.db
42 v8.log 42 v8.log
43 /Makefile 43 /Makefile
44 /_out 44 /_out
45 /android_emulator_sdk
45 /arm-sysroot 46 /arm-sysroot
46 /base/base_unittests_run.xml 47 /base/base_unittests_run.xml
47 /breakpad/src/ 48 /breakpad/src/
48 /build/Debug 49 /build/Debug
49 /build/Debug_x64 50 /build/Debug_x64
50 /build/gomacc.lock 51 /build/gomacc.lock
51 /build/ipch/ 52 /build/ipch/
52 /build/Release 53 /build/Release
53 /build/Release_x64 54 /build/Release_x64
54 /build/util/LASTCHANGE* 55 /build/util/LASTCHANGE*
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
323 /webkit/data/test_shell/plugins 324 /webkit/data/test_shell/plugins
324 /webkit/data/xbm_decoder 325 /webkit/data/xbm_decoder
325 /webkit/Debug 326 /webkit/Debug
326 /webkit/Release 327 /webkit/Release
327 /webkit/renderer/media/crypto/ppapi/cdm 328 /webkit/renderer/media/crypto/ppapi/cdm
328 /webpagereplay_logs/ 329 /webpagereplay_logs/
329 /win8/delegate_execute/delegate_execute_version_resources.xml 330 /win8/delegate_execute/delegate_execute_version_resources.xml
330 /win8/metro_driver/metro_driver_version_resources.xml 331 /win8/metro_driver/metro_driver_version_resources.xml
331 /x86-generic_out/ 332 /x86-generic_out/
332 /xcodebuild 333 /xcodebuild
OLDNEW
« no previous file with comments | « no previous file | build/android/avd.py » ('j') | build/android/install_emulator_deps.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698