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

Side by Side Diff: .gitignore

Issue 2509703002: Remove all references to GYP (Closed)
Patch Set: Rebased Created 4 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 *.DS_Store 1 *.DS_Store
2 *.Makefile 2 *.Makefile
3 *.host.mk 3 *.host.mk
4 *.ncb 4 *.ncb
5 *.ninja 5 *.ninja
6 *.props 6 *.props
7 *.pyc 7 *.pyc
8 *.rules 8 *.rules
9 *.scons 9 *.scons
10 *.sdf 10 *.sdf
(...skipping 27 matching lines...) Expand all
38 .sw? 38 .sw?
39 /Makefile 39 /Makefile
40 /base 40 /base
41 /build 41 /build
42 /buildtools 42 /buildtools
43 /chromium/.gclient.tmp 43 /chromium/.gclient.tmp
44 /chromium/.gclient.tmp_entries 44 /chromium/.gclient.tmp_entries
45 /chromium/.last_sync_chromium 45 /chromium/.last_sync_chromium
46 /chromium/_bad_scm 46 /chromium/_bad_scm
47 /chromium/src 47 /chromium/src
48 /gyp-mac-tool
49 /links 48 /links
50 /links.db 49 /links.db
51 /mojo 50 /mojo
52 /out 51 /out
53 /resources/**/*.aecdump 52 /resources/**/*.aecdump
54 /resources/**/*.bin 53 /resources/**/*.bin
55 /resources/**/*.byte 54 /resources/**/*.byte
56 /resources/**/*.chn 55 /resources/**/*.chn
57 /resources/**/*.dat 56 /resources/**/*.dat
58 /resources/**/*.frames 57 /resources/**/*.frames
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 /tools/video_quality_toolchain/mac/ffmpeg 168 /tools/video_quality_toolchain/mac/ffmpeg
170 /tools/video_quality_toolchain/mac/zxing 169 /tools/video_quality_toolchain/mac/zxing
171 /tools/video_quality_toolchain/win/*.dll 170 /tools/video_quality_toolchain/win/*.dll
172 /tools/video_quality_toolchain/win/*.exe 171 /tools/video_quality_toolchain/win/*.exe
173 /tools/vim 172 /tools/vim
174 /tools/win 173 /tools/win
175 /tools/xdisplaycheck 174 /tools/xdisplaycheck
176 /tools/whitespace.txt 175 /tools/whitespace.txt
177 /x86-generic_out/ 176 /x86-generic_out/
178 /xcodebuild 177 /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