Changeset 49032 in webkit


Ignore:
Timestamp:
Oct 2, 2009 11:41:39 AM (15 years ago)
Author:
eric@webkit.org
Message:

2009-10-02 Yaar Schnitman <yaar@chromium.org>

Reviewed by Dimitri Glazkov.

Added gyp_webkit that does a subset of the things gyp_chromium does
plus some specialization for an upstream chromium build.

https://bugs.webkit.org/show_bug.cgi?id=29986

  • chromium/DEPS: Points to gyp_webkit instead of gyp_chromium.
  • chromium/gyp_webkit: A new python file.
Location:
trunk/WebKit
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/ChangeLog

    r49002 r49032  
     12009-10-02  Yaar Schnitman  <yaar@chromium.org>
     2
     3        Reviewed by Dimitri Glazkov.
     4
     5        Added gyp_webkit that does a subset of the things gyp_chromium does
     6        plus some specialization for an upstream chromium build.
     7
     8        https://bugs.webkit.org/show_bug.cgi?id=29986
     9
     10        * chromium/DEPS: Points to gyp_webkit instead of gyp_chromium.
     11        * chromium/gyp_webkit: A new python file.
     12
    1132009-10-01  Yaar Schnitman  <yaar@chromium.org>
    214
  • trunk/WebKit/chromium/DEPS

    r48984 r49032  
    175175    # A change to any file in this directory should run the gyp generator.
    176176    'pattern': '.',
    177     'action': ['python',
    178                'build/gyp_chromium',
    179                '-Dinside_chromium_build=0',
    180                '-Dv8_use_snapshot=false',
    181                '-Dmsvs_use_common_release=0',
    182                '--depth=./',
    183                'webkit.gyp'],
     177    'action': ['python', 'gyp_webkit'],
    184178  },
    185179]
Note: See TracChangeset for help on using the changeset viewer.