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

Side by Side Diff: chrome/renderer/renderer.vcproj

Issue 7254: Initial Greasemonkey support (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 2 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 | « chrome/renderer/render_view.cc ('k') | webkit/glue/webframe.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="Windows-1252"?> 1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject 2 <VisualStudioProject
3 ProjectType="Visual C++" 3 ProjectType="Visual C++"
4 Version="8.00" 4 Version="8.00"
5 Name="renderer" 5 Name="renderer"
6 ProjectGUID="{9301A569-5D2B-4D11-9332-B1E30AEACB8D}" 6 ProjectGUID="{9301A569-5D2B-4D11-9332-B1E30AEACB8D}"
7 RootNamespace="renderer" 7 RootNamespace="renderer"
8 Keyword="Win32Proj" 8 Keyword="Win32Proj"
9 > 9 >
10 <Platforms> 10 <Platforms>
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 </File> 195 </File>
196 <File 196 <File
197 RelativePath=".\external_js_object.cc" 197 RelativePath=".\external_js_object.cc"
198 > 198 >
199 </File> 199 </File>
200 <File 200 <File
201 RelativePath=".\external_js_object.h" 201 RelativePath=".\external_js_object.h"
202 > 202 >
203 </File> 203 </File>
204 <File 204 <File
205 RelativePath=".\greasemonkey_slave.cc"
206 >
207 </File>
208 <File
209 RelativePath=".\greasemonkey_slave.h"
210 >
211 </File>
212 <File
205 RelativePath=".\localized_error.cc" 213 RelativePath=".\localized_error.cc"
206 > 214 >
207 </File> 215 </File>
208 <File 216 <File
209 RelativePath=".\localized_error.h" 217 RelativePath=".\localized_error.h"
210 > 218 >
211 </File> 219 </File>
212 <File 220 <File
213 RelativePath=".\plugin_channel_host.cc" 221 RelativePath=".\plugin_channel_host.cc"
214 > 222 >
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 > 298 >
291 </File> 299 </File>
292 <File 300 <File
293 RelativePath=".\webplugin_delegate_proxy.h" 301 RelativePath=".\webplugin_delegate_proxy.h"
294 > 302 >
295 </File> 303 </File>
296 </Files> 304 </Files>
297 <Globals> 305 <Globals>
298 </Globals> 306 </Globals>
299 </VisualStudioProject> 307 </VisualStudioProject>
OLDNEW
« no previous file with comments | « chrome/renderer/render_view.cc ('k') | webkit/glue/webframe.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698