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

Side by Side Diff: .gitignore

Issue 2705063002: Adding support for native profiling of AppRTCMobile (Closed)
Patch Set: nit 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 | tools-webrtc/android/profiling/perf_setup.sh » ('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 28 matching lines...) Expand all
39 /Makefile 39 /Makefile
40 /base 40 /base
41 /build 41 /build
42 /buildtools 42 /buildtools
43 /ios 43 /ios
44 /mojo 44 /mojo
45 /out 45 /out
46 /testing 46 /testing
47 /third_party 47 /third_party
48 /tools 48 /tools
49 /tools-webrtc/android/profiling/flamegraph
50 /tools-webrtc/android/profiling/simpleperf
49 /tools-webrtc/video_quality_toolchain/linux/ffmpeg 51 /tools-webrtc/video_quality_toolchain/linux/ffmpeg
50 /tools-webrtc/video_quality_toolchain/linux/zxing 52 /tools-webrtc/video_quality_toolchain/linux/zxing
51 /tools-webrtc/video_quality_toolchain/mac/ffmpeg 53 /tools-webrtc/video_quality_toolchain/mac/ffmpeg
52 /tools-webrtc/video_quality_toolchain/mac/zxing 54 /tools-webrtc/video_quality_toolchain/mac/zxing
53 /tools-webrtc/video_quality_toolchain/win/*.dll 55 /tools-webrtc/video_quality_toolchain/win/*.dll
54 /tools-webrtc/video_quality_toolchain/win/*.exe 56 /tools-webrtc/video_quality_toolchain/win/*.exe
55 /x86-generic_out/ 57 /x86-generic_out/
56 /xcodebuild 58 /xcodebuild
OLDNEW
« no previous file with comments | « no previous file | tools-webrtc/android/profiling/perf_setup.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698