Changeset 167549 in webkit
- Timestamp:
- Apr 19, 2014, 2:42:40 PM (12 years ago)
- Location:
- trunk/Source/WebKit2
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
WebKit2.xcodeproj/project.pbxproj (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit2/ChangeLog
r167547 r167549 1 2014-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 1 8 2014-04-19 Darin Adler <darin@apple.com> 2 9 -
trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj
r167410 r167549 477 477 263172CF18B469490065B9C3 /* NativeWebTouchEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 263172CE18B469490065B9C3 /* NativeWebTouchEvent.h */; }; 478 478 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 */; };480 479 2684054C18B86C350022C38B /* VisibleContentRectUpdateInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2684054A18B866FF0022C38B /* VisibleContentRectUpdateInfo.cpp */; }; 481 480 2684054F18B86C8E0022C38B /* ViewUpdateDispatcher.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2684054518B85E7E0022C38B /* ViewUpdateDispatcher.cpp */; }; … … 7773 7772 files = ( 7774 7773 E1D26A51175964D70095BFD1 /* WebContentProcess.xib in Resources */, 7775 2684054918B85FF70022C38B /* ViewUpdateDispatcher.messages.in in Resources */,7776 7774 E133FD8A1423DD7F00FC7BFB /* WebKit.icns in Resources */, 7777 7775 );
Note:
See TracChangeset
for help on using the changeset viewer.