<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>75275</bug_id>
          
          <creation_ts>2011-12-27 15:56:19 -0800</creation_ts>
          <short_desc>Remove verbose JS*.h and JS*.cpp from GNUmakefile.list.am</short_desc>
          <delta_ts>2014-03-25 15:33:25 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>WebKitGTK</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>INVALID</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>72138</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Kentaro Hara">haraken</reporter>
          <assigned_to name="Zan Dobersek">zan</assigned_to>
          <cc>abarth</cc>
    
    <cc>mrobinson</cc>
    
    <cc>zan</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>527490</commentid>
    <comment_count>0</comment_count>
    <who name="Kentaro Hara">haraken</who>
    <bug_when>2011-12-27 15:56:19 -0800</bug_when>
    <thetext>After r103729, GNUmakefile.list.am contains JS*.h, JS*.cpp and *.idl, like this:

    webcore_built_sources += \
        DerivedSources/WebCore/JSA.cpp \
        DerivedSources/WebCore/JSA.h \
        DerivedSources/WebCore/JSB.cpp \
        DerivedSources/WebCore/JSB.h \
        DerivedSources/WebCore/JSC.cpp \
        DerivedSources/WebCore/JSC.h \
        ....

    dom_binding_idls += \
        WebCore/aaa/A.idl \
        WebCore/bbb/B.idl \
        WebCore/ccc/C.idl \
        ....

This is verbose, and we should remove JS*.h and JS*.cpp as follows:

    dom_binding_idls += \
        WebCore/aaa/A.idl \
        WebCore/bbb/B.idl \
        WebCore/ccc/C.idl \
        ....

    webcore_built_sources += $(patsubst %, DerivedSources/WebCore/JS%.cpp, $(basename $(notdir $(dom_binding_idls))))
    webcore_built_sources += $(patsubst %, DerivedSources/WebCore/JS%.h, $(basename $(notdir $(dom_binding_idls))))


See the comment #14 in bug 74972 for more details.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>959118</commentid>
    <comment_count>1</comment_count>
    <who name="Zan Dobersek">zan</who>
    <bug_when>2013-12-12 02:06:53 -0800</bug_when>
    <thetext>That&apos;s a really neat idea.

I don&apos;t think Kentaro still has any plans to work on this, so I&apos;ll look into it.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>994398</commentid>
    <comment_count>2</comment_count>
    <who name="Martin Robinson">mrobinson</who>
    <bug_when>2014-03-25 15:33:25 -0700</bug_when>
    <thetext>Autotools build is gone now.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>