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

Side by Side Diff: .gitignore

Issue 6778017: Add use of Psyco to GYP on Windows. On my z600 with 12 GB of RAM, (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to head. Created 9 years, 8 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 *.pyc 5 *.pyc
6 *.rules 6 *.rules
7 *.scons 7 *.scons
8 *.sln 8 *.sln
9 *.suo 9 *.suo
10 *.user 10 *.user
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 /third_party/llvm-build 103 /third_party/llvm-build
104 /third_party/mingw-w64 104 /third_party/mingw-w64
105 /third_party/nss 105 /third_party/nss
106 /third_party/openssl 106 /third_party/openssl
107 /third_party/ots 107 /third_party/ots
108 /third_party/pdfsqueeze 108 /third_party/pdfsqueeze
109 /third_party/pefile 109 /third_party/pefile
110 /third_party/platformsdk_win2008_6_1 110 /third_party/platformsdk_win2008_6_1
111 /third_party/platformsdk_win7 111 /third_party/platformsdk_win7
112 /third_party/ppapi 112 /third_party/ppapi
113 /third_party/psyco_win32
113 /third_party/pthreads-win32 114 /third_party/pthreads-win32
114 /third_party/pylib 115 /third_party/pylib
115 /third_party/python_24 116 /third_party/python_24
116 /third_party/python_26 117 /third_party/python_26
117 /third_party/pywebsocket 118 /third_party/pywebsocket
118 /third_party/safe_browsing/testing 119 /third_party/safe_browsing/testing
119 /third_party/scons-2.0.1 120 /third_party/scons-2.0.1
120 /third_party/skia 121 /third_party/skia
121 /third_party/snappy/src 122 /third_party/snappy/src
122 /third_party/speex 123 /third_party/speex
(...skipping 13 matching lines...) Expand all
136 /v8 137 /v8
137 /webkit/Debug 138 /webkit/Debug
138 /webkit/Release 139 /webkit/Release
139 /webkit/data/bmp_decoder 140 /webkit/data/bmp_decoder
140 /webkit/data/ico_decoder 141 /webkit/data/ico_decoder
141 /webkit/data/layout_tests/LayoutTests 142 /webkit/data/layout_tests/LayoutTests
142 /webkit/data/test_shell/plugins 143 /webkit/data/test_shell/plugins
143 /webkit/data/xbm_decoder 144 /webkit/data/xbm_decoder
144 /x86-generic_out/ 145 /x86-generic_out/
145 /xcodebuild 146 /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