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

Unified Diff: webkit/webkit.gyp

Issue 147210: Switch over to use V8 code generator upstream.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 6 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
« no previous file with comments | « webkit/port/bindings/scripts/IDLParser.pm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/webkit.gyp
===================================================================
--- webkit/webkit.gyp (revision 19361)
+++ webkit/webkit.gyp (working copy)
@@ -615,9 +615,9 @@
'msvs_external_rule': 1,
'inputs': [
'../third_party/WebKit/WebCore/bindings/scripts/generate-bindings.pl',
- 'port/bindings/scripts/CodeGenerator.pm',
- 'port/bindings/scripts/CodeGeneratorV8.pm',
- 'port/bindings/scripts/IDLParser.pm',
+ '../third_party/WebKit/WebCore/bindings/scripts/CodeGenerator.pm',
+ '../third_party/WebKit/WebCore/bindings/scripts/CodeGeneratorV8.pm',
+ '../third_party/WebKit/WebCore/bindings/scripts/IDLParser.pm',
'../third_party/WebKit/WebCore/bindings/scripts/IDLStructure.pm',
],
'outputs': [
« no previous file with comments | « webkit/port/bindings/scripts/IDLParser.pm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698