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

Unified Diff: webkit/build/V8Bindings/V8Bindings.vcproj

Issue 40132: Refactor v8 extensions to make registration avoid having to use ChromiumBridg... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 10 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 side-by-side diff with in-line comments
Download patch
Index: webkit/build/V8Bindings/V8Bindings.vcproj
===================================================================
--- webkit/build/V8Bindings/V8Bindings.vcproj (revision 10914)
+++ webkit/build/V8Bindings/V8Bindings.vcproj (working copy)
@@ -2660,35 +2660,35 @@
Name="extensions"
>
<File
- RelativePath="..\..\port\bindings\v8\extensions\GCController.cpp"
+ RelativePath="..\..\extensions\v8\gc_extension.cc"
>
</File>
<File
- RelativePath="..\..\port\bindings\v8\extensions\GCController.h"
+ RelativePath="..\..\extensions\v8\gc_extension.h"
>
</File>
<File
- RelativePath="..\..\port\bindings\v8\extensions\Gears.cpp"
+ RelativePath="..\..\extensions\v8\gears_extension.cc"
>
</File>
<File
- RelativePath="..\..\port\bindings\v8\extensions\Gears.h"
+ RelativePath="..\..\extensions\v8\gears_extension.h"
>
</File>
<File
- RelativePath="..\..\port\bindings\v8\extensions\Interval.cpp"
+ RelativePath="..\..\extensions\v8\interval_extension.cc"
>
</File>
<File
- RelativePath="..\..\port\bindings\v8\extensions\Interval.h"
+ RelativePath="..\..\extensions\v8\interval_extension.h"
>
</File>
<File
- RelativePath="..\..\port\bindings\v8\extensions\Playback.cpp"
+ RelativePath="..\..\extensions\v8\playback_extension.cc"
>
</File>
<File
- RelativePath="..\..\port\bindings\v8\extensions\Playback.h"
+ RelativePath="..\..\extensions\v8\playback_extension.h"
>
</File>
</Filter>

Powered by Google App Engine
This is Rietveld 408576698