Changeset 244499 in webkit


Ignore:
Timestamp:
Apr 22, 2019 8:50:55 AM (5 years ago)
Author:
commit-queue@webkit.org
Message:

Unreviewed, rolling out r244495.
https://bugs.webkit.org/show_bug.cgi?id=197159

Causing build failures on OpenSource and Internal bots
(Requested by ShawnRoberts on #webkit).

Reverted changeset:

"WHLSLPrepare.cpp always recompiles, even if nothing was
changed"
https://bugs.webkit.org/show_bug.cgi?id=197151
https://trac.webkit.org/changeset/244495

Location:
trunk/Source/WebCore
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r244498 r244499  
     12019-04-22  Commit Queue  <commit-queue@webkit.org>
     2
     3        Unreviewed, rolling out r244495.
     4        https://bugs.webkit.org/show_bug.cgi?id=197159
     5
     6        Causing build failures on OpenSource and Internal bots
     7        (Requested by ShawnRoberts on #webkit).
     8
     9        Reverted changeset:
     10
     11        "WHLSLPrepare.cpp always recompiles, even if nothing was
     12        changed"
     13        https://bugs.webkit.org/show_bug.cgi?id=197151
     14        https://trac.webkit.org/changeset/244495
     15
    1162019-04-22  Carlos Garcia Campos  <cgarcia@igalia.com>
    217
  • trunk/Source/WebCore/DerivedSources-input.xcfilelist

    r244495 r244499  
    1616$(JAVASCRIPTCORE_PRIVATE_HEADERS_DIR)/make-js-file-arrays.py
    1717$(JAVASCRIPTCORE_PRIVATE_HEADERS_DIR)/wkbuiltins.py
    18 $(JAVASCRIPTCORE_PRIVATE_HEADERS_DIR)/xxd.pl
    1918$(PROJECT_DIR)/Configurations/FeatureDefines.xcconfig
    2019$(PROJECT_DIR)/DerivedSources.make
     
    343342$(PROJECT_DIR)/Modules/webgpu/GPUVertexAttributeDescriptor.idl
    344343$(PROJECT_DIR)/Modules/webgpu/GPUVertexInputDescriptor.idl
    345 $(PROJECT_DIR)/Modules/webgpu/WHLSL/WHLSLStandardLibrary.txt
    346344$(PROJECT_DIR)/Modules/webgpu/WebGPU.idl
    347345$(PROJECT_DIR)/Modules/webgpu/WebGPUAdapter.idl
  • trunk/Source/WebCore/DerivedSources-output.xcfilelist

    r244495 r244499  
    20852085$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/UserAgentScriptsData.cpp
    20862086$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/UserAgentStyleSheets.h
    2087 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/WHLSLStandardLibrary.h
     2087$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/WHLSLStandardLibrary.cpp
    20882088$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/WebCoreJSBuiltinInternals.cpp
    20892089$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/WebCoreJSBuiltinInternals.h
  • trunk/Source/WebCore/DerivedSources.make

    r244495 r244499  
    16341634# WHLSL Standard Library
    16351635
    1636 all : WHLSLStandardLibrary.h
    1637 
    1638 WHLSLStandardLibrary.h : $(JavaScriptCore_SCRIPTS_DIR)/xxd.pl $(WebCore)/Modules/webgpu/WHLSL/WHLSLStandardLibrary.txt
    1639         $(PERL) $(JavaScriptCore_SCRIPTS_DIR)/xxd.pl WHLSLStandardLibrary $(WebCore)/Modules/webgpu/WHLSL/WHLSLStandardLibrary.txt $<
     1636all : WHLSLStandardLibrary.cpp
     1637
     1638WHLSLStandardLibrary.cpp : $(JavaScriptCore_SCRIPTS_DIR)/xxd.pl $(WebCore)/Modules/webgpu/WHLSL/WHLSLStandardLibrary.txt
     1639        $(PERL) $(JavaScriptCore_SCRIPTS_DIR)/xxd.pl WHLSLStandardLibrary $(WebCore)/Modules/webgpu/WHLSL/WHLSLStandardLibrary.txt WHLSLStandardLibrary.h
    16401640
    16411641# --------
Note: See TracChangeset for help on using the changeset viewer.