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

Side by Side Diff: .gitignore

Issue 139303023: add GCS support to docs server (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated third party library, rebased and fixed a path issue caused by rebasing Created 6 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 | chrome/common/extensions/docs/server2/.gitignore » ('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 *.sdf 10 *.sdf
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 /third_party/eyesfree/src 213 /third_party/eyesfree/src
214 /third_party/ffmpeg 214 /third_party/ffmpeg
215 /third_party/findbugs 215 /third_party/findbugs
216 /third_party/flac 216 /third_party/flac
217 /third_party/fontconfig/src 217 /third_party/fontconfig/src
218 /third_party/freetype 218 /third_party/freetype
219 /third_party/freetype2/src 219 /third_party/freetype2/src
220 /third_party/gles2_conform 220 /third_party/gles2_conform
221 /third_party/gnu_binutils/ 221 /third_party/gnu_binutils/
222 /third_party/gold 222 /third_party/gold
223 /third_party/google_appengine_cloudstorage
223 /third_party/google_toolbox_for_mac/src 224 /third_party/google_toolbox_for_mac/src
224 /third_party/googlemac 225 /third_party/googlemac
225 /third_party/gperf 226 /third_party/gperf
226 /third_party/guava/src 227 /third_party/guava/src
227 /third_party/httpcomponents-client 228 /third_party/httpcomponents-client
228 /third_party/httpcomponents-core 229 /third_party/httpcomponents-core
229 /third_party/hunspell 230 /third_party/hunspell
230 /third_party/hunspell_dictionaries 231 /third_party/hunspell_dictionaries
231 /third_party/icu 232 /third_party/icu
232 /third_party/jarjar 233 /third_party/jarjar
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
349 /webkit/data/test_shell/plugins 350 /webkit/data/test_shell/plugins
350 /webkit/data/xbm_decoder 351 /webkit/data/xbm_decoder
351 /webkit/Debug 352 /webkit/Debug
352 /webkit/Release 353 /webkit/Release
353 /webkit/renderer/media/crypto/ppapi/cdm 354 /webkit/renderer/media/crypto/ppapi/cdm
354 /webpagereplay_logs/ 355 /webpagereplay_logs/
355 /win8/delegate_execute/delegate_execute_version_resources.xml 356 /win8/delegate_execute/delegate_execute_version_resources.xml
356 /win8/metro_driver/metro_driver_version_resources.xml 357 /win8/metro_driver/metro_driver_version_resources.xml
357 /x86-generic_out/ 358 /x86-generic_out/
358 /xcodebuild 359 /xcodebuild
OLDNEW
« no previous file with comments | « no previous file | chrome/common/extensions/docs/server2/.gitignore » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698