Changeset 236097 in webkit


Ignore:
Timestamp:
Sep 17, 2018, 6:01:32 PM (7 years ago)
Author:
Ryan Haddad
Message:

Unreviewed, rolling out r236092 because it breaks internal builds. Also, remove stray '+' character from ChangeLog file.

  • Scripts/copy-webcontent-resources-to-private-headers.sh: Removed.
  • WebKit.xcodeproj/project.pbxproj:
Location:
trunk/Source/WebKit
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r236092 r236097  
    1 +2018-08-17  Ben Richards  <benton_richards@apple.com>
     12018-09-17  Ryan Haddad  <ryanhaddad@apple.com>
     2
     3        Unreviewed, rolling out r236092 because it breaks internal builds. Also,  remove stray '+' character from ChangeLog file.
     4
     5        * Scripts/copy-webcontent-resources-to-private-headers.sh: Removed.
     6        * WebKit.xcodeproj/project.pbxproj:
     7
     82018-08-17  Ben Richards  <benton_richards@apple.com>
    29
    310        Add script to generate WebContent service resource files and change XPC service main SPI to have it's own header
  • trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj

    r236092 r236097  
    30253025                414DEDD61F9EDDE00047C40D /* ServiceWorkerProcessProxy.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ServiceWorkerProcessProxy.cpp; sourceTree = "<group>"; };
    30263026                4151E5C31FBB90A900E47E2D /* FormDataReference.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FormDataReference.h; sourceTree = "<group>"; };
    3027                 4157853021276B6F00DD3800 /* copy-webcontent-resources-to-private-headers.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = "copy-webcontent-resources-to-private-headers.sh"; sourceTree = "<group>"; };
    30283027                4157E4AF20E2EC9800A6C0D7 /* com.google.o1dbrowserplugin.sb */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = com.google.o1dbrowserplugin.sb; sourceTree = "<group>"; };
    30293028                4188C154211377700012ABCD /* process-network-sandbox-entitlements.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = "process-network-sandbox-entitlements.sh"; sourceTree = "<group>"; };
     
    84988497                                7CDE73A21F9DA59700390312 /* PreferencesTemplates */,
    84998498                                0FC0856E187CE0A900780D86 /* __init__.py */,
    8500                                 4157853021276B6F00DD3800 /* copy-webcontent-resources-to-private-headers.sh */,
    85018499                                C0CE73361247F70E00BC0EC4 /* generate-message-receiver.py */,
    85028500                                C0CE73371247F70E00BC0EC4 /* generate-messages-header.py */,
     
    99909988                                BC3DE46415A91763008D26FC /* Resources */,
    99919989                                7AFCBD5420B8911D00F55C9C /* Process WebContent entitlements */,
    9992                                 4157853721279CC600DD3800 /* Copy Custom WebContent Resources to Framework Private Headers */,
    99939990                        );
    99949991                        buildRules = (
     
    1035810355                        shellPath = /bin/sh;
    1035910356                        shellScript = "if [[ \"${WK_MANUAL_SANDBOXING_ENABLED}\" != \"YES\" || \"${WK_PLATFORM_NAME}\" == \"macosx\" || \"${WK_PLATFORM_NAME}\" == \"iosmac\" ]]; then\n    exit\nfi\n\nif [[ \"${ACTION}\" == \"build\" || \"${ACTION}\" == \"install\" ]]; then\n    for ((i = 0; i < ${SCRIPT_INPUT_FILE_COUNT}; ++i)); do\n        eval SANDBOX_PROFILE=\\${SCRIPT_INPUT_FILE_${i}}\n        ditto \"${SANDBOX_PROFILE}\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/${SANDBOX_PROFILE##*/}\"\n    done\nfi\n";
    10360                 };
    10361                 4157853721279CC600DD3800 /* Copy Custom WebContent Resources to Framework Private Headers */ = {
    10362                         isa = PBXShellScriptBuildPhase;
    10363                         buildActionMask = 2147483647;
    10364                         inputPaths = (
    10365                                 "$(TEMP_FILE_DIR)/$(FULL_PRODUCT_NAME).xcent",
    10366                                 "$(BUILT_PRODUCTS_DIR)/$(INFOPLIST_PATH)",
    10367                                 "$(SRCROOT)/Resources/WebContentProcess.xib",
    10368                         );
    10369                         name = "Copy Custom WebContent Resources to Framework Private Headers";
    10370                         runOnlyForDeploymentPostprocessing = 0;
    10371                         shellPath = /bin/sh;
    10372                         shellScript = "Scripts/copy-webcontent-resources-to-private-headers.sh\n";
    1037310357                };
    1037410358                41D0FC7F20E43B0B00076AE8 /* Remove stale entitlements file */ = {
Note: See TracChangeset for help on using the changeset viewer.