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

Side by Side Diff: .gitignore

Issue 133903005: Add fontconfig to linux DEPS for embedded builds (reland) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: restore include/src Created 6 years, 11 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 *.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 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 /third_party/cros 202 /third_party/cros
203 /third_party/cros_dbus_cplusplus/source 203 /third_party/cros_dbus_cplusplus/source
204 /third_party/cros_system_api 204 /third_party/cros_system_api
205 /third_party/cygwin 205 /third_party/cygwin
206 /third_party/directxsdk 206 /third_party/directxsdk
207 /third_party/drmemory 207 /third_party/drmemory
208 /third_party/eyesfree/src 208 /third_party/eyesfree/src
209 /third_party/ffmpeg 209 /third_party/ffmpeg
210 /third_party/findbugs 210 /third_party/findbugs
211 /third_party/flac 211 /third_party/flac
212 /third_party/fontconfig/src
212 /third_party/freetype 213 /third_party/freetype
213 /third_party/freetype2/src 214 /third_party/freetype2/src
214 /third_party/gles2_conform 215 /third_party/gles2_conform
215 /third_party/gnu_binutils/ 216 /third_party/gnu_binutils/
216 /third_party/gold 217 /third_party/gold
217 /third_party/google_toolbox_for_mac/src 218 /third_party/google_toolbox_for_mac/src
218 /third_party/googlemac 219 /third_party/googlemac
219 /third_party/gperf 220 /third_party/gperf
220 /third_party/guava/src 221 /third_party/guava/src
221 /third_party/html_office 222 /third_party/html_office
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
341 /webkit/data/test_shell/plugins 342 /webkit/data/test_shell/plugins
342 /webkit/data/xbm_decoder 343 /webkit/data/xbm_decoder
343 /webkit/Debug 344 /webkit/Debug
344 /webkit/Release 345 /webkit/Release
345 /webkit/renderer/media/crypto/ppapi/cdm 346 /webkit/renderer/media/crypto/ppapi/cdm
346 /webpagereplay_logs/ 347 /webpagereplay_logs/
347 /win8/delegate_execute/delegate_execute_version_resources.xml 348 /win8/delegate_execute/delegate_execute_version_resources.xml
348 /win8/metro_driver/metro_driver_version_resources.xml 349 /win8/metro_driver/metro_driver_version_resources.xml
349 /x86-generic_out/ 350 /x86-generic_out/
350 /xcodebuild 351 /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