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

Side by Side Diff: .gitignore

Issue 10546068: Add trace-viewer to third party and redirect about:tracing to that implementation. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 6 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 *.Makefile 1 *.Makefile
2 *.gypcmd 2 *.gypcmd
3 *.mk 3 *.mk
4 *.ncb 4 *.ncb
5 *.ninja 5 *.ninja
6 *.opensdf 6 *.opensdf
7 *.props 7 *.props
8 *.pyc 8 *.pyc
9 *.rules 9 *.rules
10 *.scons 10 *.scons
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 /third_party/scons-2.0.1 188 /third_party/scons-2.0.1
189 /third_party/sfntly 189 /third_party/sfntly
190 /third_party/skia 190 /third_party/skia
191 /third_party/smhasher 191 /third_party/smhasher
192 /third_party/snappy/src 192 /third_party/snappy/src
193 /third_party/speex 193 /third_party/speex
194 /third_party/swiftshader/include/ 194 /third_party/swiftshader/include/
195 /third_party/swig 195 /third_party/swig
196 /third_party/syzygy 196 /third_party/syzygy
197 /third_party/syzygy/binaries 197 /third_party/syzygy/binaries
198 /third_party/trace-viewer
198 /third_party/undoview 199 /third_party/undoview
199 /third_party/v8-i18n 200 /third_party/v8-i18n
200 /third_party/valgrind 201 /third_party/valgrind
201 /third_party/webdriver/pylib 202 /third_party/webdriver/pylib
202 /third_party/webdriver/python/selenium 203 /third_party/webdriver/python/selenium
203 /third_party/webgl_conformance 204 /third_party/webgl_conformance
204 /third_party/webpagereplay/ 205 /third_party/webpagereplay/
205 /third_party/webrtc 206 /third_party/webrtc
206 /third_party/wix 207 /third_party/wix
207 /third_party/xdg-utils 208 /third_party/xdg-utils
(...skipping 14 matching lines...) Expand all
222 /v8 223 /v8
223 /webkit/Debug 224 /webkit/Debug
224 /webkit/Release 225 /webkit/Release
225 /webkit/data/bmp_decoder 226 /webkit/data/bmp_decoder
226 /webkit/data/ico_decoder 227 /webkit/data/ico_decoder
227 /webkit/data/layout_tests/LayoutTests 228 /webkit/data/layout_tests/LayoutTests
228 /webkit/data/test_shell/plugins 229 /webkit/data/test_shell/plugins
229 /webkit/data/xbm_decoder 230 /webkit/data/xbm_decoder
230 /x86-generic_out/ 231 /x86-generic_out/
231 /xcodebuild 232 /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