Ignore:
Timestamp:
Dec 22, 2010, 5:23:11 AM (14 years ago)
Author:
[email protected]
Message:

2010-12-22 Andrei Popescu <[email protected]>

Unreviewed build fix.

Fix Chromium Linux shared library build.
[Chromium] r74431 broke the Chromium Linux shared library build
https://bugs.webkit.org/show_bug.cgi?id=51462

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/JavaScriptCore.gyp/JavaScriptCore.gyp

    r74221 r74474  
    148148            ['exclude', 'ThreadIdentifierDataPthreads\\.(h|cpp)$'],
    149149            ['exclude', 'ThreadingPthreads\\.cpp$'],
    150             ['include', 'Thread(ing|Specific)Win\\.cpp$']
     150            ['include', 'Thread(ing|Specific)Win\\.cpp$'],
     151            ['exclude', 'OSAllocatorPosix\\.cpp$'],
     152            ['include', 'OSAllocatorWin\\.cpp$']
    151153          ],
    152154          'include_dirs!': [
Note: See TracChangeset for help on using the changeset viewer.