Changeset 139520 in webkit


Ignore:
Timestamp:
Jan 11, 2013 4:19:01 PM (11 years ago)
Author:
commit-queue@webkit.org
Message:

Explicitly set msvs_cygwin_shell to true for actions in WebKit
https://bugs.webkit.org/show_bug.cgi?id=106706

Patch by Robert Iannucci <iannucci@chromium.org> on 2013-01-11
Reviewed by Tony Chang.

Currently, msvs_cygwin_shell is set to 1 by default. This patch
explicitly sets it on the actions which will break if msvs_cygwin_shell
were set to 0. This is in preparation for changing the default value of
msvs_cygwin_shell, which in turn is in preparation of the removal of
cygwin as a buld-system requirement.

Since this change will have no semantic effect, no new tests are
required.

  • WebCore.gyp/WebCore.gyp:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r139518 r139520  
     12013-01-11  Robert Iannucci  <iannucci@chromium.org>
     2
     3        Explicitly set msvs_cygwin_shell to true for actions in WebKit
     4        https://bugs.webkit.org/show_bug.cgi?id=106706
     5
     6        Reviewed by Tony Chang.
     7
     8        Currently, msvs_cygwin_shell is set to 1 by default. This patch
     9        explicitly sets it on the actions which will break if msvs_cygwin_shell
     10        were set to 0. This is in preparation for changing the default value of
     11        msvs_cygwin_shell, which in turn is in preparation of the removal of
     12        cygwin as a buld-system requirement.
     13
     14        Since this change will have no semantic effect, no new tests are
     15        required.
     16
     17        * WebCore.gyp/WebCore.gyp:
     18
    1192013-01-11  Joshua Bell  <jsbell@chromium.org>
    220
  • trunk/Source/WebCore/WebCore.gyp/WebCore.gyp

    r139494 r139520  
    402402          ],
    403403          'message': 'Generating Inspector protocol sources from Inspector.json',
     404          'msvs_cygwin_shell': 1,
    404405        },
    405406      ]
     
    552553            '<@(_inputs)',
    553554          ],
     555          'msvs_cygwin_shell': 1,
    554556        },
    555557      ]
     
    709711            }],
    710712          ],
     713          'msvs_cygwin_shell': 1,
    711714        },
    712715        {
     
    737740            }],
    738741          ],
     742          'msvs_cygwin_shell': 1,
    739743        },
    740744        {
     
    763767            '--extraDefines', '<(feature_defines)'
    764768          ],
     769          'msvs_cygwin_shell': 1,
    765770        },
    766771        {
     
    783788            '--fonts',
    784789          ],
     790          'msvs_cygwin_shell': 1,
    785791        },
    786792        {
     
    810816            '--extraDefines', '<(feature_defines)'
    811817          ],
     818          'msvs_cygwin_shell': 1,
    812819        },
    813820        {
     
    829836            '<@(_inputs)',
    830837          ],
     838          'msvs_cygwin_shell': 1,
    831839        },
    832840        {
     
    847855            '<@(_inputs)',
    848856          ],
     857          'msvs_cygwin_shell': 1,
    849858        },
    850859        {
     
    867876            '<@(_inputs)',
    868877          ],
     878          'msvs_cygwin_shell': 1,
    869879        },
    870880        {
     
    891901            '--extraDefines', '<(feature_defines)'
    892902          ],
     903          'msvs_cygwin_shell': 1,
    893904        },
    894905        {
     
    937948            '--defines', '<(feature_defines)',
    938949          ],
     950          'msvs_cygwin_shell': 1,
    939951        },
    940952        {
     
    10341046            '--extraDefines', '<(feature_defines)'
    10351047          ],
     1048          'msvs_cygwin_shell': 1,
    10361049        },
    10371050        {
     
    10541067            '--extraDefines', '<(feature_defines)'
    10551068          ],
     1069          'msvs_cygwin_shell': 1,
    10561070        },
    10571071        {
     
    10741088            '--extraDefines', '<(feature_defines)'
    10751089          ],
     1090          'msvs_cygwin_shell': 1,
    10761091        },
    10771092        {
     
    18581873            ['include', 'platform/graphics/harfbuzz/ng/HarfBuzzNGFaceCoreText\\.cpp$'],
    18591874            ['include', 'platform/graphics/harfbuzz/ng/HarfBuzzNGFace\\.(cpp|h)$'],
    1860             ['include', 'platform/graphics/harfbuzz/ng/HarfBuzzShaper\\.(cpp|h)$'],           
     1875            ['include', 'platform/graphics/harfbuzz/ng/HarfBuzzShaper\\.(cpp|h)$'],
    18611876          ],
    18621877        },{ # OS!="mac"
Note: See TracChangeset for help on using the changeset viewer.