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

Side by Side Diff: .gitignore

Issue 2702383003: Add infra/build to DEPS (Closed)
Patch Set: Created 3 years, 10 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
« 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 *.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 22 matching lines...) Expand all
33 .landmines 33 .landmines
34 .metadata 34 .metadata
35 .project 35 .project
36 .pydevproject 36 .pydevproject
37 .settings 37 .settings
38 .sw? 38 .sw?
39 /Makefile 39 /Makefile
40 /base 40 /base
41 /build 41 /build
42 /buildtools 42 /buildtools
43 /infra/build
43 /ios 44 /ios
44 /mojo 45 /mojo
45 /out 46 /out
46 /testing 47 /testing
47 /third_party 48 /third_party
48 /tools 49 /tools
49 /tools-webrtc/video_quality_toolchain/linux/ffmpeg 50 /tools-webrtc/video_quality_toolchain/linux/ffmpeg
50 /tools-webrtc/video_quality_toolchain/linux/zxing 51 /tools-webrtc/video_quality_toolchain/linux/zxing
51 /tools-webrtc/video_quality_toolchain/mac/ffmpeg 52 /tools-webrtc/video_quality_toolchain/mac/ffmpeg
52 /tools-webrtc/video_quality_toolchain/mac/zxing 53 /tools-webrtc/video_quality_toolchain/mac/zxing
53 /tools-webrtc/video_quality_toolchain/win/*.dll 54 /tools-webrtc/video_quality_toolchain/win/*.dll
54 /tools-webrtc/video_quality_toolchain/win/*.exe 55 /tools-webrtc/video_quality_toolchain/win/*.exe
55 /x86-generic_out/ 56 /x86-generic_out/
56 /xcodebuild 57 /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