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

Changeset 167549 in webkit


Ignore:
Timestamp:
Apr 19, 2014, 2:42:40 PM (12 years ago)
Author:
mitz@apple.com
Message:

Don’t install a source file inside WebProcess.app.

  • WebKit2.xcodeproj/project.pbxproj: Removed ViewUpdateDispatcher.messages.in from

WebProcess’s Copy Bundle Resources build phase.

Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r167547 r167549  
     12014-04-19  Dan Bernstein  <mitz@apple.com>
     2
     3        Don’t install a source file inside WebProcess.app.
     4
     5        * WebKit2.xcodeproj/project.pbxproj: Removed ViewUpdateDispatcher.messages.in from
     6        WebProcess’s Copy Bundle Resources build phase.
     7
    182014-04-19  Darin Adler  <darin@apple.com>
    29
  • trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj

    r167410 r167549  
    477477                263172CF18B469490065B9C3 /* NativeWebTouchEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 263172CE18B469490065B9C3 /* NativeWebTouchEvent.h */; };
    478478                2684054418B85A630022C38B /* VisibleContentRectUpdateInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 2684054218B85A630022C38B /* VisibleContentRectUpdateInfo.h */; };
    479                 2684054918B85FF70022C38B /* ViewUpdateDispatcher.messages.in in Resources */ = {isa = PBXBuildFile; fileRef = 2684054818B85FF70022C38B /* ViewUpdateDispatcher.messages.in */; };
    480479                2684054C18B86C350022C38B /* VisibleContentRectUpdateInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2684054A18B866FF0022C38B /* VisibleContentRectUpdateInfo.cpp */; };
    481480                2684054F18B86C8E0022C38B /* ViewUpdateDispatcher.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2684054518B85E7E0022C38B /* ViewUpdateDispatcher.cpp */; };
     
    77737772                        files = (
    77747773                                E1D26A51175964D70095BFD1 /* WebContentProcess.xib in Resources */,
    7775                                 2684054918B85FF70022C38B /* ViewUpdateDispatcher.messages.in in Resources */,
    77767774                                E133FD8A1423DD7F00FC7BFB /* WebKit.icns in Resources */,
    77777775                        );
Note: See TracChangeset for help on using the changeset viewer.