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

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, 4 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 | app_installer/DEPS » ('j') | app_installer/win/app_installer_main.cc » ('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 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
285 /third_party/lighttpd 285 /third_party/lighttpd
286 /third_party/llvm 286 /third_party/llvm
287 /third_party/llvm-allocated-type 287 /third_party/llvm-allocated-type
288 /third_party/llvm-build 288 /third_party/llvm-build
289 /third_party/lss 289 /third_party/lss
290 /third_party/mesa/src 290 /third_party/mesa/src
291 /third_party/mingw-w64 291 /third_party/mingw-w64
292 /third_party/mkl 292 /third_party/mkl
293 /third_party/nacl_sdk_binaries/ 293 /third_party/nacl_sdk_binaries/
294 /third_party/nss 294 /third_party/nss
295 /third_party/omaha
295 /third_party/openmax_dl/ 296 /third_party/openmax_dl/
296 /third_party/openssl 297 /third_party/openssl
297 /third_party/opus/src 298 /third_party/opus/src
298 /third_party/ots 299 /third_party/ots
299 /third_party/pdfsqueeze 300 /third_party/pdfsqueeze
300 /third_party/pdfium 301 /third_party/pdfium
301 /third_party/pefile 302 /third_party/pefile
302 /third_party/perl 303 /third_party/perl
303 /third_party/platformsdk_win7 304 /third_party/platformsdk_win7
304 /third_party/platformsdk_win8 305 /third_party/platformsdk_win8
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
383 /webkit/data/test_shell/plugins 384 /webkit/data/test_shell/plugins
384 /webkit/data/xbm_decoder 385 /webkit/data/xbm_decoder
385 /webkit/Debug 386 /webkit/Debug
386 /webkit/Release 387 /webkit/Release
387 /webkit/renderer/media/crypto/ppapi/cdm 388 /webkit/renderer/media/crypto/ppapi/cdm
388 /webpagereplay_logs/ 389 /webpagereplay_logs/
389 /win8/delegate_execute/delegate_execute_version_resources.xml 390 /win8/delegate_execute/delegate_execute_version_resources.xml
390 /win8/metro_driver/metro_driver_version_resources.xml 391 /win8/metro_driver/metro_driver_version_resources.xml
391 /x86-generic_out/ 392 /x86-generic_out/
392 /xcodebuild 393 /xcodebuild
OLDNEW
« no previous file with comments | « no previous file | app_installer/DEPS » ('j') | app_installer/win/app_installer_main.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698