Changeset 286779 in webkit
- Timestamp:
- Dec 9, 2021, 7:33:03 AM (5 years ago)
- Location:
- trunk/Source/ThirdParty/ANGLE
- Files:
-
- 2 edited
-
ANGLE.xcodeproj/project.pbxproj (modified) (2 diffs)
-
ChangeLog (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/ThirdParty/ANGLE/ANGLE.xcodeproj/project.pbxproj
r286603 r286779 3514 3514 buildConfigurationList = FFDA50CB269F845100AE11E2 /* Build configuration list for PBXNativeTarget "ANGLEMetalLib" */; 3515 3515 buildPhases = ( 3516 FF194FF827443BDF006A97A3 /* ShellScript */,3517 3516 FFDA50C3269F845100AE11E2 /* Sources */, 3518 3517 ); … … 3586 3585 shellPath = /bin/sh; 3587 3586 shellScript = "if [ \"${XCODE_VERSION_ACTUAL}\" -ge \"1140\" -a \"${WK_USE_NEW_BUILD_SYSTEM}\" = \"YES\" ]; then\n # In this configuration, post-processing is performed at the same time as copying in the postprocess-header-rule script, so there's no need for this separate step.\n exit 0\nfi\n\nexec \"$SRCROOT/adjust-angle-include-paths.py\"\n"; 3588 };3589 FF194FF827443BDF006A97A3 /* ShellScript */ = {3590 isa = PBXShellScriptBuildPhase;3591 buildActionMask = 2147483647;3592 files = (3593 );3594 inputFileListPaths = (3595 );3596 inputPaths = (3597 );3598 outputFileListPaths = (3599 );3600 outputPaths = (3601 );3602 runOnlyForDeploymentPostprocessing = 0;3603 shellPath = /bin/sh;3604 shellScript = "python scripts/run_code_generation.py -g \"Metal default shaders\"\nexit 0\n";3605 3587 }; 3606 3588 FFDA50D5269F895400AE11E2 /* Bake Metal Library to NSData */ = { -
trunk/Source/ThirdParty/ANGLE/ChangeLog
r286736 r286779 1 2021-12-09 Dean Jackson <dino@apple.com> 2 3 [ANGLE] Code generation happens on each build and produces SCM diffs 4 https://bugs.webkit.org/show_bug.cgi?id=234025 5 6 Reviewed by Kimmo Kinnunen. 7 8 Temporarily remove the build phase that generates the 9 mtl_default_shaders_src_autogen files because they are producing 10 diffs. 11 12 We either need to generate these manually, or fix the Xcode project 13 to generate them into Derived Sources so they don't appear in our 14 repository. 15 16 * ANGLE.xcodeproj/project.pbxproj: 17 1 18 2021-12-08 Kyle Piddington <kpiddington@apple.com> 2 19
Note:
See TracChangeset
for help on using the changeset viewer.