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

Side by Side Diff: .gitignore

Issue 365793002: Add lots of GN targets (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | BUILD.gn » ('j') | no next file with comments »
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/libwebm/source 285 /third_party/libwebm/source
286 /third_party/libyuv 286 /third_party/libyuv
287 /third_party/lighttpd 287 /third_party/lighttpd
288 /third_party/llvm 288 /third_party/llvm
289 /third_party/llvm-allocated-type 289 /third_party/llvm-allocated-type
290 /third_party/llvm-build 290 /third_party/llvm-build
291 /third_party/lss 291 /third_party/lss
292 /third_party/mesa/src 292 /third_party/mesa/src
293 /third_party/mingw-w64 293 /third_party/mingw-w64
294 /third_party/mkl 294 /third_party/mkl
295 /third_party/mt19937ar
296 /third_party/nacl_sdk_binaries/ 295 /third_party/nacl_sdk_binaries/
297 /third_party/nss 296 /third_party/nss
298 /third_party/openmax_dl/ 297 /third_party/openmax_dl/
299 /third_party/openssl 298 /third_party/openssl
300 /third_party/opus/src 299 /third_party/opus/src
301 /third_party/ots 300 /third_party/ots
302 /third_party/pdfsqueeze 301 /third_party/pdfsqueeze
303 /third_party/pdfium 302 /third_party/pdfium
304 /third_party/pefile 303 /third_party/pefile
305 /third_party/perl 304 /third_party/perl
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
385 /webkit/data/test_shell/plugins 384 /webkit/data/test_shell/plugins
386 /webkit/data/xbm_decoder 385 /webkit/data/xbm_decoder
387 /webkit/Debug 386 /webkit/Debug
388 /webkit/Release 387 /webkit/Release
389 /webkit/renderer/media/crypto/ppapi/cdm 388 /webkit/renderer/media/crypto/ppapi/cdm
390 /webpagereplay_logs/ 389 /webpagereplay_logs/
391 /win8/delegate_execute/delegate_execute_version_resources.xml 390 /win8/delegate_execute/delegate_execute_version_resources.xml
392 /win8/metro_driver/metro_driver_version_resources.xml 391 /win8/metro_driver/metro_driver_version_resources.xml
393 /x86-generic_out/ 392 /x86-generic_out/
394 /xcodebuild 393 /xcodebuild
OLDNEW
« no previous file with comments | « no previous file | BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698