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

Side by Side Diff: .gitignore

Issue 1215543002: Remove Polymer 0.5. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase on license fix 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
OLDNEW
1 *.gypcmd 1 *.gypcmd
2 *.mk 2 *.mk
3 *.ncb 3 *.ncb
4 *.opensdf 4 *.opensdf
5 *.orig 5 *.orig
6 *.props 6 *.props
7 *.pyc 7 *.pyc
8 *.rules 8 *.rules
9 *.sdf 9 *.sdf
10 *.sln 10 *.sln
(...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after
350 /third_party/omaha/src/omaha 350 /third_party/omaha/src/omaha
351 /third_party/openmax_dl/ 351 /third_party/openmax_dl/
352 /third_party/opus/src 352 /third_party/opus/src
353 /third_party/pdfsqueeze 353 /third_party/pdfsqueeze
354 /third_party/pdfium 354 /third_party/pdfium
355 /third_party/pefile 355 /third_party/pefile
356 /third_party/perl 356 /third_party/perl
357 /third_party/platformsdk_win7 357 /third_party/platformsdk_win7
358 /third_party/platformsdk_win8 358 /third_party/platformsdk_win8
359 /third_party/polymer 359 /third_party/polymer
360 /third_party/polymer_legacy
361 /third_party/ppapi 360 /third_party/ppapi
362 /third_party/psyco_win32 361 /third_party/psyco_win32
363 /third_party/pthreads-win32 362 /third_party/pthreads-win32
364 /third_party/py_trace_event/src 363 /third_party/py_trace_event/src
365 /third_party/pyelftools 364 /third_party/pyelftools
366 /third_party/pyftpdlib/src 365 /third_party/pyftpdlib/src
367 /third_party/pylib 366 /third_party/pylib
368 /third_party/pymox/src 367 /third_party/pymox/src
369 /third_party/python_24 368 /third_party/python_24
370 /third_party/python_26 369 /third_party/python_26
(...skipping 12 matching lines...) Expand all
383 /third_party/syzygy 382 /third_party/syzygy
384 /third_party/syzygy/binaries 383 /third_party/syzygy/binaries
385 /third_party/trace-viewer 384 /third_party/trace-viewer
386 /third_party/tsan/ 385 /third_party/tsan/
387 /third_party/ub-uiautomator/lib 386 /third_party/ub-uiautomator/lib
388 /third_party/usb_ids 387 /third_party/usb_ids
389 /third_party/usrsctp/usrsctplib 388 /third_party/usrsctp/usrsctplib
390 /third_party/v8-i18n 389 /third_party/v8-i18n
391 /third_party/valgrind 390 /third_party/valgrind
392 /third_party/v4l2capture 391 /third_party/v4l2capture
393 /third_party/web-animations-js
dzhioev (left Google) 2015/06/26 05:52:41 This one should stay.
michaelpg 2015/06/26 07:36:46 Done.
394 /third_party/webdriver/pylib 392 /third_party/webdriver/pylib
395 /third_party/webdriver/python/selenium 393 /third_party/webdriver/python/selenium
396 /third_party/webgl 394 /third_party/webgl
397 /third_party/webgl/src 395 /third_party/webgl/src
398 /third_party/WebKit 396 /third_party/WebKit
399 /third_party/webpagereplay/ 397 /third_party/webpagereplay/
400 /third_party/webrtc 398 /third_party/webrtc
401 /third_party/webrtc/internal 399 /third_party/webrtc/internal
402 /third_party/webrtc/modules/video_coding/codecs/vp8_internal 400 /third_party/webrtc/modules/video_coding/codecs/vp8_internal
403 /third_party/widevine/cdm/chromeos 401 /third_party/widevine/cdm/chromeos
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
437 /ui/surface/surface.xml 435 /ui/surface/surface.xml
438 /ui/surface/surface_gpu_tests.xml 436 /ui/surface/surface_gpu_tests.xml
439 /v8 437 /v8
440 # Results directory for run-webkit-tests. http://crbug.com/488288 438 # Results directory for run-webkit-tests. http://crbug.com/488288
441 /webkit 439 /webkit
442 /webpagereplay_logs/ 440 /webpagereplay_logs/
443 /win8/delegate_execute/delegate_execute_version_resources.xml 441 /win8/delegate_execute/delegate_execute_version_resources.xml
444 /win8/metro_driver/metro_driver_version_resources.xml 442 /win8/metro_driver/metro_driver_version_resources.xml
445 /x86-generic_out/ 443 /x86-generic_out/
446 /xcodebuild 444 /xcodebuild
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/provided_file_systems.js » ('j') | tools/polymer/txt_to_polymer_grdp.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698