Changeset 81694 in webkit


Ignore:
Timestamp:
Mar 22, 2011 2:05:00 PM (13 years ago)
Author:
abarth@webkit.org
Message:

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

Reviewed by Eric Seidel.

Remove os_win32_files variable from the GYP build
https://bugs.webkit.org/show_bug.cgi?id=56804

Now that our understanding of GYP is sufficiently advanced, we don't
need os_win32_files any more. (Turns out Eric was right, as he always
is.)

Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r81693 r81694  
     12011-03-22  Adam Barth  <abarth@webkit.org>
     2
     3        Reviewed by Eric Seidel.
     4
     5        Remove os_win32_files variable from the GYP build
     6        https://bugs.webkit.org/show_bug.cgi?id=56804
     7
     8        Now that our understanding of GYP is sufficiently advanced, we don't
     9        need os_win32_files any more.  (Turns out Eric was right, as he always
     10        is.)
     11
     12        * JavaScriptCore.gypi:
     13
    1142011-03-22  Adam Barth  <abarth@webkit.org>
    215
  • trunk/Source/JavaScriptCore/JavaScriptCore.gypi

    r81693 r81694  
    376376            'jit/SpecializedThunkJIT.h',
    377377            'jit/ThunkGenerators.cpp',
     378            'os-win32/WinMain.cpp',
     379            'os-win32/inttypes.h',
     380            'os-win32/stdbool.h',
     381            'os-win32/stdint.h',
    378382            'parser/ASTBuilder.h',
    379383            'parser/JSParser.cpp',
     
    563567            'runtime/StructureChain.cpp',
    564568            'runtime/TimeoutChecker.cpp',
     569            'runtime/Tracing.d',
    565570            'runtime/Tracing.h',
    566             'runtime/Tracing.d',
    567571            'runtime/UString.cpp',
    568572            'runtime/UStringConcatenate.h',
     
    590594            'wtf/RandomNumberSeed.h',
    591595            'wtf/RefCountedLeakCounter.cpp',
    592             'wtf/SegmentedVector.h',
    593596            'wtf/SHA1.cpp',
    594597            'wtf/SHA1.h',
     598            'wtf/SegmentedVector.h',
    595599            'wtf/SizeLimits.cpp',
    596600            'wtf/StackBounds.cpp',
     
    682686            'yarr/YarrSyntaxChecker.h',
    683687        ],
    684         # These files are separate from javascriptcore_files so we can use a
    685         # header map in the Apple Mac Xcode build.
    686         'os_win32_files': [
    687             'os-win32/WinMain.cpp',
    688             'os-win32/inttypes.h',
    689             'os-win32/stdbool.h',
    690             'os-win32/stdint.h',
    691         ],
    692688        'javascriptcore_derived_source_files': [
    693689            '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/ArrayPrototype.lut.h',
Note: See TracChangeset for help on using the changeset viewer.