Changeset 221405 in webkit


Ignore:
Timestamp:
Aug 30, 2017 4:03:52 PM (7 years ago)
Author:
commit-queue@webkit.org
Message:

[PAL] Fix "None" suffix in PAL
https://bugs.webkit.org/show_bug.cgi?id=176014

Patch by Yoshiaki Jitsukawa <Yoshiaki.Jitsukawa@sony.com> on 2017-08-30
Reviewed by Ryosuke Niwa.

  • Configurations/PAL.xcconfig:
  • PAL.xcodeproj/project.pbxproj:
  • pal/PlatformGTK.cmake:
  • pal/PlatformWPE.cmake:
  • pal/PlatformWin.cmake:
  • pal/system/Sound.cpp: Renamed from Source/WebCore/PAL/pal/system/SoundNone.cpp.
  • pal/text/KillRing.cpp: Renamed from Source/WebCore/PAL/pal/text/KillRingNone.cpp.
Location:
trunk/Source/WebCore/PAL
Files:
6 edited
2 moved

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/PAL/ChangeLog

    r221388 r221405  
     12017-08-30  Yoshiaki Jitsukawa  <Yoshiaki.Jitsukawa@sony.com>
     2
     3        [PAL] Fix "None" suffix in PAL
     4        https://bugs.webkit.org/show_bug.cgi?id=176014
     5
     6        Reviewed by Ryosuke Niwa.
     7
     8        * Configurations/PAL.xcconfig:
     9        * PAL.xcodeproj/project.pbxproj:
     10        * pal/PlatformGTK.cmake:
     11        * pal/PlatformWPE.cmake:
     12        * pal/PlatformWin.cmake:
     13        * pal/system/Sound.cpp: Renamed from Source/WebCore/PAL/pal/system/SoundNone.cpp.
     14        * pal/text/KillRing.cpp: Renamed from Source/WebCore/PAL/pal/text/KillRingNone.cpp.
     15
    1162017-08-30  Eric Carlson  <eric.carlson@apple.com>
    217
  • trunk/Source/WebCore/PAL/Configurations/PAL.xcconfig

    r219213 r221405  
    5858
    5959EXCLUDED_SOURCE_FILE_NAMES[sdk=iphone*] = *.tiff *Cursor.png *Mac.mm;
    60 EXCLUDED_SOURCE_FILE_NAMES[sdk=macosx*] = *IOS.h *IOS.cpp *IOS.mm KillRingNone.cpp SoundNone.cpp;
     60EXCLUDED_SOURCE_FILE_NAMES[sdk=macosx*] = *IOS.h *IOS.cpp *IOS.mm KillRing.cpp Sound.cpp;
    6161
    6262WK_EMPTY_ = YES;
  • trunk/Source/WebCore/PAL/PAL.xcodeproj/project.pbxproj

    r221381 r221405  
    104104                A1F55DCF1F5528EC00EDB75F /* MetadataSPI.h in Headers */ = {isa = PBXBuildFile; fileRef = A1F55DCE1F5528EC00EDB75F /* MetadataSPI.h */; };
    105105                A30D41211F0DD0EA00B71954 /* KillRing.h in Headers */ = {isa = PBXBuildFile; fileRef = A30D411E1F0DD0EA00B71954 /* KillRing.h */; };
    106                 A30D41221F0DD0EA00B71954 /* KillRingNone.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A30D411F1F0DD0EA00B71954 /* KillRingNone.cpp */; };
     106                A30D41221F0DD0EA00B71954 /* KillRing.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A30D411F1F0DD0EA00B71954 /* KillRing.cpp */; };
    107107                A30D41251F0DD12D00B71954 /* KillRingMac.mm in Sources */ = {isa = PBXBuildFile; fileRef = A30D41241F0DD12D00B71954 /* KillRingMac.mm */; };
    108108                A3788E981F05B6CE00679425 /* Sound.h in Headers */ = {isa = PBXBuildFile; fileRef = A3788E971F05B6CE00679425 /* Sound.h */; };
    109                 A3788E9C1F05B78200679425 /* SoundNone.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A3788E9B1F05B78200679425 /* SoundNone.cpp */; };
     109                A3788E9C1F05B78200679425 /* Sound.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A3788E9B1F05B78200679425 /* Sound.cpp */; };
    110110                A3788E9E1F05B78E00679425 /* SoundMac.mm in Sources */ = {isa = PBXBuildFile; fileRef = A3788E9D1F05B78E00679425 /* SoundMac.mm */; };
    111111                A3AB6E521F3D1DC5009C14B1 /* SleepDisabler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A3AB6E511F3D1DC5009C14B1 /* SleepDisabler.cpp */; };
     
    220220                A1F55DCE1F5528EC00EDB75F /* MetadataSPI.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MetadataSPI.h; sourceTree = "<group>"; };
    221221                A30D411E1F0DD0EA00B71954 /* KillRing.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = KillRing.h; sourceTree = "<group>"; };
    222                 A30D411F1F0DD0EA00B71954 /* KillRingNone.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = KillRingNone.cpp; sourceTree = "<group>"; };
     222                A30D411F1F0DD0EA00B71954 /* KillRing.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = KillRing.cpp; sourceTree = "<group>"; };
    223223                A30D41241F0DD12D00B71954 /* KillRingMac.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = KillRingMac.mm; sourceTree = "<group>"; };
    224224                A3788E971F05B6CE00679425 /* Sound.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Sound.h; sourceTree = "<group>"; };
    225                 A3788E9B1F05B78200679425 /* SoundNone.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SoundNone.cpp; sourceTree = "<group>"; };
     225                A3788E9B1F05B78200679425 /* Sound.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Sound.cpp; sourceTree = "<group>"; };
    226226                A3788E9D1F05B78E00679425 /* SoundMac.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = SoundMac.mm; sourceTree = "<group>"; };
    227227                A3AB6E511F3D1DC5009C14B1 /* SleepDisabler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SleepDisabler.cpp; sourceTree = "<group>"; };
     
    439439                        children = (
    440440                                A30D41231F0DD10500B71954 /* mac */,
     441                                A30D411F1F0DD0EA00B71954 /* KillRing.cpp */,
    441442                                A30D411E1F0DD0EA00B71954 /* KillRing.h */,
    442                                 A30D411F1F0DD0EA00B71954 /* KillRingNone.cpp */,
    443443                        );
    444444                        path = text;
     
    460460                                A3AB6E511F3D1DC5009C14B1 /* SleepDisabler.cpp */,
    461461                                A3AB6E531F3D1DDB009C14B1 /* SleepDisabler.h */,
     462                                A3788E9B1F05B78200679425 /* Sound.cpp */,
    462463                                A3788E971F05B6CE00679425 /* Sound.h */,
    463                                 A3788E9B1F05B78200679425 /* SoundNone.cpp */,
    464464                                A3AB6E541F3D1DDB009C14B1 /* SystemSleepListener.cpp */,
    465465                                A3AB6E551F3D1DDB009C14B1 /* SystemSleepListener.h */,
     
    670670                        files = (
    671671                                1C09D0561E31C46500725F18 /* CryptoDigestCommonCrypto.cpp in Sources */,
     672                                A30D41221F0DD0EA00B71954 /* KillRing.cpp in Sources */,
    672673                                A30D41251F0DD12D00B71954 /* KillRingMac.mm in Sources */,
    673                                 A30D41221F0DD0EA00B71954 /* KillRingNone.cpp in Sources */,
    674674                                A3C66CDC1F462D6A009E6EE9 /* SessionID.cpp in Sources */,
    675675                                A3AB6E521F3D1DC5009C14B1 /* SleepDisabler.cpp in Sources */,
    676676                                A3AB6E601F3D1E39009C14B1 /* SleepDisablerCocoa.cpp in Sources */,
     677                                A3788E9C1F05B78200679425 /* Sound.cpp in Sources */,
    677678                                A3788E9E1F05B78E00679425 /* SoundMac.mm in Sources */,
    678                                 A3788E9C1F05B78200679425 /* SoundNone.cpp in Sources */,
    679679                                A3AB6E571F3D1DDB009C14B1 /* SystemSleepListener.cpp in Sources */,
    680680                                A3AB6E651F3D217F009C14B1 /* SystemSleepListenerMac.mm in Sources */,
  • trunk/Source/WebCore/PAL/pal/PlatformGTK.cmake

    r219823 r221405  
    44    system/gtk/SoundGtk.cpp
    55
    6     text/KillRingNone.cpp
     6    text/KillRing.cpp
    77)
    88
  • trunk/Source/WebCore/PAL/pal/PlatformWPE.cmake

    r219823 r221405  
    22    crypto/gcrypt/CryptoDigestGCrypt.cpp
    33
    4     system/SoundNone.cpp
     4    system/Sound.cpp
    55
    6     text/KillRingNone.cpp
     6    text/KillRing.cpp
    77)
    88
  • trunk/Source/WebCore/PAL/pal/PlatformWin.cmake

    r220113 r221405  
    44    system/win/SoundWin.cpp
    55
    6     text/KillRingNone.cpp
     6    text/KillRing.cpp
    77)
    88
Note: See TracChangeset for help on using the changeset viewer.