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

Side by Side Diff: .gitignore

Issue 107933006: Get rid of ui_cocoa_third_party_toolkits target from ui.gyp (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: do not build sqlite and zlib foundation files Created 7 years 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') | third_party/google_toolbox_for_mac/README.chromium » ('J')
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 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 /third_party/drmemory 214 /third_party/drmemory
215 /third_party/eyesfree/src 215 /third_party/eyesfree/src
216 /third_party/ffmpeg 216 /third_party/ffmpeg
217 /third_party/findbugs 217 /third_party/findbugs
218 /third_party/flac 218 /third_party/flac
219 /third_party/freetype 219 /third_party/freetype
220 /third_party/freetype2/src 220 /third_party/freetype2/src
221 /third_party/gles2_conform 221 /third_party/gles2_conform
222 /third_party/gnu_binutils/ 222 /third_party/gnu_binutils/
223 /third_party/gold 223 /third_party/gold
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/GTM
227 /third_party/guava/src 227 /third_party/guava/src
228 /third_party/httpcomponents-client 228 /third_party/httpcomponents-client
229 /third_party/httpcomponents-core 229 /third_party/httpcomponents-core
230 /third_party/hunspell 230 /third_party/hunspell
231 /third_party/hunspell_dictionaries 231 /third_party/hunspell_dictionaries
232 /third_party/icu 232 /third_party/icu
233 /third_party/jarjar 233 /third_party/jarjar
234 /third_party/jsoncpp/source 234 /third_party/jsoncpp/source
235 /third_party/jsr-305/src 235 /third_party/jsr-305/src
236 /third_party/leveldatabase/src 236 /third_party/leveldatabase/src
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
343 /webkit/data/test_shell/plugins 343 /webkit/data/test_shell/plugins
344 /webkit/data/xbm_decoder 344 /webkit/data/xbm_decoder
345 /webkit/Debug 345 /webkit/Debug
346 /webkit/Release 346 /webkit/Release
347 /webkit/renderer/media/crypto/ppapi/cdm 347 /webkit/renderer/media/crypto/ppapi/cdm
348 /webpagereplay_logs/ 348 /webpagereplay_logs/
349 /win8/delegate_execute/delegate_execute_version_resources.xml 349 /win8/delegate_execute/delegate_execute_version_resources.xml
350 /win8/metro_driver/metro_driver_version_resources.xml 350 /win8/metro_driver/metro_driver_version_resources.xml
351 /x86-generic_out/ 351 /x86-generic_out/
352 /xcodebuild 352 /xcodebuild
OLDNEW
« no previous file with comments | « no previous file | DEPS » ('j') | third_party/google_toolbox_for_mac/README.chromium » ('J')

Powered by Google App Engine
This is Rietveld 408576698