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

Side by Side Diff: .gitignore

Issue 1420653006: Cleanup workaround for grit version dependency (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rebased Created 5 years, 1 month 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 | setup_links.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 *.DS_Store 1 *.DS_Store
2 *.Makefile 2 *.Makefile
3 *.host.mk 3 *.host.mk
4 *.ncb 4 *.ncb
5 *.ninja 5 *.ninja
6 *.props 6 *.props
7 *.pyc 7 *.pyc
8 *.rules 8 *.rules
9 *.scons 9 *.scons
10 *.sdf 10 *.sdf
(...skipping 21 matching lines...) Expand all
32 .landmines 32 .landmines
33 .metadata 33 .metadata
34 .project 34 .project
35 .pydevproject 35 .pydevproject
36 .settings 36 .settings
37 .sw? 37 .sw?
38 /Makefile 38 /Makefile
39 /base 39 /base
40 /build 40 /build
41 /buildtools 41 /buildtools
42 /chrome
43 /chromium/.gclient.tmp 42 /chromium/.gclient.tmp
44 /chromium/.gclient.tmp_entries 43 /chromium/.gclient.tmp_entries
45 /chromium/.last_sync_chromium 44 /chromium/.last_sync_chromium
46 /chromium/_bad_scm 45 /chromium/_bad_scm
47 /chromium/src 46 /chromium/src
48 /gyp-mac-tool 47 /gyp-mac-tool
49 /links 48 /links
50 /links.db 49 /links.db
51 /out 50 /out
52 /resources/**/*.aecdump 51 /resources/**/*.aecdump
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 /webrtc/examples/android/opensl_loopback/proguard-project.txt 166 /webrtc/examples/android/opensl_loopback/proguard-project.txt
168 /webrtc/modules/audio_device/android/test/bin/ 167 /webrtc/modules/audio_device/android/test/bin/
169 /webrtc/modules/audio_device/android/test/gen/ 168 /webrtc/modules/audio_device/android/test/gen/
170 /webrtc/modules/audio_device/android/test/libs/ 169 /webrtc/modules/audio_device/android/test/libs/
171 /webrtc/video_engine/test/android/bin 170 /webrtc/video_engine/test/android/bin
172 /webrtc/video_engine/test/android/gen 171 /webrtc/video_engine/test/android/gen
173 /webrtc/video_engine/test/android/libs 172 /webrtc/video_engine/test/android/libs
174 /webrtc/video_engine/test/android/obj 173 /webrtc/video_engine/test/android/obj
175 /x86-generic_out/ 174 /x86-generic_out/
176 /xcodebuild 175 /xcodebuild
OLDNEW
« no previous file with comments | « no previous file | setup_links.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698