⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 155483 in webkit


Ignore:
Timestamp:
Sep 10, 2013, 3:31:48 PM (13 years ago)
Author:
Brent Fulgham
Message:

Unreviewed build fix after r155476.

  • GNUmakefile.list.am: Remove reference to deleted OwnPtrWin.cpp file.
  • WTF.pro: Ditto.
  • wtf/CMakeLists.txt: Ditto.
Location:
trunk/Source/WTF
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WTF/ChangeLog

    r155476 r155483  
     12013-09-10  Brent Fulgham  <bfulgham@apple.com>
     2
     3        Unreviewed build fix after r155476.
     4
     5        * GNUmakefile.list.am: Remove reference to deleted OwnPtrWin.cpp file.
     6        * WTF.pro: Ditto.
     7        * wtf/CMakeLists.txt: Ditto.
     8
    192013-09-10  Brent Fulgham  <bfulgham@apple.com>
    210
  • trunk/Source/WTF/GNUmakefile.list.am

    r155402 r155483  
    254254    Source/WTF/wtf/unicode/UnicodeMacrosFromICU.h \
    255255    Source/WTF/wtf/unicode/icu/CollatorICU.cpp \
    256     Source/WTF/wtf/unicode/icu/UnicodeIcu.h \
    257     Source/WTF/wtf/win/OwnPtrWin.cpp
     256    Source/WTF/wtf/unicode/icu/UnicodeIcu.h
  • trunk/Source/WTF/WTF.pro

    r155402 r155483  
    239239
    240240win*|wince*: SOURCES += \
    241     win/OwnPtrWin.cpp \
    242241    OSAllocatorWin.cpp \
    243242    ThreadSpecificWin.cpp \
  • trunk/Source/WTF/wtf/CMakeLists.txt

    r155402 r155483  
    251251        ThreadSpecificWin.cpp
    252252        ThreadingWin.cpp
    253 
    254         win/OwnPtrWin.cpp
    255253    )
    256254else ()
Note: See TracChangeset for help on using the changeset viewer.