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

Side by Side Diff: .gitignore

Issue 1408913003: Roll chromium_revision d131cac..a8b75a6 (357393:357542) (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: Add .gitignore 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 | 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 *.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
42 /chromium/.gclient.tmp 43 /chromium/.gclient.tmp
43 /chromium/.gclient.tmp_entries 44 /chromium/.gclient.tmp_entries
44 /chromium/.last_sync_chromium 45 /chromium/.last_sync_chromium
45 /chromium/_bad_scm 46 /chromium/_bad_scm
46 /chromium/src 47 /chromium/src
47 /google_apis 48 /google_apis
48 /gyp-mac-tool 49 /gyp-mac-tool
49 /links 50 /links
50 /links.db 51 /links.db
51 /net 52 /net
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 /webrtc/examples/android/opensl_loopback/proguard-project.txt 172 /webrtc/examples/android/opensl_loopback/proguard-project.txt
172 /webrtc/modules/audio_device/android/test/bin/ 173 /webrtc/modules/audio_device/android/test/bin/
173 /webrtc/modules/audio_device/android/test/gen/ 174 /webrtc/modules/audio_device/android/test/gen/
174 /webrtc/modules/audio_device/android/test/libs/ 175 /webrtc/modules/audio_device/android/test/libs/
175 /webrtc/video_engine/test/android/bin 176 /webrtc/video_engine/test/android/bin
176 /webrtc/video_engine/test/android/gen 177 /webrtc/video_engine/test/android/gen
177 /webrtc/video_engine/test/android/libs 178 /webrtc/video_engine/test/android/libs
178 /webrtc/video_engine/test/android/obj 179 /webrtc/video_engine/test/android/obj
179 /x86-generic_out/ 180 /x86-generic_out/
180 /xcodebuild 181 /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