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

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

Issue 99168: Replace window.external with a v8::extension. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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 | « chrome/renderer/render_view.cc ('k') | no next file » | 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 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 </File> 271 </File>
272 <File 272 <File
273 RelativePath=".\dom_ui_bindings.cc" 273 RelativePath=".\dom_ui_bindings.cc"
274 > 274 >
275 </File> 275 </File>
276 <File 276 <File
277 RelativePath=".\dom_ui_bindings.h" 277 RelativePath=".\dom_ui_bindings.h"
278 > 278 >
279 </File> 279 </File>
280 <File 280 <File
281 RelativePath=".\external_extension.cc"
282 >
283 </File>
284 <File
285 RelativePath=".\external_extension.h"
286 >
287 </File>
288 <File
281 RelativePath=".\external_host_bindings.cc" 289 RelativePath=".\external_host_bindings.cc"
282 > 290 >
283 </File> 291 </File>
284 <File 292 <File
285 RelativePath=".\external_host_bindings.h"
286 >
287 </File>
288 <File
289 RelativePath=".\external_js_object.cc"
290 >
291 </File>
292 <File
293 RelativePath=".\external_js_object.h"
294 >
295 </File>
296 <File
297 RelativePath=".\js_only_v8_extensions.cc" 293 RelativePath=".\js_only_v8_extensions.cc"
298 > 294 >
299 </File> 295 </File>
300 <File 296 <File
301 RelativePath=".\js_only_v8_extensions.h" 297 RelativePath=".\js_only_v8_extensions.h"
302 > 298 >
303 </File> 299 </File>
304 <File 300 <File
305 RelativePath=".\loadtimes_extension_bindings.cc" 301 RelativePath=".\loadtimes_extension_bindings.cc"
306 > 302 >
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
450 > 446 >
451 </File> 447 </File>
452 <File 448 <File
453 RelativePath=".\webworker_proxy.h" 449 RelativePath=".\webworker_proxy.h"
454 > 450 >
455 </File> 451 </File>
456 </Files> 452 </Files>
457 <Globals> 453 <Globals>
458 </Globals> 454 </Globals>
459 </VisualStudioProject> 455 </VisualStudioProject>
OLDNEW
« no previous file with comments | « chrome/renderer/render_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698