Chromium Code Reviews

Side by Side Diff: .gitignore

Issue 1414343008: DEPS: Sync Git subtree mirrors instead of symlinking into chromium/src (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rebased Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
« 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...)
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 /chromium/.gclient.tmp
44 /chromium/.gclient.tmp_entries
45 /chromium/.last_sync_chromium
46 /chromium/_bad_scm
47 /chromium/src
48 /links 43 /links
49 /links.db 44 /links.db
50 /mojo 45 /mojo
51 /out 46 /out
52 /testing 47 /testing
53 /third_party/BUILD.gn 48 /third_party
54 /third_party/WebKit 49 /tools
55 /third_party/WebKit/Tools/Scripts
56 /third_party/accessibility_test_framework
57 /third_party/afl
58 /third_party/android_platform
59 /third_party/android_support_test_runner
60 /third_party/android_tools
61 /third_party/apache_velocity
62 /third_party/appurify-python
63 /third_party/asan
64 /third_party/ashmem
65 /third_party/binutils
66 /third_party/boringssl
67 /third_party/bouncycastle
68 /third_party/byte_buddy
69 /third_party/catapult
70 /third_party/ced
71 /third_party/clang_format
72 /third_party/class-dump
73 /third_party/closure_compiler
74 /third_party/colorama
75 /third_party/cygwin
76 /third_party/directxsdk
77 /third_party/espresso
78 /third_party/expat
79 /third_party/ffmpeg
80 /third_party/gaeunit
81 /third_party/gflags
82 /third_party/google-visualization-python
83 /third_party/gtest-parallel
84 /third_party/guava
85 /third_party/hamcrest
86 /third_party/icu
87 /third_party/icu4j
88 /third_party/ijar
89 /third_party/instrumented_libraries
90 /third_party/intellij
91 /third_party/jsoncpp
92 /third_party/javax_inject
93 /third_party/jsr-305
94 /third_party/junit
95 /third_party/libFuzzer
96 /third_party/libc++
97 /third_party/libc++-static
98 /third_party/libc++abi
99 /third_party/libjingle
100 /third_party/libjpeg
101 /third_party/libjpeg_turbo
102 /third_party/libsrtp
103 /third_party/libvpx
104 /third_party/libxml
105 /third_party/libyuv
106 /third_party/llvm
107 /third_party/llvm-build
108 /third_party/lss
109 /third_party/mockito
110 /third_party/modp_b64
111 /third_party/oauth2
112 /third_party/objenesis
113 /third_party/ocmock
114 /third_party/openh264
115 /third_party/openmax_dl
116 /third_party/opus
117 /third_party/ow2_asm
118 /third_party/proguard
119 /third_party/protobuf
120 /third_party/requests
121 /third_party/robolectric
122 /third_party/sqlite
123 /third_party/sqlite4java
124 /third_party/syzygy
125 /third_party/tcmalloc
126 /third_party/usrsctp
127 /third_party/valgrind
128 /third_party/winsdk_samples
129 /third_party/yasm
130 /third_party/zlib
131 /tools/android
132 /tools/clang
133 /tools/clang_format_merge_driver
134 /tools/determinism
135 /tools/generate_library_loader
136 /tools/generate_stubs
137 /tools/gn
138 /tools/grit
139 /tools/gyp
140 /tools/isolate_driver.py
141 /tools/luci-go
142 /tools/memory
143 /tools/protoc_wrapper
144 /tools/python
145 /tools/sanitizer_options
146 /tools/swarming_client
147 /tools/telemetry
148 /tools/tsan_suppressions
149 /tools/valgrind
150 /tools-webrtc/video_quality_toolchain/linux/ffmpeg 50 /tools-webrtc/video_quality_toolchain/linux/ffmpeg
151 /tools-webrtc/video_quality_toolchain/linux/zxing 51 /tools-webrtc/video_quality_toolchain/linux/zxing
152 /tools-webrtc/video_quality_toolchain/mac/ffmpeg 52 /tools-webrtc/video_quality_toolchain/mac/ffmpeg
153 /tools-webrtc/video_quality_toolchain/mac/zxing 53 /tools-webrtc/video_quality_toolchain/mac/zxing
154 /tools-webrtc/video_quality_toolchain/win/*.dll 54 /tools-webrtc/video_quality_toolchain/win/*.dll
155 /tools-webrtc/video_quality_toolchain/win/*.exe 55 /tools-webrtc/video_quality_toolchain/win/*.exe
156 /tools/vim
157 /tools/win
158 /tools/whitespace.txt
159 /x86-generic_out/ 56 /x86-generic_out/
160 /xcodebuild 57 /xcodebuild
OLDNEW
« no previous file with comments | « no previous file | DEPS » ('j') | no next file with comments »

Powered by Google App Engine