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

Side by Side Diff: .gitignore

Issue 7522008: Move chromium-specific files from leveldb to chromium. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: change parameter to const ref Created 9 years, 4 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 | Annotate | Revision Log
« 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 *.mk 2 *.mk
3 *.ncb 3 *.ncb
4 *.ninja 4 *.ninja
5 *.props 5 *.props
6 *.pyc 6 *.pyc
7 *.rules 7 *.rules
8 *.scons 8 *.scons
9 *.sdf 9 *.sdf
10 *.sln 10 *.sln
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 /third_party/directxsdk 91 /third_party/directxsdk
92 /third_party/drmemory 92 /third_party/drmemory
93 /third_party/flac 93 /third_party/flac
94 /third_party/adobe/flash/symbols 94 /third_party/adobe/flash/symbols
95 /third_party/ffmpeg 95 /third_party/ffmpeg
96 /third_party/gles2_conform 96 /third_party/gles2_conform
97 /third_party/googlemac 97 /third_party/googlemac
98 /third_party/hunspell 98 /third_party/hunspell
99 /third_party/hunspell_dictionaries 99 /third_party/hunspell_dictionaries
100 /third_party/icu 100 /third_party/icu
101 /third_party/leveldatabase/src
101 /third_party/leveldb 102 /third_party/leveldb
102 /third_party/libjingle/source 103 /third_party/libjingle/source
103 /third_party/libjpeg_turbo 104 /third_party/libjpeg_turbo
104 /third_party/libsrtp/src 105 /third_party/libsrtp/src
105 /third_party/libvpx 106 /third_party/libvpx
106 /third_party/libvpx/include 107 /third_party/libvpx/include
107 /third_party/libvpx/lib 108 /third_party/libvpx/lib
108 /third_party/lighttpd 109 /third_party/lighttpd
109 /third_party/lss 110 /third_party/lss
110 /third_party/llvm 111 /third_party/llvm
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 /v8 151 /v8
151 /webkit/Debug 152 /webkit/Debug
152 /webkit/Release 153 /webkit/Release
153 /webkit/data/bmp_decoder 154 /webkit/data/bmp_decoder
154 /webkit/data/ico_decoder 155 /webkit/data/ico_decoder
155 /webkit/data/layout_tests/LayoutTests 156 /webkit/data/layout_tests/LayoutTests
156 /webkit/data/test_shell/plugins 157 /webkit/data/test_shell/plugins
157 /webkit/data/xbm_decoder 158 /webkit/data/xbm_decoder
158 /x86-generic_out/ 159 /x86-generic_out/
159 /xcodebuild 160 /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