Skip to content
This repository was archived by the owner on Jun 24, 2022. It is now read-only.

Commit b7f7a2b

Browse files
Remove the WebKit.plist for Feature Flags
https://bugs.webkit.org/show_bug.cgi?id=210534 Unreviewed project file clean-up. A follow-up patch for r260599. Remove the reference to the WebKit.plist from project.pbxproj. * WebKit.xcodeproj/project.pbxproj: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@260838 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent 1ad3c69 commit b7f7a2b

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

Source/WebKit/ChangeLog

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
2020-04-28 Peng Liu <[email protected]>
2+
3+
Remove the WebKit.plist for Feature Flags
4+
https://bugs.webkit.org/show_bug.cgi?id=210534
5+
6+
Unreviewed project file clean-up.
7+
8+
A follow-up patch for r260599. Remove the reference to the WebKit.plist from project.pbxproj.
9+
10+
* WebKit.xcodeproj/project.pbxproj:
11+
112
2020-04-28 Alex Christensen <[email protected]>
213

314
Fix iOS API tests after r260790

Source/WebKit/WebKit.xcodeproj/project.pbxproj

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2740,7 +2740,6 @@
27402740
1CBBE49E19B66C53006B7D81 /* WebInspectorUIMessageReceiver.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = WebInspectorUIMessageReceiver.cpp; path = DerivedSources/WebKit2/WebInspectorUIMessageReceiver.cpp; sourceTree = BUILT_PRODUCTS_DIR; };
27412741
1CBBE49F19B66C53006B7D81 /* WebInspectorUIMessages.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = WebInspectorUIMessages.h; path = DerivedSources/WebKit2/WebInspectorUIMessages.h; sourceTree = BUILT_PRODUCTS_DIR; };
27422742
1D0ECEAA23FC858400D172F6 /* RemoteMediaPlayerProxyCocoa.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = RemoteMediaPlayerProxyCocoa.mm; sourceTree = "<group>"; };
2743-
1D12CC27240EDF6D00FDA0A3 /* WebKit.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = WebKit.plist; sourceTree = "<group>"; };
27442743
1D32F89823A8465A00B1EA6A /* RemoteMediaResource.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RemoteMediaResource.h; sourceTree = "<group>"; };
27452744
1D32F89923A8468000B1EA6A /* RemoteMediaResource.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = RemoteMediaResource.cpp; sourceTree = "<group>"; };
27462745
1D32F89B23A84BA600B1EA6A /* RemoteMediaResourceProxy.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RemoteMediaResourceProxy.h; sourceTree = "<group>"; };
@@ -5637,7 +5636,6 @@
56375636
C0CE72DB1247E8F700BC0EC4 /* DerivedSources.make */,
56385637
1A1D2117191D996C0001619F /* MigrateHeadersFromWebKitLegacy.make */,
56395638
1A1D2116191D995C0001619F /* postprocess-framework-headers.sh */,
5640-
1D12CC26240EDF1B00FDA0A3 /* FeatureFlags */,
56415639
BC2E6E74114196F000A63B1E /* Platform */,
56425640
1AADDF4B10D82AF000D3D63D /* Shared */,
56435641
BC032DC310F438260058C15A /* UIProcess */,
@@ -6487,14 +6485,6 @@
64876485
path = cocoa;
64886486
sourceTree = "<group>";
64896487
};
6490-
1D12CC26240EDF1B00FDA0A3 /* FeatureFlags */ = {
6491-
isa = PBXGroup;
6492-
children = (
6493-
1D12CC27240EDF6D00FDA0A3 /* WebKit.plist */,
6494-
);
6495-
path = FeatureFlags;
6496-
sourceTree = "<group>";
6497-
};
64986488
1DAF5A4D23EC9F7900B7B518 /* cocoa */ = {
64996489
isa = PBXGroup;
65006490
children = (

0 commit comments

Comments
 (0)