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

Side by Side Diff: .gitignore

Issue 1410853008: Move grit from DEPS into src. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: webview licenses Created 5 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 | DEPS » ('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 *.orig 5 *.orig
6 *.props 6 *.props
7 *.pyc 7 *.pyc
8 *.pyproj 8 *.pyproj
9 *.rules 9 *.rules
10 *.sdf 10 *.sdf
(...skipping 413 matching lines...) Expand 10 before | Expand all | Expand 10 after
424 /third_party/yasm/binaries 424 /third_party/yasm/binaries
425 /third_party/yasm/generate_files.xml 425 /third_party/yasm/generate_files.xml
426 /third_party/yasm/source/patched-yasm 426 /third_party/yasm/source/patched-yasm
427 /third_party/yasm/yasm.xml 427 /third_party/yasm/yasm.xml
428 /tools/.bisect-builds-cache.json 428 /tools/.bisect-builds-cache.json
429 /tools/deps2git/ 429 /tools/deps2git/
430 /tools/distcc 430 /tools/distcc
431 /tools/gn/bin/linux 431 /tools/gn/bin/linux
432 /tools/gn/bin/mac 432 /tools/gn/bin/mac
433 /tools/gn/bin/win 433 /tools/gn/bin/win
434 /tools/grit
435 /tools/gyp 434 /tools/gyp
436 /tools/histograms 435 /tools/histograms
437 /tools/json_schema_compiler/test/json_schema_compiler_tests.xml 436 /tools/json_schema_compiler/test/json_schema_compiler_tests.xml
438 /tools/metrics/histograms/histograms.before.pretty-print.xml 437 /tools/metrics/histograms/histograms.before.pretty-print.xml
439 /tools/page_cycler/acid3 438 /tools/page_cycler/acid3
440 /tools/perf/data 439 /tools/perf/data
441 /tools/perf/internal 440 /tools/perf/internal
442 /tools/perf/results.html 441 /tools/perf/results.html
443 /tools/swarming_client 442 /tools/swarming_client
444 /tools/tryserver 443 /tools/tryserver
445 /tools/win/link_limiter/build 444 /tools/win/link_limiter/build
446 /ui/file_manager/internal 445 /ui/file_manager/internal
447 /ui/keyboard/keyboard_mojom_bindings.xml 446 /ui/keyboard/keyboard_mojom_bindings.xml
448 /ui/surface/surface.xml 447 /ui/surface/surface.xml
449 /ui/surface/surface_gpu_tests.xml 448 /ui/surface/surface_gpu_tests.xml
450 /v8 449 /v8
451 # Results directory for run-webkit-tests. http://crbug.com/488288 450 # Results directory for run-webkit-tests. http://crbug.com/488288
452 /webkit 451 /webkit
453 /webpagereplay_logs/ 452 /webpagereplay_logs/
454 /win8/delegate_execute/delegate_execute_version_resources.xml 453 /win8/delegate_execute/delegate_execute_version_resources.xml
455 /win8/metro_driver/metro_driver_version_resources.xml 454 /win8/metro_driver/metro_driver_version_resources.xml
456 /x86-generic_out/ 455 /x86-generic_out/
457 /xcodebuild 456 /xcodebuild
OLDNEW
« no previous file with comments | « no previous file | DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698