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

Side by Side Diff: .gitignore

Issue 1169083002: Roll chromium_revision b2c6a86..e937e5f (332773:333350) (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Updated .gitignore Created 5 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') | 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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 /talk/examples/android/local.properties 71 /talk/examples/android/local.properties
72 /talk/examples/android/obj 72 /talk/examples/android/obj
73 /talk/examples/android/proguard-project.txt 73 /talk/examples/android/proguard-project.txt
74 /talk/examples/androidtests/bin 74 /talk/examples/androidtests/bin
75 /talk/examples/androidtests/gen 75 /talk/examples/androidtests/gen
76 /talk/app/webrtc/androidtests/bin 76 /talk/app/webrtc/androidtests/bin
77 /talk/app/webrtc/androidtests/gen 77 /talk/app/webrtc/androidtests/gen
78 /talk/app/webrtc/androidtests/libs 78 /talk/app/webrtc/androidtests/libs
79 /testing 79 /testing
80 /third_party/WebKit/Tools/Scripts 80 /third_party/WebKit/Tools/Scripts
81 /third_party/android_platform
81 /third_party/android_testrunner 82 /third_party/android_testrunner
82 /third_party/android_tools 83 /third_party/android_tools
83 /third_party/appurify-python 84 /third_party/appurify-python
84 /third_party/asan 85 /third_party/asan
85 /third_party/ashmem 86 /third_party/ashmem
86 /third_party/binutils 87 /third_party/binutils
87 /third_party/boringssl 88 /third_party/boringssl
88 /third_party/BUILD.gn 89 /third_party/BUILD.gn
89 /third_party/clang_format 90 /third_party/clang_format
91 /third_party/class-dump
90 /third_party/colorama 92 /third_party/colorama
91 /third_party/cygwin 93 /third_party/cygwin
92 /third_party/directxsdk 94 /third_party/directxsdk
93 /third_party/drmemory 95 /third_party/drmemory
94 /third_party/expat 96 /third_party/expat
95 /third_party/gaeunit 97 /third_party/gaeunit
96 /third_party/gflags/src 98 /third_party/gflags/src
97 /third_party/google-visualization-python 99 /third_party/google-visualization-python
98 /third_party/icu 100 /third_party/icu
99 /third_party/instrumented_libraries 101 /third_party/instrumented_libraries
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 /webrtc/modules/audio_device/android/test/bin/ 166 /webrtc/modules/audio_device/android/test/bin/
165 /webrtc/modules/audio_device/android/test/gen/ 167 /webrtc/modules/audio_device/android/test/gen/
166 /webrtc/modules/audio_device/android/test/libs/ 168 /webrtc/modules/audio_device/android/test/libs/
167 /webrtc/video_engine/test/android/bin 169 /webrtc/video_engine/test/android/bin
168 /webrtc/video_engine/test/android/gen 170 /webrtc/video_engine/test/android/gen
169 /webrtc/video_engine/test/android/libs 171 /webrtc/video_engine/test/android/libs
170 /webrtc/video_engine/test/android/obj 172 /webrtc/video_engine/test/android/obj
171 /x86-generic_out/ 173 /x86-generic_out/
172 /xcodebuild 174 /xcodebuild
173 175
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