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

Side by Side Diff: .gitignore

Issue 423293004: Move app_installer into chromium. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments Created 6 years, 3 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 | DEPS » ('j') | third_party/omaha/README.chromium » ('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 *.props 5 *.props
6 *.pyc 6 *.pyc
7 *.rules 7 *.rules
8 *.sdf 8 *.sdf
9 *.sln 9 *.sln
10 *.suo 10 *.suo
(...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 /third_party/lighttpd 288 /third_party/lighttpd
289 /third_party/llvm 289 /third_party/llvm
290 /third_party/llvm-allocated-type 290 /third_party/llvm-allocated-type
291 /third_party/llvm-build 291 /third_party/llvm-build
292 /third_party/lss 292 /third_party/lss
293 /third_party/mesa/src 293 /third_party/mesa/src
294 /third_party/mingw-w64 294 /third_party/mingw-w64
295 /third_party/mkl 295 /third_party/mkl
296 /third_party/nacl_sdk_binaries/ 296 /third_party/nacl_sdk_binaries/
297 /third_party/nss 297 /third_party/nss
298 /third_party/omaha/src/omaha
298 /third_party/openmax_dl/ 299 /third_party/openmax_dl/
299 /third_party/opus/src 300 /third_party/opus/src
300 /third_party/ots 301 /third_party/ots
301 /third_party/pdfsqueeze 302 /third_party/pdfsqueeze
302 /third_party/pdfium 303 /third_party/pdfium
303 /third_party/pefile 304 /third_party/pefile
304 /third_party/perl 305 /third_party/perl
305 /third_party/platformsdk_win7 306 /third_party/platformsdk_win7
306 /third_party/platformsdk_win8 307 /third_party/platformsdk_win8
307 /third_party/polymer 308 /third_party/polymer
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
385 /webkit/data/test_shell/plugins 386 /webkit/data/test_shell/plugins
386 /webkit/data/xbm_decoder 387 /webkit/data/xbm_decoder
387 /webkit/Debug 388 /webkit/Debug
388 /webkit/Release 389 /webkit/Release
389 /webkit/renderer/media/crypto/ppapi/cdm 390 /webkit/renderer/media/crypto/ppapi/cdm
390 /webpagereplay_logs/ 391 /webpagereplay_logs/
391 /win8/delegate_execute/delegate_execute_version_resources.xml 392 /win8/delegate_execute/delegate_execute_version_resources.xml
392 /win8/metro_driver/metro_driver_version_resources.xml 393 /win8/metro_driver/metro_driver_version_resources.xml
393 /x86-generic_out/ 394 /x86-generic_out/
394 /xcodebuild 395 /xcodebuild
OLDNEW
« no previous file with comments | « no previous file | DEPS » ('j') | third_party/omaha/README.chromium » ('J')

Powered by Google App Engine
This is Rietveld 408576698