Title: [289637] trunk/Source/WebCore
- Revision
- 289637
- Author
- [email protected]
- Date
- 2022-02-11 10:24:22 -0800 (Fri, 11 Feb 2022)
Log Message
Unreviewed build fix: revert r289616
* WebCore.xcodeproj/project.pbxproj:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (289636 => 289637)
--- trunk/Source/WebCore/ChangeLog 2022-02-11 18:12:22 UTC (rev 289636)
+++ trunk/Source/WebCore/ChangeLog 2022-02-11 18:24:22 UTC (rev 289637)
@@ -1,5 +1,11 @@
2022-02-11 Tim Nguyen <[email protected]>
+ Unreviewed build fix: revert r289616
+
+ * WebCore.xcodeproj/project.pbxproj:
+
+2022-02-11 Tim Nguyen <[email protected]>
+
Unreviewed followup: address Youenn's feedback for PDFDocument.
* html/PDFDocument.cpp:
Modified: trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj (289636 => 289637)
--- trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj 2022-02-11 18:12:22 UTC (rev 289636)
+++ trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj 2022-02-11 18:24:22 UTC (rev 289637)
@@ -38229,7 +38229,6 @@
37A1EAA3142699BC0087F425 /* Check For Inappropriate Objective-C Class Names */,
5DF50887116F3077005202AB /* Check For Inappropriate Files In Framework */,
71D6AA381DA4E69400B23969 /* Copy modern media controls code and assets */,
- 49AA6B1727B6755F000B0F64 /* Copy PDF.js Resources */,
49D6AE1B27B6984B0000EB06 /* Copy PDF.js Extras */,
5379C7AA21E5287100E4A8F6 /* Check .xcfilelists */,
6577FFC7276AC9AD0011AEC8 /* Create Symlink to Alt Root Path */,
@@ -38393,24 +38392,6 @@
shellPath = /bin/sh;
shellScript = "if [ \"${ACTION}\" = \"installhdrs\" -o \"${ACTION}\" = \"installapi\" ]; then\n exit 0;\nfi\n\nDST_DIR=\"$BUILT_PRODUCTS_DIR/$UNLOCALIZED_RESOURCES_FOLDER_PATH/en.lproj\"\nmkdir -p \"$DST_DIR\"\n\nif [ -e $BUILT_PRODUCTS_DIR/DerivedSources/WebCore/LocalizableAdditions.strings.out ] ; then\n cat $SRCROOT/en.lproj/Localizable.strings $BUILT_PRODUCTS_DIR/DerivedSources/WebCore/LocalizableAdditions.strings.out > $DST_DIR/Localizable.strings\nelse\n cp $SRCROOT/en.lproj/Localizable.strings $DST_DIR/Localizable.strings\nfi\n";
};
- 49AA6B1727B6755F000B0F64 /* Copy PDF.js Resources */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- inputFileListPaths = (
- );
- inputPaths = (
- );
- name = "Copy PDF.js Resources";
- outputFileListPaths = (
- );
- outputPaths = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- shellPath = /bin/sh;
- shellScript = "SRC_DIR=\"$SRCROOT/../ThirdParty/pdfjs\"\nDST_DIR=\"$BUILT_PRODUCTS_DIR/$UNLOCALIZED_RESOURCES_FOLDER_PATH/pdfjs\"\n\nmkdir -p \"$DST_DIR\"\n\nrsync -aq --exclude \".svn\" --exclude \".DS_Store\" \"$SRC_DIR/\" \"$DST_DIR/\"\n\ncd \"$SRC_DIR\"\n";
- };
49D6AE1B27B6984B0000EB06 /* Copy PDF.js Extras */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes