Changeset 79393 in webkit


Ignore:
Timestamp:
Feb 22, 2011 8:49:19 PM (13 years ago)
Author:
abarth@webkit.org
Message:

2011-02-22 Adam Barth <abarth@webkit.org>

Reviewed by Eric Seidel.

Add a GYP project for JavaScriptGlue
https://bugs.webkit.org/show_bug.cgi?id=55019

This is really just a proof-of-concept. The Xcode project file it
produces is able to build JavaScriptGlue, but it's not 100% correct.
Also, the GYP declarations aren't properly structured to allow for
multiple projects or ports. That should get better as we add
proof-of-concepts for other projects and ports.

This build system is not used currently.

  • gyp: Added.
  • gyp/JavaScriptGlue.gyp: Added.
  • gyp/JavaScriptGlue.gypi: Added.
Location:
trunk/Source/JavaScriptGlue
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptGlue/ChangeLog

    r79390 r79393  
     12011-02-22  Adam Barth  <abarth@webkit.org>
     2
     3        Reviewed by Eric Seidel.
     4
     5        Add a GYP project for JavaScriptGlue
     6        https://bugs.webkit.org/show_bug.cgi?id=55019
     7
     8        This is really just a proof-of-concept.  The Xcode project file it
     9        produces is able to build JavaScriptGlue, but it's not 100% correct.
     10        Also, the GYP declarations aren't properly structured to allow for
     11        multiple projects or ports.  That should get better as we add
     12        proof-of-concepts for other projects and ports.
     13
     14        This build system is not used currently.
     15
     16        * gyp: Added.
     17        * gyp/JavaScriptGlue.gyp: Added.
     18        * gyp/JavaScriptGlue.gypi: Added.
     19
    1202011-02-22  Sheriff Bot  <webkit.review.bot@gmail.com>
    221
Note: See TracChangeset for help on using the changeset viewer.