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

Side by Side Diff: .gitignore

Issue 682493002: Remove the dependency on json schema compiler. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | PRESUBMIT.py » ('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 389 matching lines...) Expand 10 before | Expand all | Expand 10 after
400 /third_party/yasm/source/patched-yasm 400 /third_party/yasm/source/patched-yasm
401 /third_party/yasm/yasm.xml 401 /third_party/yasm/yasm.xml
402 /tools/deps2git/ 402 /tools/deps2git/
403 /tools/distcc 403 /tools/distcc
404 /tools/gn/bin/linux 404 /tools/gn/bin/linux
405 /tools/gn/bin/mac 405 /tools/gn/bin/mac
406 /tools/gn/bin/win 406 /tools/gn/bin/win
407 /tools/grit 407 /tools/grit
408 /tools/gyp 408 /tools/gyp
409 /tools/histograms 409 /tools/histograms
410 /tools/json_schema_compiler/test/json_schema_compiler_tests.xml
411 /tools/metrics/histograms/histograms.before.pretty-print.xml 410 /tools/metrics/histograms/histograms.before.pretty-print.xml
412 /tools/page_cycler/acid3 411 /tools/page_cycler/acid3
413 /tools/perf/data 412 /tools/perf/data
414 /tools/perf/internal 413 /tools/perf/internal
415 /tools/perf/results.html 414 /tools/perf/results.html
416 /tools/swarming_client 415 /tools/swarming_client
417 /tools/tryserver 416 /tools/tryserver
418 /tools/win/link_limiter/build 417 /tools/win/link_limiter/build
419 /ui/surface/surface.xml 418 /ui/surface/surface.xml
420 /ui/surface/surface_gpu_tests.xml 419 /ui/surface/surface_gpu_tests.xml
421 /ui/keyboard/keyboard_mojom_bindings.xml 420 /ui/keyboard/keyboard_mojom_bindings.xml
422 /v8 421 /v8
423 /webkit/data/bmp_decoder 422 /webkit/data/bmp_decoder
424 /webkit/data/ico_decoder 423 /webkit/data/ico_decoder
425 /webkit/data/layout_tests/LayoutTests 424 /webkit/data/layout_tests/LayoutTests
426 /webkit/data/test_shell/plugins 425 /webkit/data/test_shell/plugins
427 /webkit/data/xbm_decoder 426 /webkit/data/xbm_decoder
428 /webkit/Debug 427 /webkit/Debug
429 /webkit/Release 428 /webkit/Release
430 /webkit/renderer/media/crypto/ppapi/cdm 429 /webkit/renderer/media/crypto/ppapi/cdm
431 /webpagereplay_logs/ 430 /webpagereplay_logs/
432 /win8/delegate_execute/delegate_execute_version_resources.xml 431 /win8/delegate_execute/delegate_execute_version_resources.xml
433 /win8/metro_driver/metro_driver_version_resources.xml 432 /win8/metro_driver/metro_driver_version_resources.xml
434 /x86-generic_out/ 433 /x86-generic_out/
435 /xcodebuild 434 /xcodebuild
OLDNEW
« no previous file with comments | « no previous file | PRESUBMIT.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698