Skip to content

Commit

Permalink
2011-02-28 Pavel Feldman <pfeldman@chromium.org>
Browse files Browse the repository at this point in the history
        Not reviewed: chromium rebuilds XMLViewer after noop. Fixed gyp file.

        * WebCore.gyp/WebCore.gyp:


Canonical link: https://commits.webkit.org/69866@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@79969 268f45cc-cd09-0410-ab3c-d52691b4dbfc
  • Loading branch information
pavelfeldman committed Mar 1, 2011
1 parent cd94f2b commit 14f9490
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 6 additions & 0 deletions Source/WebCore/ChangeLog
@@ -1,3 +1,9 @@
2011-02-28 Pavel Feldman <pfeldman@chromium.org>

Not reviewed: chromium rebuilds XMLViewer after noop. Fixed gyp file.

* WebCore.gyp/WebCore.gyp:

2011-02-28 David Levin <levin@chromium.org>

Reviewed by Darin Adler.
Expand Down
5 changes: 2 additions & 3 deletions Source/WebCore/WebCore.gyp/WebCore.gyp
Expand Up @@ -393,14 +393,13 @@
],
'outputs': [
'<(SHARED_INTERMEDIATE_DIR)/webkit/XMLViewerXSL.h',
'<(SHARED_INTERMEDIATE_DIR)/webkit/XMLViewerXSL.cpp',
],
'action': [
'perl',
'../inspector/xxd.pl',
'XMLViewer_xsl',
'../xml/XMLViewer.xsl',
'<(SHARED_INTERMEDIATE_DIR)/webkit/XMLViewerXSL.h'
'<@(_inputs)',
'<@(_outputs)'
],
},
{
Expand Down

0 comments on commit 14f9490

Please sign in to comment.