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

Side by Side Diff: .gitignore

Issue 10352018: Adding a unittest to verify that the code signing job will be able to unpack and re-assemble the Ch… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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 | build/all.gyp » ('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 *.opensdf 5 *.opensdf
6 *.props 6 *.props
7 *.pyc 7 *.pyc
8 *.rules 8 *.rules
9 *.scons 9 *.scons
10 *.sdf 10 *.sdf
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 /out_* 112 /out_*
113 /ppapi/native_client/nacl_irt.xml 113 /ppapi/native_client/nacl_irt.xml
114 /ppapi/native_client/ppapi_lib.xml 114 /ppapi/native_client/ppapi_lib.xml
115 /ppapi/native_client/src/shared/ppapi_proxy/nacl_ppapi_browser.xml 115 /ppapi/native_client/src/shared/ppapi_proxy/nacl_ppapi_browser.xml
116 /ppapi/native_client/src/shared/ppapi_proxy/ppruntime_lib.xml 116 /ppapi/native_client/src/shared/ppapi_proxy/ppruntime_lib.xml
117 /ppapi/native_client/src/trusted/plugin/ppGoogleNaClPluginChrome.xml 117 /ppapi/native_client/src/trusted/plugin/ppGoogleNaClPluginChrome.xml
118 /remoting/appengine/ 118 /remoting/appengine/
119 /remoting/proto/chromotocol_proto_lib.xml 119 /remoting/proto/chromotocol_proto_lib.xml
120 /remoting/proto/trace_proto_lib.xml 120 /remoting/proto/trace_proto_lib.xml
121 /remoting/remoting_host_installation.xml 121 /remoting/remoting_host_installation.xml
122 /remoting/remoting_host_installation_unittest.xml
122 /remoting/remoting_me2me_host.xml 123 /remoting/remoting_me2me_host.xml
123 /remoting/remoting_version_resources.xml 124 /remoting/remoting_version_resources.xml
124 /remoting/tools/internal/ 125 /remoting/tools/internal/
125 /rlz 126 /rlz
126 /sdch/open-vcdiff 127 /sdch/open-vcdiff
127 /seccompsandbox 128 /seccompsandbox
128 /sync/protocol/sync_proto.xml 129 /sync/protocol/sync_proto.xml
129 /testing/gmock 130 /testing/gmock
130 /testing/gtest 131 /testing/gtest
131 /testserver.log 132 /testserver.log
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 /v8 228 /v8
228 /webkit/Debug 229 /webkit/Debug
229 /webkit/Release 230 /webkit/Release
230 /webkit/data/bmp_decoder 231 /webkit/data/bmp_decoder
231 /webkit/data/ico_decoder 232 /webkit/data/ico_decoder
232 /webkit/data/layout_tests/LayoutTests 233 /webkit/data/layout_tests/LayoutTests
233 /webkit/data/test_shell/plugins 234 /webkit/data/test_shell/plugins
234 /webkit/data/xbm_decoder 235 /webkit/data/xbm_decoder
235 /x86-generic_out/ 236 /x86-generic_out/
236 /xcodebuild 237 /xcodebuild
OLDNEW
« no previous file with comments | « no previous file | build/all.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698