RESOLVED FIXED 38207
[V8] Handle OR ('|') conditional in action_derivedsourcesallinone.py
https://bugs.webkit.org/show_bug.cgi?id=38207
Summary [V8] Handle OR ('|') conditional in action_derivedsourcesallinone.py
Kinuko Yasuda
Reported 2010-04-27 11:32:10 PDT
Recently we introduced '|' as OR conditional (like '&' for AND) and v8's DerivedSources generation also needs to support it. See bug 37998 for details.
Attachments
Patch (1.46 KB, patch)
2010-04-27 11:56 PDT, Kinuko Yasuda
no flags
Patch (2.06 KB, patch)
2010-04-27 11:59 PDT, Kinuko Yasuda
jianli: review+
jianli: commit-queue-
Kinuko Yasuda
Comment 1 2010-04-27 11:56:25 PDT
Kinuko Yasuda
Comment 2 2010-04-27 11:59:12 PDT
Kinuko Yasuda
Comment 3 2010-04-27 12:02:21 PDT
The proposed patch worked for me in my chromium build with FileError.idl, that has OR '|' in its definition.
Yaar Schnitman
Comment 4 2010-04-27 14:28:46 PDT
LGTM though I'm not a reviewer.
Jian Li
Comment 5 2010-04-27 14:42:01 PDT
Comment on attachment 54439 [details] Patch r=me Please land with the following fix. WebCore/WebCore.gyp/scripts/action_derivedsourcesallinone.py:85 + # Wraps conditional with ENABLE() and && if more than one conditional is specified. Please update the comment.
Kinuko Yasuda
Comment 6 2010-04-27 16:24:35 PDT
Note You need to log in before you can comment on or make changes to this bug.