Changeset 140598 in webkit


Ignore:
Timestamp:
Jan 23, 2013 2:49:35 PM (11 years ago)
Author:
commit-queue@webkit.org
Message:

[Chromium] Fix inclusion of pch .cpp in webcore_platform and webcore_rendering
https://bugs.webkit.org/show_bug.cgi?id=107700

Patch by Scott Graham <scottmg@chromium.org> on 2013-01-23
Reviewed by Dirk Pranke.

No new tests, Chromium should link on VS 2012.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r140595 r140598  
     12013-01-23  Scott Graham  <scottmg@chromium.org>
     2
     3        [Chromium] Fix inclusion of pch .cpp in webcore_platform and webcore_rendering
     4        https://bugs.webkit.org/show_bug.cgi?id=107700
     5
     6        Reviewed by Dirk Pranke.
     7
     8        No new tests, Chromium should link on VS 2012.
     9
     10        * WebCore.gyp/WebCore.gyp:
     11
    1122013-01-23  Jun Jiang  <jun.a.jiang@intel.com>
    213
  • trunk/Source/WebCore/WebCore.gyp/WebCore.gyp

    r140384 r140598  
    19221922          ],
    19231923        }],
     1924        ['OS=="win" and chromium_win_pch==1', {
     1925          'sources/': [
     1926            ['include', '<(win_pch_dir)/WinPrecompile.cpp'],
     1927          ],
     1928        }],
    19241929        ['OS=="android"', {
    19251930          'sources/': [
     
    20162021          'sources/': [
    20172022            ['exclude', 'Win\\.cpp$'],
     2023          ],
     2024        }],
     2025        ['OS=="win" and chromium_win_pch==1', {
     2026          'sources/': [
     2027            ['include', '<(win_pch_dir)/WinPrecompile.cpp'],
    20182028          ],
    20192029        }],
Note: See TracChangeset for help on using the changeset viewer.